about summary refs log tree commit diff
path: root/corepkgs/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-11T15·11+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-08-11T15·11+0200
commitb0ebad88cde57cae18d7b55636c7ddddd691c4a1 (patch)
tree0466672d6eca1bf4d49c22ab6e00e94bc61b22c6 /corepkgs/local.mk
parented39532ddaa561acfb89bd8e29899cdb835b2ea2 (diff)
parent91978e3b9aacb95d76f7c02fd365c052ed33dea6 (diff)
Merge branch 'buildenv-c++' of https://github.com/shlevy/nix
Diffstat (limited to 'corepkgs/local.mk')
-rw-r--r--corepkgs/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/local.mk b/corepkgs/local.mk
index 19c1d06962c0..8ea66a7c3e2f 100644
--- a/corepkgs/local.mk
+++ b/corepkgs/local.mk
@@ -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)))