From 76963d6aaf1317ada3347d2a82021ff8ed60a030 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 3 Mar 2023 09:57:26 +0000 Subject: [PATCH] handbrake: un-pin --- hosts/common/programs.nix | 4 +--- nixpatches/list.nix | 8 -------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/hosts/common/programs.nix b/hosts/common/programs.nix index 31bc8873..8f235732 100644 --- a/hosts/common/programs.nix +++ b/hosts/common/programs.nix @@ -201,6 +201,7 @@ let gajim # XMPP client gimp # broken on phosh "gnome.gnome-disk-utility" + handbrake inkscape kdenlive kid3 # audio tagging @@ -217,9 +218,6 @@ let # gnome.zenity # for kaiteki (it will use qarma, kdialog, or zenity) # gpt2tc # XXX: unreliable mirror - # TODO(unpin): handbrake is broken on aarch64-linux 2023/01/29 - handbrake - logseq losslesscut-bin makemkv diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 151f3639..a8117251 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -13,14 +13,6 @@ hash = "sha256-IvsIcd2wPdz4b/7FMrDrcVlIZjFecCQ9uiL0Umprbx0="; }) - # fix handbrake build by: handbrake: 1.5.1 -> 1.6.1 - # PR opened 2023/01/23 - # (fetchpatch { - # # see alternate fix: - # url = "https://github.com/NixOS/nixpkgs/pull/212306.diff"; - # hash = "sha256-PnPzvJymafa+zjkauQW0LzFsJC7S+7D9JRszTE3in+w="; - # }) - # (fetchpatch { # # stdenv: fix cc for pseudo-crosscompilation # # closed because it breaks pkgsStatic (as of 2023/02/12)