forked from lix-project/lix
Don't use the build hook for unpacking channels
This commit is contained in:
parent
6de5d53416
commit
c722193a91
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue