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/>.
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
(define-module (gnu packages vlang)
|
(define-module (gnu packages vlang)
|
||||||
#:use-module (gnu packages c)
|
|
||||||
#:use-module (gnu packages gcc)
|
|
||||||
#:use-module (gnu packages glib)
|
#:use-module (gnu packages glib)
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
|
@ -89,8 +87,7 @@
|
||||||
(copy-file "v.mod" vmod))
|
(copy-file "v.mod" vmod))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)))
|
||||||
("gcc" ,gcc)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("vc"
|
`(("vc"
|
||||||
,(let ((vc-version "0884d7092f4c2a4f8ca16da6f1792efa235247be"))
|
,(let ((vc-version "0884d7092f4c2a4f8ca16da6f1792efa235247be"))
|
||||||
|
|
Reference in a new issue