about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft@balsoft.ru>2022-12-15 11:48:45 +0400
committerGitHub <noreply@github.com>2022-12-15 11:48:45 +0400
commit38358880b31c619a4596f3a462095a7f41ed0eb1 (patch)
tree7221b408e57486db70b1d97690b75fceb07ddb73 /pkgs
parent1218bada61121324257503524468e1036e7fc85b (diff)
parent7b6987ea4e040338c7bb83eb89c0c9a2d176b698 (diff)
Merge pull request #205652 from NixOS/hugin-with-egl
hugin: use glew-egl to fix startup crash
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 925175e5bf616..389d5d4294b88 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -13,7 +13,7 @@
 , fftw
 , flann
 , gettext
-, glew
+, glew-egl
 , ilmbase
 , lcms2
 , lensfun
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
     fftw
     flann
     gettext
-    glew
+    glew-egl
     ilmbase
     lcms2
     lensfun