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
|
||||
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
||||
(native-inputs
|
||||
(list `(,glib "bin") ; for glib-mkenums
|
||||
(list gettext-minimal
|
||||
`(,glib "bin") ; for glib-mkenums
|
||||
gobject-introspection
|
||||
intltool
|
||||
pkg-config
|
||||
vala
|
||||
;; For testing.
|
||||
|
|
Loading…
Reference in a new issue