cross: fix librsvg (hopefully)
This commit is contained in:
@@ -20,7 +20,7 @@ let
|
||||
else if saneGhCommit != null then
|
||||
"https://github.com/uninsane/nixpkgs/commit/${saneGhCommit}.patch?full_index=1"
|
||||
else
|
||||
"https://git.uninsane.org/colin/nixpkgs/commit/${saneCommit}.diff"
|
||||
"https://git.uninsane.org/colin/nixpkgs/commit/${saneCommit}.patch?full_index=1"
|
||||
;
|
||||
in fetchpatch2 (
|
||||
{ inherit revert url; }
|
||||
@@ -31,6 +31,12 @@ in
|
||||
[
|
||||
./2024-10-01-python-cross-resource-usage.patch
|
||||
|
||||
(fetchpatch' {
|
||||
name = "librsvg: generate loaders.cache even when cross compiling";
|
||||
saneCommit = "dacc93f2406cd42ccf3b7a480353fd80da285c5d";
|
||||
hash = "sha256-CxHbIxJU9pu20z8SMTRp1CoZMPCuPJk0fuFjy7BZqjM=";
|
||||
})
|
||||
|
||||
# (fetchpatch' {
|
||||
# # 2024-12-26: required to build ollama (with AMD acceleration)
|
||||
# name = "rocm-6: bump packages to 6.3.1 and add missing packages";
|
||||
|
Reference in New Issue
Block a user