mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: modem-manager: Remove obsolete input.
* gnu/packages/freedesktop.scm (modem-manager)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
9ee4069eb0
commit
fdd40f391c
1 changed files with 2 additions and 2 deletions
|
@ -1528,9 +1528,9 @@ (define-public modem-manager
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") ; for glib-mkenums
|
(list gettext-minimal
|
||||||
|
`(,glib "bin") ; for glib-mkenums
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
intltool
|
|
||||||
pkg-config
|
pkg-config
|
||||||
vala
|
vala
|
||||||
;; For testing.
|
;; For testing.
|
||||||
|
|
Loading…
Reference in a new issue