summary refs log tree commit diff
path: root/pkgs/development/libraries/fltk/fltk13.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/fltk/fltk13.nix')
-rw-r--r--pkgs/development/libraries/fltk/fltk13.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/fltk/fltk13.nix b/pkgs/development/libraries/fltk/fltk13.nix
index df89482536f..262ef8b865e 100644
--- a/pkgs/development/libraries/fltk/fltk13.nix
+++ b/pkgs/development/libraries/fltk/fltk13.nix
@@ -1,6 +1,6 @@
 { composableDerivation, fetchurl, pkgconfig, x11, inputproto, libXi
 , freeglut, mesa, libjpeg, zlib, libXinerama, libXft, libpng
-
+, cfg ? {}
 , automake, autoconf, libtool
 }:
 
@@ -48,7 +48,7 @@ composableDerivation.composableDerivation {} {
     localpngSupport = false;
     sharedSupport = true;
     threadsSupport = true;
-  };
+  } // cfg;
 
   meta = {
     description = "A C++ cross-platform light-weight GUI library binding";