mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
added second mirror to heimdal
suggested by Karl Trygve Kalleberg svn path=/nixpkgs/trunk/; revision=13668
This commit is contained in:
parent
e95557f033
commit
a8e0eae74b
@ -3,8 +3,9 @@ stdenv.mkDerivation rec {
|
||||
name = "heimdal-1.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.pdc.kth.se/pub/heimdal/src/${name}.tar.gz";
|
||||
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig5";
|
||||
urls = [ "http://www.h5l.org/dist/src/${name}.tar.gz"
|
||||
"http://ftp.pdc.kth.se/pub/heimdal/src/${name}.tar.gz" ];
|
||||
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig6";
|
||||
};
|
||||
|
||||
## ugly, X should be made an option
|
||||
|
Loading…
Reference in New Issue
Block a user