efraim pushed a commit to branch master
in repository guix.

commit 701aee876e0d02ae4eb301b83d14b05a951d6c29
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Thu May 23 13:57:46 2024 +0300

    gnu: gtk-vnc: Build without node.
    
    * gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove node.
    
    Change-Id: I35b4be1fa203cf75da3d88f078ac0fc613a60489
---
 gnu/packages/gnome.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3ec5de42f2..d18c256d62 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -178,7 +178,6 @@
   #: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 @@ like switching to windows and launching applications.")
        (list gettext-minimal
              `(,glib "bin")
              gobject-introspection
-             node
              perl
              pkg-config
              python-wrapper

Reply via email to