about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graphviz
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-14 18:56:28 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-17 22:55:10 +0100
commit23ee6b34faa45893c602ec303264db4e6b3c4097 (patch)
treea5a67bf83704c42aebbdfa5a56b3e7e06f1192c7 /pkgs/tools/graphics/graphviz
parentcd7364fc4f0023d103cbe65eb0bc9ad6d061db13 (diff)
graphviz: remove ? null from ApplicationServices
Diffstat (limited to 'pkgs/tools/graphics/graphviz')
-rw-r--r--pkgs/tools/graphics/graphviz/base.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/graphviz/base.nix b/pkgs/tools/graphics/graphviz/base.nix
index 6c9a847105172..977886e90ec94 100644
--- a/pkgs/tools/graphics/graphviz/base.nix
+++ b/pkgs/tools/graphics/graphviz/base.nix
@@ -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;