This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a074702c6b gnu: pspp: Fix build.
a074702c6b is described below

commit a074702c6b0bae712991b22cd34326f1b4eac947
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 22 20:50:39 2025 +0200

    gnu: pspp: Fix build.
    
    * gnu/packages/statistics.scm (pspp)[inputs]: Remove
    gtksourceview-3; add gtksourceview-4.
    [native-inputs]: Add glibc-locales.
    
    Fixes: guix/guix#3019
    Change-Id: Ib208da59672189a8f5920ea1796f95798d60180d
---
 gnu/packages/statistics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 688db00783..87e40e1177 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -244,12 +244,13 @@ This package also provides @command{xls2csv} to export 
Excel files to CSV.")
            pango
            readline
            gtk+
-           gtksourceview-3
+           gtksourceview-4
            spread-sheet-widget
            zlib))
     (native-inputs
      (list autoconf ;for tests
            `(,glib "bin") ;for glib-genmarshal
+           glibc-locales ;for test 1597: tex non-ascii
            perl
            pkg-config
            python-3 ;for tests

Reply via email to