diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T20·34-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T20·34-0400 |
commit | afa7e0187815d89c8af93fa9c1081bf67ab0f10e (patch) | |
tree | d4b6495e06724ff6c8f96f5de02df2087bbcfb31 /corepkgs/Makefile.am | |
parent | 8a25d787d7f05d612521bd489510aa23d4ef2177 (diff) |
Inline unpack-channel.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 4b0b8860be68..111b667d0b58 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 \ +files = nar.nix buildenv.nix buildenv.pl unpack-channel.nix derivation.nix fetchurl.nix \ imported-drv-to-derivation.nix install-exec-local: |