diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-26 11:33:32 +0300 | ||
---|---|---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-26 11:33:32 +0300 | ||
commit | cbc1f7541888da215299d62dc539dd699de289c1 (patch) | |||
tree | 9aa72e8e55f6190f1ff94cc5328f529fb5f83af5 | |||
parent | d409a83e7cff903f753b67a39ba7ecf08804fab6 (diff) | |||
download | 2021-08-29 | Migrate to the new 'targets' field of bootloader-configuration.... | Maxim Cournoyer |
gnu: xpad: Fix build.
* gnu/packages/gnome.scm (xpad)[inputs]: Add gtk+. Replace gtksourceview
with gtksourceview-4.
-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 bae585ea6c..45d74568a8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10820,7 +10820,7 @@ is suitable as a default application in a Desktop environment.") (list autoconf automake `(,gtk+ "bin") intltool pkg-config)) (inputs - (list gtksourceview libsm)) + (list gtk+ gtksourceview-4 libsm)) (home-page "https://wiki.gnome.org/Apps/Xpad") (synopsis "Virtual sticky note") (description |