From bcc1881485769d1ed5dee743d493201fe481552c Mon Sep 17 00:00:00 2001 From: Dariqq Date: Sat, 9 Aug 2025 12:55:45 +0000 Subject: gnu: Remove PKG_CONFIG_EXECUTABLE configure-flags. * gnu/packages/bioinformatics.scm (vcflib): Remove setting PKG_CONFIG_EXECUTABLE flag. * gnu/packages/cpp.scm (hyprlang): same. * gnu/packages/cpp.scm (hyprutils): same. * gnu/packages/debian.scm (apt-cacher-ng): Same * gnu/packages/linux.scm (rdma-core): Same. * gnu/packages/radio.scm (libiio): Same. * gnu/packages/security-token.scm (libfido2): Same. * gnu/packages/version-control.scm (libgit2-1.9,libgit2-1.7): Same * gnu/packages/vulkan.scm (vulcan-loader): Same. Change-Id: I12cb5fb7f1a93fa01766b37a32777a269d4c089c Signed-off-by: Greg Hogan --- gnu/packages/cpp.scm | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'gnu/packages/cpp.scm') diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 625aeea4447..8be5aef9cb5 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1050,17 +1050,6 @@ utilities used across the hypr* ecosystem.") (base32 "06wiizy73f0x6zj1ar878gm1w9zam1gmgjw0ybixj3qag0gxqv34")))) (build-system cmake-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-cross-compilation - (lambda _ - (substitute* "CMakeLists.txt" - (("find_package.PkgConfig" all) - (string-append - "set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n" - all)))))))) (native-inputs (list gcc-15 pkg-config)) (inputs (list hyprutils)) (home-page "https://wiki.hypr.land/Hypr-Ecosystem/hyprlang/") @@ -1084,18 +1073,7 @@ language used in Hyprland.") (base32 "1ymiqzncppdik8lw3ad7xaqig6c7bjcy7crcwbq3rjfk2hrc8rmc")))) (build-system cmake-build-system) - (arguments - (list - #:tests? #f ; No tests in Release build type - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-cross-compilation - (lambda _ - (substitute* "CMakeLists.txt" - (("find_package.PkgConfig" all) - (string-append - "set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n" - all)))))))) + (arguments (list #:tests? #f)) ; No tests in Release build type (native-inputs (list gcc-15 pkg-config)) (inputs (list pixman)) (home-page "https://github.com/hyprwm/hyprutils") -- cgit v1.3