Don't use the build hook for unpacking channels

This commit is contained in:
Eelco Dolstra 2012-04-26 16:52:08 +02:00
parent 6de5d53416
commit c722193a91
1 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,6 @@ derivation {
args = [ "-e" ./unpack-channel.sh ];
inherit name channelName src bzip2 tar tr;
PATH = "${nixBinDir}:${coreutils}";
# No point in doing this remotely.
preferLocalBuild = true;
}