summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/exrdisplay/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/exrdisplay/default.nix')
-rw-r--r--pkgs/applications/graphics/exrdisplay/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/exrdisplay/default.nix b/pkgs/applications/graphics/exrdisplay/default.nix
index f82f07602f8c..6a8b3d6499bd 100644
--- a/pkgs/applications/graphics/exrdisplay/default.nix
+++ b/pkgs/applications/graphics/exrdisplay/default.nix
@@ -1,6 +1,6 @@
args: with args;
-assert fltk.flag_set_gl;
+assert fltk.glSupport;
stdenv.mkDerivation {
name ="openexr_viewers-1.0.1";