mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: pspp: Fix build.
* gnu/packages/statistics.scm (pspp)[inputs]: Use gtksourceview-3.
This commit is contained in:
parent
d343e0fe3e
commit
12f5d35b33
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ (define-public pspp
|
|||
("pango" ,pango)
|
||||
("readline" ,readline)
|
||||
("gtk" ,gtk+)
|
||||
("gtksourceview" ,gtksourceview)
|
||||
("gtksourceview" ,gtksourceview-3)
|
||||
("spread-sheet-widget" ,spread-sheet-widget)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue