aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2023-12-29 20:08:29 +0800
committerMathieu Othacehe <othacehe@gnu.org>2023-12-29 19:48:16 +0100
commit0f2164c577ef2329a95e1fce1c33947f4c6ae89c (patch)
tree10e3f491ad436af9768455ac62b19a3fa01e5cf3 /gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch
parent2c371d2cd9a30bf88fe9aae53913526876b01bcc (diff)
downloadguix-0f2164c577ef2329a95e1fce1c33947f4c6ae89c.tar.gz
guix-0f2164c577ef2329a95e1fce1c33947f4c6ae89c.zip
gnu: libid3tag: Fix cross-compiling.
* gnu/packages/mp3.scm (libid3tag) [native-inputs]: when cross compiling to {riscv,aarch}64-linux-gnu, add config. [arguments]: when target {riscv,aarch}64-linux-gnu, add update-config-scripts phase. Change-Id: I715e20b7d0aeabe7eba76185b542d9d184167448 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch')
0 files changed, 0 insertions, 0 deletions
ix/commit/tests/gremlin.scm?id=f7dfda2c73a0c4f09b105cafb29c45cf594e4ba9'>gremlin: 'elf-dynamic-info-needed' test is no longer skipped....* tests/gremlin.scm (%guile-executable): Use /proc/self/exe instead of (command-line). For a while now, the first element of (command-line) was "./build-aux/test-driver.scm"; consequently the test was always skipped. Ludovic Courtès 2018-05-07gremlin: Add 'strip-runpath'....* guix/build/gremlin.scm (strip-runpath): New procedure. * tests/gremlin.scm (c-compiler): New variable. ("strip-runpath"): New test. Ludovic Courtès