mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gtk-vnc: Build without node.
* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove node. Change-Id: I35b4be1fa203cf75da3d88f078ac0fc613a60489
This commit is contained in:
parent
3694221290
commit
701aee876e
1 changed files with 0 additions and 2 deletions
|
@ -178,7 +178,6 @@ (define-module (gnu packages gnome)
|
|||
#:use-module (gnu packages nettle)
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (gnu packages ninja)
|
||||
#:use-module (gnu packages node)
|
||||
#:use-module (gnu packages nss)
|
||||
#:use-module (gnu packages ocr)
|
||||
#:use-module (gnu packages openldap)
|
||||
|
@ -9573,7 +9572,6 @@ (define-public gtk-vnc
|
|||
(list gettext-minimal
|
||||
`(,glib "bin")
|
||||
gobject-introspection
|
||||
node
|
||||
perl
|
||||
pkg-config
|
||||
python-wrapper
|
||||
|
|
Loading…
Reference in a new issue