mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
qt3: fix infinite recursion created by 0b17251c06
This commit is contained in:
parent
bf94beff42
commit
9404b2cc12
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue