From ed0a8dd71ad58d16c24d714ab2b9419285d1ffc0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Nov 2013 10:16:07 +0000 Subject: Add a function for instantiating Autoconf *.in files --- corepkgs/Makefile.new | 2 ++ 1 file changed, 2 insertions(+) (limited to 'corepkgs/Makefile.new') diff --git a/corepkgs/Makefile.new b/corepkgs/Makefile.new index d208478259d2..5b500a679ae7 100644 --- a/corepkgs/Makefile.new +++ b/corepkgs/Makefile.new @@ -1,3 +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-file-in,$(datadir)/nix/corepkgs,$(d)/$(file)))) + +template_files += $(d)/config.nix -- cgit 1.4.1