mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
libsmpack: fetch from fedora (close #1598)
I see no other easy work-around for nix getting it automatically.
This commit is contained in:
parent
a7d0a53d9e
commit
8c3346aff1
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user