treewide: transition mesa to libGLU_combined

This commit is contained in:
Alexander V. Nikolaev
2018-02-24 17:06:49 +02:00
parent 1bc1909e5b
commit 0acec7e984
273 changed files with 572 additions and 572 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "mpage-2.5.6";
src = fetchurl {
url = "http://www.mesa.nl/pub/mpage/${name}.tgz";
url = "http://www.libGLU_combined.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.mesa.nl/pub/mpage/;
homepage = http://www.libGLU_combined.nl/pub/mpage/;
platforms = stdenv.lib.platforms.linux;
};
}