From 9404b2cc12c2c5c094f6fde8024cacae4abe2bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 28 Jun 2013 08:33:09 +0200 Subject: [PATCH] qt3: fix infinite recursion created by 0b17251c06e --- pkgs/development/libraries/qt-3/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/qt-3/default.nix b/pkgs/development/libraries/qt-3/default.nix index b3dfc021da9..9b5cb0452d6 100644 --- a/pkgs/development/libraries/qt-3/default.nix +++ b/pkgs/development/libraries/qt-3/default.nix @@ -10,8 +10,6 @@ , x11, xextproto, zlib, libjpeg, libpng, which }: -let libpng = libpng; in - assert xftSupport -> libXft != null; assert xrenderSupport -> xftSupport && libXrender != null; assert xrandrSupport -> libXrandr != null && randrproto != null;