depends: remove references to ~/.guix-profile
authortobtoht <tob@featherwallet.org>
Thu, 10 Apr 2025 00:44:44 +0000 (02:44 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 10 Apr 2025 00:44:44 +0000 (02:44 +0200)
contrib/depends/packages/qt.mk
contrib/depends/patches/libXau/toolchain.txt
contrib/depends/patches/libfuse/toolchain.txt
contrib/depends/patches/libxkbcommon/toolchain.txt
contrib/depends/patches/native_wayland/toolchain.txt
contrib/depends/patches/wayland/toolchain.txt

index 4b68edf95d35fbdd4d6cdc05b357bee42a39c3df..6a55596e57f1cc3924531c6739198c9dd5cbf2d8 100644 (file)
@@ -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
index 08ed8ff1e9b1ce7f495dab7955cc8cfc97e9ee7a..a01dc0d14616a488722bbeaa10537aad8d237794 100644 (file)
@@ -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'
index c65a94e721ef1e6fe0e8ede350bdd81c7ef59ea1..09d141720777b1bdd80ff1f46bb07f979c10dcbe 100644 (file)
@@ -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'
index ceca33bb0437dc14961df1bc4097213662a4651f..e209e79ca896840d8f160a8b548c69eb67d12c69 100644 (file)
@@ -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'
index b4691715eaefe7680a1ef1d9d4ccd82b213fc694..caffa1b7b1a347bf81103b0a99fb76f2133366a1 100644 (file)
@@ -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'
index c0a2d73e1300fdc36c613d73f8edd0e34ee82bee..ab8da460b5d22ae17d65044697805dfce240a91d 100644 (file)
@@ -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'