buildenv: perl -> c++

This commit is contained in:
Shea Levy 2016-08-11 07:58:33 -04:00
parent eef754813f
commit 91978e3b9a
8 changed files with 202 additions and 172 deletions

View file

@ -1,4 +1,4 @@
corepkgs_FILES = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix imported-drv-to-derivation.nix
corepkgs_FILES = nar.nix buildenv.nix 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)))