mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libfm: Build with GTK 3.
* gnu/packages/lxde.scm (libfm) [arguments]: New field. [inputs]: Replace gtk+2 with gtk+.
This commit is contained in:
parent
e635167dc0
commit
351bf8f6fb
1 changed files with 3 additions and 1 deletions
|
@ -59,6 +59,7 @@ (define-module (gnu packages lxde)
|
|||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system trivial)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix packages)
|
||||
|
@ -77,7 +78,8 @@ (define-public libfm
|
|||
(base32
|
||||
"1rfira3lx8v6scz1aq69925j4vslpp36bmgrrzcfby2c60q2c155"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list glib gtk+-2))
|
||||
(arguments (list #:configure-flags #~(list "--with-gtk=3")))
|
||||
(inputs (list glib gtk+))
|
||||
(native-inputs (list intltool
|
||||
`(,glib "bin") ; for gtester
|
||||
libtool
|
||||
|
|
Loading…
Reference in a new issue