Compare commits

...

1 Commits

3 changed files with 13 additions and 9 deletions

6
flake.lock generated
View File

@@ -39,12 +39,12 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-arp7Uy7ct5ryTcmSY032eN7hr33i7D2XvjTRLliCFDc=", "narHash": "sha256-Qn/NV3Yjg1B/N9Wn8FqJLuFdfqeKksh3YDDW40E5XXU=",
"path": "/nix/store/rk489311m97gs49qid05c1xra05h64sm-source/nixpatches", "path": "/nix/store/696zspgnrdzrpb4396f1gqqh6jjcc18s-source/nixpatches",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/rk489311m97gs49qid05c1xra05h64sm-source/nixpatches", "path": "/nix/store/696zspgnrdzrpb4396f1gqqh6jjcc18s-source/nixpatches",
"type": "path" "type": "path"
} }
}, },

View File

@@ -107,6 +107,7 @@ let
{ pkg = gpodder-configured; dir = [ "gPodder" ]; } { pkg = gpodder-configured; dir = [ "gPodder" ]; }
gthumb gthumb
handbrake
inkscape inkscape
kdenlive kdenlive
@@ -173,9 +174,6 @@ let
# gnome.zenity # for kaiteki (it will use qarma, kdialog, or zenity) # gnome.zenity # for kaiteki (it will use qarma, kdialog, or zenity)
# gpt2tc # XXX: unreliable mirror # gpt2tc # XXX: unreliable mirror
# TODO(unpin): handbrake is broken on aarch64-linux 2023/01/29
handbrake
logseq logseq
losslesscut-bin losslesscut-bin
makemkv makemkv

View File

@@ -22,10 +22,16 @@
# fix handbrake build by: handbrake: 1.5.1 -> 1.6.1 # fix handbrake build by: handbrake: 1.5.1 -> 1.6.1
# PR opened 2023/01/23 # PR opened 2023/01/23
# (fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/212306.diff";
# hash = "sha256-iQX2NaZaCzZVRlCM0pgXt0gecNwhXGeh3kXEiY38ZIM=";
# })
# fix handbrake build by: ffmpeg: merge with ffmpeg-full
# PR merged 2023/01/27
(fetchpatch { (fetchpatch {
# see alternate fix: <https://github.com/NixOS/nixpkgs/pull/211834> url = "https://github.com/NixOS/nixpkgs/pull/211834.diff";
url = "https://github.com/NixOS/nixpkgs/pull/212306.diff"; hash = "sha256-8/S9Sh7Y7ku+9+C2QsYbo24usL2KXGYPWyUrI0Xa5TE=";
hash = "sha256-iQX2NaZaCzZVRlCM0pgXt0gecNwhXGeh3kXEiY38ZIM=";
}) })
./2022-12-19-i2p-aarch64.patch ./2022-12-19-i2p-aarch64.patch