g4music: m4a support: acquire from upstream PR

This commit is contained in:
Colin 2023-08-18 20:07:26 +00:00
parent e29e26605b
commit 8be1f43c23
2 changed files with 6 additions and 5 deletions

View File

@ -25,6 +25,12 @@ in [
hash = "sha256-CjVAFRcnTjA9DpOdwFwifgriQ9QFFGzchMB0tIVlAQM=";
})
(fetchpatch' {
title = "g4music: add gst-plugins-bad for m4a support";
prUrl = "https://github.com/NixOS/nixpkgs/pull/249992";
hash = "sha256-bKlx0vN6Xx0jouPG81YkAf22eIjyReaG/YGnPrmO9xk=";
})
# (fetchpatch' {
# # TODO: check back in on this around 2023-10-01
# title = "libkiwix: 12.0.0 -> 12.1.0";

View File

@ -2,11 +2,6 @@
# prefer to encode these in `sane.programs`
# resort to this method for e.g. system dependencies, or things which are referenced from too many places.
(self: super: with self; {
g4music = super.g4music.overrideAttrs (upstream: {
buildInputs = upstream.buildInputs ++ [
gst_all_1.gst-plugins-bad # for e.g. m4a support
];
});
pipewire = super.pipewire.override {
# avoid a dep on python3.10-PyQt5, which has mixed qt5 versions.
# this means we lose firewire support (oh well..?)