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:
parent
e6963bc983
commit
c9d8624ccd
241 changed files with 518 additions and 516 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue