From 465576aa5a8482825e9150f33c66f152c588a3f1 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sun, 23 Feb 2025 09:28:05 +0100 Subject: [PATCH] guix: clean up manifest --- contrib/guix/manifest.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 32572cd7..dffa40fe 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -13,7 +13,6 @@ (gnu packages gawk) (gnu packages gcc) ((gnu packages gettext) #:select (gettext-minimal)) - (gnu packages gperf) ((gnu packages installers) #:select (nsis-x86_64)) ((gnu packages libusb) #:select (libplist)) ((gnu packages linux) #:select (linux-libre-headers-6.1 util-linux)) @@ -28,7 +27,6 @@ ((gnu packages tls) #:select (openssl)) ((gnu packages version-control) #:select (git-minimal)) (gnu packages xorg) - (gnu packages zig) (guix build-system cmake) (guix build-system gnu) (guix build-system pyproject) @@ -480,10 +478,9 @@ inspecting signatures in Mach-O binaries.") (list gcc-toolchain-13 "static") gnu-make pkg-config - bison ; used to build libxkbcommon in depends cmake-minimal meson ; used to build libfuse, wayland, libXau, libxkbcommon in depends - ninja + ninja ; used to build qt in depends ;; Scripting perl ; required to build openssl in depends @@ -497,7 +494,7 @@ inspecting signatures in Mach-O binaries.") ;; Windows (list (make-mingw-pthreads-cross-toolchain "x86_64-w64-mingw32") - nsis-x86_64 + nsis-x86_64 ;; used to build the installer nss-certs osslsigncode gettext-minimal ;; used to build libgpg-error in depends @@ -506,6 +503,7 @@ inspecting signatures in Mach-O binaries.") (list (make-bitcoin-cross-toolchain target) squashfs-tools + bison ; used to build libxkbcommon in depends )) ((string-contains target "darwin") (list -- 2.52.0