summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/structure-synth
diff options
context:
space:
mode:
authorChris Hodapp <hodapp87@gmail.com>2018-06-30 09:11:49 -0400
committerChris Hodapp <hodapp87@gmail.com>2018-06-30 09:14:21 -0400
commita0144c7fd89cfa5a2e087bb0266a3404525e3f2c (patch)
treef56af401aa8072e92757f8e3cff4d19659cadf64 /pkgs/tools/graphics/structure-synth
parentab340f782913195bdcabcde257a7ecde0b598d1b (diff)
appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu
Diffstat (limited to 'pkgs/tools/graphics/structure-synth')
-rw-r--r--pkgs/tools/graphics/structure-synth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/structure-synth/default.nix b/pkgs/tools/graphics/structure-synth/default.nix
index 92a7d69aa915..c1e6c2afecce 100644
--- a/pkgs/tools/graphics/structure-synth/default.nix
+++ b/pkgs/tools/graphics/structure-synth/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, qt4, qmake4Hook, unzip, mesa_glu, makeWrapper }:
+{ stdenv, fetchurl, qt4, qmake4Hook, unzip, libGLU, makeWrapper }:
stdenv.mkDerivation rec {
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1kiammx46719az6jzrav8yrwz82nk4m72ybj0kpbnvp9wfl3swbb";
};
- buildInputs = [ qt4 unzip mesa_glu makeWrapper ];
+ buildInputs = [ qt4 unzip libGLU makeWrapper ];
nativeBuildInputs = [ qmake4Hook ];
# Thanks to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672000#15: