summary refs log tree commit diff
path: root/nixos/modules/config/no-x-libs.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-12-05 02:02:31 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-12-05 02:07:00 +0100
commitd0ffce42bba02f505d2038b13b88e52ade242fa7 (patch)
treec1970f322957b78eec6493e9c841029c217bdd80 /nixos/modules/config/no-x-libs.nix
parent4312ffd16a37b560de9275440b51a3e962d1a207 (diff)
downloadnixpkgs-d0ffce42bba02f505d2038b13b88e52ade242fa7.tar
nixpkgs-d0ffce42bba02f505d2038b13b88e52ade242fa7.tar.gz
nixpkgs-d0ffce42bba02f505d2038b13b88e52ade242fa7.tar.bz2
nixpkgs-d0ffce42bba02f505d2038b13b88e52ade242fa7.tar.lz
nixpkgs-d0ffce42bba02f505d2038b13b88e52ade242fa7.tar.xz
nixpkgs-d0ffce42bba02f505d2038b13b88e52ade242fa7.tar.zst
nixpkgs-d0ffce42bba02f505d2038b13b88e52ade242fa7.zip
nixos/no-x-libs: add imagemagick/imagemagickBig
Diffstat (limited to 'nixos/modules/config/no-x-libs.nix')
-rw-r--r--nixos/modules/config/no-x-libs.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 946c9bf38c4..489765261da 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -33,6 +33,8 @@ with lib;
       ffmpeg_4 = super.ffmpeg_4.override { sdlSupport = false; vdpauSupport = false; };
       ffmpeg_5 = super.ffmpeg_5.override { sdlSupport = false; vdpauSupport = false; };
       gobject-introspection = super.gobject-introspection.override { x11Support = false; };
+      imagemagick = super.imagemagick.override { libX11Support = false; libXtSupport = false; };
+      imagemagickBig = super.imagemagickBig.override { libX11Support = false; libXtSupport = false; };
       libva = super.libva-minimal;
       networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };
       networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };