1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mpage: fix urls from mesa → glu transition

Find/replace error in 0acec7e984.
This commit is contained in:
Kevin Liu 2018-06-23 13:19:34 -04:00 committed by Tuomas Tynkkynen
parent fc4ab420d9
commit 7997c2ad4c

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "mpage-2.5.6";
src = fetchurl {
url = "http://www.libGLU_combined.nl/pub/mpage/${name}.tgz";
url = "http://www.mesa.nl/pub/mpage/${name}.tgz";
sha256 = "016w9sm06sn1d2lim4p8fzl6wbmad3wigxhflsybzi7p4zy6vrjg";
};
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
license = "liberal"; # a non-copyleft license, see `Copyright' file
homepage = http://www.libGLU_combined.nl/pub/mpage/;
homepage = http://www.mesa.nl/pub/mpage/;
platforms = stdenv.lib.platforms.linux;
};
}