diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T10·16+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-25T10·16+0000 |
commit | ed0a8dd71ad58d16c24d714ab2b9419285d1ffc0 (patch) | |
tree | 8845ac8bcfb70f81f1b6e3f2dc3b3a00047f0f9e /corepkgs/Makefile.new | |
parent | f980755766e7cd74c0c959eaa2a6d4655980e2ea (diff) |
Add a function for instantiating Autoconf *.in files
Diffstat (limited to 'corepkgs/Makefile.new')
-rw-r--r-- | corepkgs/Makefile.new | 2 |
1 files changed, 2 insertions, 0 deletions
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 |