From 6052981b4cfcf901a1852975a4b7094364e9ff07 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 10 Apr 2025 02:44:44 +0200 Subject: [PATCH] depends: remove references to ~/.guix-profile --- contrib/depends/packages/qt.mk | 1 - contrib/depends/patches/libXau/toolchain.txt | 2 +- contrib/depends/patches/libfuse/toolchain.txt | 2 +- contrib/depends/patches/libxkbcommon/toolchain.txt | 2 +- contrib/depends/patches/native_wayland/toolchain.txt | 2 +- contrib/depends/patches/wayland/toolchain.txt | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/contrib/depends/packages/qt.mk b/contrib/depends/packages/qt.mk index 4b68edf9..6a55596e 100644 --- a/contrib/depends/packages/qt.mk +++ b/contrib/depends/packages/qt.mk @@ -53,7 +53,6 @@ $(package)_extra_sources += $($(package)_qtwayland_file_name) define $(package)_set_vars $(package)_config_opts += -DQT_HOST_PATH=$(build_prefix)/qt-host -$(package)_config_opts += -DCMAKE_LIBRARY_PATH=/home/user/.guix-profile/lib $(package)_config_opts += -DBUILD_SHARED_LIBS=OFF $(package)_config_opts += -DCMAKE_INSTALL_PREFIX=$(host_prefix) $(package)_config_opts += -DINSTALL_LIBEXECDIR=$(build_prefix)/bin diff --git a/contrib/depends/patches/libXau/toolchain.txt b/contrib/depends/patches/libXau/toolchain.txt index 08ed8ff1..a01dc0d1 100644 --- a/contrib/depends/patches/libXau/toolchain.txt +++ b/contrib/depends/patches/libXau/toolchain.txt @@ -3,7 +3,7 @@ c = '@cc@' cpp = '@cxx@' ar = '@ar@' strip = '@strip@' -pkgconfig = '/home/user/.guix-profile/bin/pkg-config' +pkgconfig = 'pkg-config' [host_machine] system = 'linux' diff --git a/contrib/depends/patches/libfuse/toolchain.txt b/contrib/depends/patches/libfuse/toolchain.txt index c65a94e7..09d14172 100644 --- a/contrib/depends/patches/libfuse/toolchain.txt +++ b/contrib/depends/patches/libfuse/toolchain.txt @@ -3,7 +3,7 @@ c = '@cc@' cpp = '@cxx@' ar = '@ar@' strip = '@strip@' -pkgconfig = '/home/user/.guix-profile/bin/pkg-config' +pkgconfig = 'pkg-config' [host_machine] system = 'linux' diff --git a/contrib/depends/patches/libxkbcommon/toolchain.txt b/contrib/depends/patches/libxkbcommon/toolchain.txt index ceca33bb..e209e79c 100644 --- a/contrib/depends/patches/libxkbcommon/toolchain.txt +++ b/contrib/depends/patches/libxkbcommon/toolchain.txt @@ -3,7 +3,7 @@ c = '@cc@' cpp = '@cxx@' ar = '@ar@' strip = '@strip@' -pkgconfig = '/home/user/.guix-profile/bin/pkg-config' +pkgconfig = 'pkg-config' [host_machine] system = 'linux' diff --git a/contrib/depends/patches/native_wayland/toolchain.txt b/contrib/depends/patches/native_wayland/toolchain.txt index b4691715..caffa1b7 100644 --- a/contrib/depends/patches/native_wayland/toolchain.txt +++ b/contrib/depends/patches/native_wayland/toolchain.txt @@ -3,7 +3,7 @@ c = '@cc@' cpp = '@cxx@' ar = '@ar@' strip = '@strip@' -pkgconfig = '/home/user/.guix-profile/bin/pkg-config' +pkgconfig = 'pkg-config' [host_machine] system = 'linux' diff --git a/contrib/depends/patches/wayland/toolchain.txt b/contrib/depends/patches/wayland/toolchain.txt index c0a2d73e..ab8da460 100644 --- a/contrib/depends/patches/wayland/toolchain.txt +++ b/contrib/depends/patches/wayland/toolchain.txt @@ -3,7 +3,7 @@ c = '@cc@' cpp = '@cxx@' ar = '@ar@' strip = '@strip@' -pkgconfig = '/home/user/.guix-profile/bin/pkg-config' +pkgconfig = 'pkg-config' [host_machine] system = 'linux' -- 2.52.0