gtk*: remove assert cupsSupport -> cups != null
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user