Add a generic rule for installing files

This commit is contained in:
Eelco Dolstra 2013-11-25 08:55:19 +00:00
parent c7547cff19
commit 4315acb8c0
2 changed files with 16 additions and 1 deletions

3
corepkgs/Makefile.new Normal file
View file

@ -0,0 +1,3 @@
corepkgs_FILES = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix imported-drv-to-derivation.nix
$(foreach file,config.nix $(corepkgs_FILES),$(eval $(call install-file-in,$(datadir)/nix/corepkgs,$(d)/$(file))))