summaryrefslogtreecommitdiff
path: root/gnu/packages/vlang.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/vlang.scm')
-rw-r--r--gnu/packages/vlang.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/vlang.scm b/gnu/packages/vlang.scm
index e0b2e7bcfc..108e09d450 100644
--- a/gnu/packages/vlang.scm
+++ b/gnu/packages/vlang.scm
@@ -102,7 +102,7 @@
(copy-file "v.mod" vmod))
#t)))))
(inputs
- `(("glib" ,glib)))
+ (list glib))
(native-inputs
`(("vc"
;; Versions are not consistently tagged, but the matching commit will
@@ -134,7 +134,3 @@
"V is a systems programming language. It provides memory safety and thread
safety guarantees with minimal abstraction.")
(license license:expat)))
-
-(define-public v
- ;; We used to provide 'vlang' under the name 'v'.
- (deprecated-package "v" vlang))