mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
glew: install libraries to $out/lib instead of $out/lib64
This commit is contained in:
parent
c96c105c5c
commit
e094ccc10c
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ mesa x11 libXmu libXi ];
|
||||
|
||||
patchPhase = ''
|
||||
sed -i 's|lib64|lib|' config/Makefile.linux
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
GLEW_DEST=$out make install
|
||||
mkdir -pv $out/share/doc/glew
|
||||
|
Loading…
Reference in New Issue
Block a user