diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 20:21:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-30 01:38:34 +0200 |
commit | 12f5d35b330661191dc2468438e6ecf947b24d14 (patch) | |
tree | 21932ada5cf55e335ef8c9c8309244c9211aa6c2 | |
parent | d343e0fe3ef823ab6067178cd13372ad2b496924 (diff) | |
download | guix-12f5d35b330661191dc2468438e6ecf947b24d14.tar.gz guix-12f5d35b330661191dc2468438e6ecf947b24d14.zip |
gnu: pspp: Fix build.
* gnu/packages/statistics.scm (pspp)[inputs]: Use gtksourceview-3.
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 904727df2b..e13ebfa216 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -106,7 +106,7 @@ ("pango" ,pango) ("readline" ,readline) ("gtk" ,gtk+) - ("gtksourceview" ,gtksourceview) + ("gtksourceview" ,gtksourceview-3) ("spread-sheet-widget" ,spread-sheet-widget) ("zlib" ,zlib))) (native-inputs |