From 6db1a80a735ff1684ac32c8779170247d83aecaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 19 Apr 2026 20:19:20 +0200 Subject: [PATCH] Revert "ghostscript: avoid rebuild on linux for now" This reverts commit 52cda273a4c59f0ce33893194da19700289d5657. --- pkgs/by-name/gh/ghostscript/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gh/ghostscript/package.nix b/pkgs/by-name/gh/ghostscript/package.nix index 3ebd9e61ab79..fe7912226952 100644 --- a/pkgs/by-name/gh/ghostscript/package.nix +++ b/pkgs/by-name/gh/ghostscript/package.nix @@ -165,10 +165,10 @@ stdenv.mkDerivation (finalAttrs: { ''; configureFlags = [ + "CFLAGS=-std=gnu17" "--with-system-libtiff" "--without-tesseract" ] - ++ lib.optional stdenv.cc.isClang "CFLAGS=-std=gnu17" # FIXME: make it unconditional ++ lib.optionals dynamicDrivers [ "--enable-dynamic" "--disable-hidden-visibility"