mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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
|
||||
, fontconfig, gd, gettext, gts, libdevil, libjpeg, libpng, libtool, pango
|
||||
, yacc, fetchpatch, xorg ? null, ApplicationServices ? null }:
|
||||
|
||||
assert stdenv.isDarwin -> ApplicationServices != null;
|
||||
, yacc, fetchpatch, xorg ? null, ApplicationServices }:
|
||||
|
||||
let
|
||||
inherit (lib) optional optionals optionalString;
|
||||
|
Loading…
Reference in New Issue
Block a user