diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T19·48-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T19·48-0400 |
commit | 2dd3117c2723ff08c6226b71d569bcea50d58ad1 (patch) | |
tree | 34dcd99d086d20f2dc611afec32fddaf412fcb80 /corepkgs/Makefile.am | |
parent | 51f9f9924bcd0c30b45e370fc69dc43e6621ef61 (diff) |
Inline fetchurl.sh
Diffstat (limited to 'corepkgs/Makefile.am')
-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 94d37357233b..729d15e7b191 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 fetchurl.nix fetchurl.sh +files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix unpack-channel.sh derivation.nix fetchurl.nix install-exec-local: $(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs |