Merge pull request #38603 from veprbl/patch-5

xaw3d: use an https download url
This commit is contained in:
Jörg Thalheim
2018-04-08 09:21:35 +01:00
committed by GitHub
+1 -3
View File
@@ -3,9 +3,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "Xaw3d-1.6.2"; name = "Xaw3d-1.6.2";
src = fetchurl { src = fetchurl {
urls = [ url = https://www.x.org/releases/individual/lib/libXaw3d-1.6.2.tar.bz2;
ftp://ftp.x.org/pub/xorg/individual/lib/libXaw3d-1.6.2.tar.bz2
];
sha256 = "0awplv1nf53ywv01yxphga3v6dcniwqnxgnb0cn4khb121l12kxp"; sha256 = "0awplv1nf53ywv01yxphga3v6dcniwqnxgnb0cn4khb121l12kxp";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];