summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2008-12-20 02:15:26 +0000
committerMarc Weber <marco-oweber@gmx.de>2008-12-20 02:15:26 +0000
commit5638574907519b4648be691cf6779d509d843b07 (patch)
treec652bb66ca5bc665838915ab41883a23f2e4409d /pkgs/applications
parente996113be7f41f067aaefac881c540b5ceb8d2d4 (diff)
downloadnixpkgs-5638574907519b4648be691cf6779d509d843b07.tar
nixpkgs-5638574907519b4648be691cf6779d509d843b07.tar.gz
nixpkgs-5638574907519b4648be691cf6779d509d843b07.tar.bz2
nixpkgs-5638574907519b4648be691cf6779d509d843b07.tar.lz
nixpkgs-5638574907519b4648be691cf6779d509d843b07.tar.xz
nixpkgs-5638574907519b4648be691cf6779d509d843b07.tar.zst
nixpkgs-5638574907519b4648be691cf6779d509d843b07.zip
fixes for previous commit
svn path=/nixpkgs/trunk/; revision=13662
Diffstat (limited to 'pkgs/applications')
-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 f82f07602f8..6a8b3d6499b 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";