mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: libosmo-dsp: Remove unused input.
* gnu/packages/radio.scm (libosmo-dsp)[native-inputs]: Remove GIT-MINIMAL.
This commit is contained in:
parent
b73896a638
commit
fd93958ea0
1 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ (define-module (gnu packages radio)
|
|||
#:use-module (gnu packages tcl)
|
||||
#:use-module (gnu packages tex)
|
||||
#:use-module (gnu packages texinfo)
|
||||
#:use-module (gnu packages version-control)
|
||||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages xorg)
|
||||
#:use-module (guix build-system cmake)
|
||||
|
@ -471,7 +470,6 @@ (define-public libosmo-dsp
|
|||
("automake" ,automake)
|
||||
("bash-minimal" ,bash-minimal)
|
||||
("doxygen" ,doxygen)
|
||||
("git" ,git-minimal)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texlive" ,(texlive-union (list texlive-amsfonts
|
||||
|
|
Loading…
Reference in a new issue