summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 0a46951b76b..dc199ac5756 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1400,6 +1400,14 @@ rec {
     inherit fetchurl stdenv;
   };
 
+  # commented out because it's using the new configuration style proposal which is unstable
+  # needs some testing ..
+  #fltk20 = (import ../development/libraries/fltk) {
+    #inherit fetchurl stdenv lib mesa mesaHeaders libpng libjpeg zlib ;
+    #inherit (xlibs) libX11 libXext;
+    #flags = [ "useNixLibs" "threads" "shared" ];
+  #};
+
   fontconfig = import ../development/libraries/fontconfig {
     inherit fetchurl stdenv freetype expat;
   };