From 7ce0e05ad875657a0fec10e192454b837146e190 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Nov 2013 15:25:13 +0000 Subject: Rename Makefile.new -> Makefile --- corepkgs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 corepkgs/Makefile (limited to 'corepkgs/Makefile') diff --git a/corepkgs/Makefile b/corepkgs/Makefile new file mode 100644 index 000000000000..a04e3e3fbc1d --- /dev/null +++ b/corepkgs/Makefile @@ -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 -- cgit 1.4.1