graphviz: remove ? null from ApplicationServices
This commit is contained in:
parent
cd7364fc4f
commit
23ee6b34fa
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
{ lib, stdenv, fetchFromGitLab, autoreconfHook, pkg-config, cairo, expat, flex
|
{ lib, stdenv, fetchFromGitLab, autoreconfHook, pkg-config, cairo, expat, flex
|
||||||
, fontconfig, gd, gettext, gts, libdevil, libjpeg, libpng, libtool, pango
|
, fontconfig, gd, gettext, gts, libdevil, libjpeg, libpng, libtool, pango
|
||||||
, yacc, fetchpatch, xorg ? null, ApplicationServices ? null }:
|
, yacc, fetchpatch, xorg ? null, ApplicationServices }:
|
||||||
|
|
||||||
assert stdenv.isDarwin -> ApplicationServices != null;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) optional optionals optionalString;
|
inherit (lib) optional optionals optionalString;
|
||||||
|
|
Loading…
Reference in New Issue