mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
Merge pull request #38603 from veprbl/patch-5
xaw3d: use an https download url
This commit is contained in:
commit
ea1c5522d0
@ -3,9 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "Xaw3d-1.6.2";
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
ftp://ftp.x.org/pub/xorg/individual/lib/libXaw3d-1.6.2.tar.bz2
|
||||
];
|
||||
url = https://www.x.org/releases/individual/lib/libXaw3d-1.6.2.tar.bz2;
|
||||
sha256 = "0awplv1nf53ywv01yxphga3v6dcniwqnxgnb0cn4khb121l12kxp";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user