Rename Makefile.new -> Makefile

This commit is contained in:
Eelco Dolstra 2013-11-25 15:25:13 +00:00
parent 962551a071
commit 7ce0e05ad8
18 changed files with 20 additions and 22 deletions

5
corepkgs/Makefile Normal file
View file

@ -0,0 +1,5 @@
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-data-in,$(d)/$(file),$(datadir)/nix/corepkgs)))
template_files += $(d)/config.nix