0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

treewide: Get rid of libGLU_combined

This commit is contained in:
adisbladis 2019-11-10 16:44:34 +00:00
parent e6963bc983
commit c9d8624ccd
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
241 changed files with 518 additions and 516 deletions

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
sha256 = "9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf";
};
propagatedBuildInputs = [ pkgs.libGLU_combined pkgs.freeglut pillow ];
propagatedBuildInputs = [ pkgs.libGLU pkgs.libGL pkgs.freeglut pillow ];
patchPhase = let
ext = stdenv.hostPlatform.extensions.sharedLibrary; in ''