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

files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh derivation.nix fetchurl.nix fetchurl.sh

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)