summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren@soeren-tempel.net>2024-03-23 12:06:08 +0100
committerGuix Patches Tester <>2024-04-17 13:53:44 +0200
commitc3b5fc78556ac04148e12b99141a15a6be47c36b (patch)
tree34eaa4a822700be50fda90b57f2a9a61884fd376
parentb47ae1ecc43baaf726701ab2d2f810ecfaa75428 (diff)
downloadguix-patches-issue-69962.tar
guix-patches-issue-69962.tar.gz
gnu: pixman: Disable non-optional verbose gnuplot debugging outputissue-69962
The --enable-gnuplot option was added previously in Guix Git commit 711316946fa84b55480681588f2cc23811c69784. The option causes any program linked against the pixman library to constantly write gnuplot input to standard output. I believe this is not desirable in the common case and, in fact, this option is intended for testing purposes by upstream [1]. I don't think that it should be enabled by default in a context of a distribution. I noticed this while working porting a Wayland status bar, which uses pixman, to Guix and wondering why the status bar process was constantly writing gnuplot input to standard output. * gnu/packages/xdisorg.scm (pixman): Disable --enable-gnuplot. [1]: https://gitlab.freedesktop.org/pixman/pixman/-/commit/d0e6c9f4f65e429058b97d2f947b048b445c17c4
-rw-r--r--gnu/packages/xdisorg.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 30ca9140d0..73ce82ac95 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -719,8 +719,7 @@ following the mouse.")
`(#:configure-flags
(list
"--disable-static"
- "--enable-timers"
- "--enable-gnuplot")))
+ "--enable-timers")))
(native-inputs
(list pkg-config))
(inputs