mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-03 07:45:55 +02:00
gnu: xwallpaper: Fix cross-compilation
* gnu/packages/xdisorg.scm (xwallpaper): Substitute system-specific pkg-config executable in the bootstrap file. Change-Id: Ia58bd642447e49b7f3a1baddcf4b955f14297a23 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #6210
This commit is contained in:
committed by
Ludovic Courtès
parent
5e8812225c
commit
313e205acd
@@ -3497,6 +3497,15 @@ support such as Xfce.")
|
||||
(sha256
|
||||
(base32 "1hqc5z4qgfl8s2wzg1f9nq3ww2xg0vihdahhprjpmj9lgla50m7i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-cross-compile
|
||||
(lambda _
|
||||
(substitute* "autogen.sh"
|
||||
(("pkg-config")
|
||||
#$(pkg-config-for-target))))))))
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config))
|
||||
(inputs
|
||||
|
||||
Reference in New Issue
Block a user