diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-23 13:57:46 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-23 20:39:13 +0300 |
commit | 701aee876e0d02ae4eb301b83d14b05a951d6c29 (patch) | |
tree | fb18537306fe44345b9cb06abcbb56a9b8432752 /gnu | |
parent | 36942212908164381231f96a76fcbbf86ac2856a (diff) | |
download | guix-701aee876e0d02ae4eb301b83d14b05a951d6c29.tar guix-701aee876e0d02ae4eb301b83d14b05a951d6c29.tar.gz |
gnu: gtk-vnc: Build without node.
* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove node.
Change-Id: I35b4be1fa203cf75da3d88f078ac0fc613a60489
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 0 insertions, 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 |