mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: setroot: Depend on imlib2@1.7.
* gnu/packages/xorg.scm (setroot)[inputs]: Use IMLIB2-1.7 instead of IMLIB2.
This commit is contained in:
parent
d776899e18
commit
0602444b79
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2014, 2015, 2017, 2018, 2020 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2015-2022 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
||||
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
|
||||
;;; Copyright © 2015 Cyrill Schenkel <cyrill.schenkel@gmail.com>
|
||||
|
@ -6948,7 +6948,7 @@ the server and cleaning up before returning the exit status of the command.")
|
|||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(inputs
|
||||
(list imlib2 libx11 libxinerama))
|
||||
(list imlib2-1.7 libx11 libxinerama))
|
||||
(home-page "https://github.com/ttzhou/setroot")
|
||||
(synopsis "Simple X background setter inspired by imlibsetroot and feh")
|
||||
(description "Setroot is a lightweight X background setter with feh's
|
||||
|
|
Loading…
Reference in a new issue