libsmpack: fetch from fedora (close #1598)

I see no other easy work-around for nix getting it automatically.
This commit is contained in:
Vladimír Čunát 2014-01-26 10:12:09 +01:00
parent a7d0a53d9e
commit 8c3346aff1

View File

@ -3,7 +3,10 @@
stdenv.mkDerivation {
name = "libmspack-0.4alpha";
src = fetchurl {
url = http://www.cabextract.org.uk/libmspack/libmspack-0.4alpha.tar.gz;
# upstream url: "curl: (22) The requested URL returned error: 406 Not Acceptable"
#url = http://www.cabextract.org.uk/libmspack/libmspack-0.4alpha.tar.gz;
url = "http://pkgs.fedoraproject.org/lookaside/pkgs/libmspack/"
+ "libmspack-0.4alpha.tar.gz/1ab10b507259993c74b4c41a88103b59/libmspack-0.4alpha.tar.gz";
sha256 = "0s2w5zxx9cw7445cx9ap59ky5n7r201551zg906w9ghcys1qk5dp";
};