depends: remove references to ~/.guix-profile

This commit is contained in:
tobtoht 2025-04-10 02:44:44 +02:00
parent 230da721bc
commit 6052981b4c
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
6 changed files with 5 additions and 6 deletions
contrib/depends
packages
patches
libXau
libfuse
libxkbcommon
native_wayland
wayland

View 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

View 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'

View 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'

View 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'

View 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'

View 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'