diff options
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ddd484b165..323ecd3042 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -862,11 +862,11 @@ on the screen.") "backgrounds/xfce-verticals.png")) #t))) - #:disallowed-references (,inkscape ,imagemagick))) + #:disallowed-references (,inkscape/stable ,imagemagick))) (native-inputs (list pkg-config intltool ;; For our own ‘prepare-background-image’ phase. - inkscape imagemagick)) + inkscape/stable imagemagick)) (inputs (list exo garcon |