mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: v: Remove unnecessary input.
* gnu/packages/vlang.scm (v)[inputs]: Remove gcc.
This commit is contained in:
parent
0531ea982b
commit
d416723395
1 changed files with 1 additions and 4 deletions
|
@ -17,8 +17,6 @@
|
|||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(define-module (gnu packages vlang)
|
||||
#:use-module (gnu packages c)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (gnu packages glib)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix git-download)
|
||||
|
@ -89,8 +87,7 @@ (define-public v
|
|||
(copy-file "v.mod" vmod))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("gcc" ,gcc)))
|
||||
`(("glib" ,glib)))
|
||||
(native-inputs
|
||||
`(("vc"
|
||||
,(let ((vc-version "0884d7092f4c2a4f8ca16da6f1792efa235247be"))
|
||||
|
|
Loading…
Reference in a new issue