mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 22:46:16 +02:00
bfa41eb671
Tests fail currently because the database is not given proper hashes in the VM
11 lines
258 B
Makefile
11 lines
258 B
Makefile
programs += build-remote
|
|
|
|
build-remote_DIR := $(d)
|
|
|
|
build-remote_INSTALL_DIR := $(libexecdir)/nix
|
|
|
|
build-remote_LIBS = libmain libutil libformat libstore
|
|
|
|
build-remote_SOURCES := $(d)/build-remote.cc
|
|
|
|
build-remote_CXXFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\""
|