aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/graphics/antimony/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/antimony/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/antimony/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/antimony/default.nix b/nixpkgs/pkgs/applications/graphics/antimony/default.nix
index 04e64b76d3f..5966d6427ed 100644
--- a/nixpkgs/pkgs/applications/graphics/antimony/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/antimony/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, libpng, python3
-, libGLU_combined, qtbase, wrapQtAppsHook, ncurses
+, libGLU, libGL, qtbase, wrapQtAppsHook, ncurses
, cmake, flex, lemon
}:
@@ -29,7 +29,7 @@ in
buildInputs = [
libpng python3 python3.pkgs.boost
- libGLU_combined qtbase wrapQtAppsHook
+ libGLU libGL qtbase wrapQtAppsHook
ncurses
];