Compare commits

...

No commits in common. "c3aca53151f514648ca68c985597df42b938c758" and "5f2966bacbf6ae2b30d3c40d6278c5cf82f80b85" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ stdenv.mkDerivation {
zlib
];
# mkDerivation fails to detect the zip nature of $src :/
# mkDerivation fails to detect the zip nature of $src due to the
# missing .zip extension.
# Let's unpack the archive explicitely.
unpackCmd = "unzip $curSrc";