about summary refs log tree commit diff
path: root/corepkgs/Makefile.am
blob: 4b0b8860be68d5a53fce99f070c4f9d0b55d6efc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
all-local: config.nix

files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh derivation.nix fetchurl.nix \
	imported-drv-to-derivation.nix

install-exec-local:
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
	$(INSTALL_DATA) config.nix $(files) $(DESTDIR)$(datadir)/nix/corepkgs

include ../substitute.mk

EXTRA_DIST = config.nix.in $(files)