diff options
author | Shea Levy <shea@shealevy.com> | 2012-07-08T14·55-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T19·29-0400 |
commit | 543bf742c9391bc49f59c52adb042bbd3c5e2364 (patch) | |
tree | 5690d6799cf37ef503019ce9476a9ac148a1d2e1 /corepkgs | |
parent | f863673a903d17566be8a03bcf8655d9912428bd (diff) |
corepkgs: distribute fetchurl files
Diffstat (limited to 'corepkgs')
-rw-r--r-- | corepkgs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/Makefile.am b/corepkgs/Makefile.am index a8de601657b1..94d37357233b 100644 --- a/corepkgs/Makefile.am +++ b/corepkgs/Makefile.am @@ -1,6 +1,6 @@ all-local: config.nix -files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh derivation.nix +files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh derivation.nix fetchurl.nix fetchurl.sh install-exec-local: $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs |