diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-06 20:43:00 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-06 20:43:00 +0200 |
commit | c72647fbae675654e32e17a6891980a7b9272a71 (patch) | |
tree | 312d64246ed9cac73a356b87dbbe4d10f50a4a93 /gnu/packages | |
parent | 4ed252c332b83ca544f7ccf3890cdab293163736 (diff) | |
download | patches-c72647fbae675654e32e17a6891980a7b9272a71.tar patches-c72647fbae675654e32e17a6891980a7b9272a71.tar.gz |
gnu: xpad: Build against gtksourceview@3.
* gnu/packages/gnome.scm (xpad)[inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2820be0022..88d293ee9f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7232,7 +7232,7 @@ is suitable as a default application in a Desktop environment.") ("intltool" ,intltool) ("pkg-config" ,pkg-config))) (inputs - `(("gtksourceview" ,gtksourceview) + `(("gtksourceview" ,gtksourceview-3) ("libsm" ,libsm))) (home-page "https://wiki.gnome.org/Apps/Xpad") (synopsis "Virtual sticky note") |