mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pcmanfm: Add missing inputs. Remove comment.
* gnu/packages/lxde.scm (pcmanfm)[inputs]: Add GVFS. [propagated-inputs]: Add LXMENU-DATA. Remove comment suggesting to use --sysconfdir. Inspection of the configure script shows that <output>/etc is used for configuration by default anyway, so such a flag is not needed. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
be10e4ae4a
commit
0dcad042a5
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
|
;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
|
||||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
|
;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -218,14 +219,15 @@ (define-public pcmanfm
|
||||||
(base32
|
(base32
|
||||||
"0rxdh0dfzc84l85c54blq42gczygq8adhr3l9hqzy1dp530cm1hc"))))
|
"0rxdh0dfzc84l85c54blq42gczygq8adhr3l9hqzy1dp530cm1hc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; (#:configure-flags '("--sysconfdir=/etc")) suggested in README.
|
|
||||||
(inputs `(("gtk+" ,gtk+-2)
|
(inputs `(("gtk+" ,gtk+-2)
|
||||||
;; TODO: add ("gvfs" ,gvfs).
|
("gvfs" ,gvfs) ;for trash and mount support
|
||||||
("libfm" ,libfm)
|
("libfm" ,libfm)
|
||||||
("libx11" ,libx11)))
|
("libx11" ,libx11)))
|
||||||
(native-inputs `(("intltool" ,intltool)
|
(native-inputs `(("intltool" ,intltool)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("lxmenu-data" ,lxmenu-data))) ;for "Open With..." application list
|
||||||
(synopsis "LXDE file manager")
|
(synopsis "LXDE file manager")
|
||||||
(description "PCMan is a lightweight GTK+ based file manager, compliant
|
(description "PCMan is a lightweight GTK+ based file manager, compliant
|
||||||
with freedesktop.org standard.")
|
with freedesktop.org standard.")
|
||||||
|
|
Loading…
Reference in a new issue