gtk*: remove assert cupsSupport -> cups != null

This commit is contained in:
Dmitry Kalinkin
2021-04-30 11:40:00 -04:00
parent afd7f222bf
commit 04e9977b41
3 changed files with 3 additions and 10 deletions
+1 -3
View File
@@ -46,14 +46,12 @@
, xineramaSupport ? stdenv.isLinux
, cupsSupport ? stdenv.isLinux
, withGtkDoc ? stdenv.isLinux
, cups ? null
, cups
, AppKit
, Cocoa
, broadwaySupport ? true
}:
assert cupsSupport -> cups != null;
let
gtkCleanImmodulesCache = substituteAll {