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

Fix K3D gtlglext handling

This commit is contained in:
Michael Raskin 2013-03-21 13:45:12 +04:00
parent afe7609e25
commit 8e5dc9b5df
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}$PWD/build/lib"
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$(echo ${gtkglext}/include/gtkglext-*) -I$(echo ${gtkglext}/lib/gtkglext-*/include)"
'';
buildInputs = [

View file

@ -7320,7 +7320,7 @@ let
jwm = callPackage ../applications/window-managers/jwm { };
k3d = callPackage ../applications/graphics/k3d {
inherit (pkgs.gnome) gtkglext;
inherit (pkgs.gnome2) gtkglext;
};
keepnote = callPackage ../applications/office/keepnote {