kdePackages.audiotube: add patch for pybind11
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
fetchpatch,
|
||||
qtdeclarative,
|
||||
qtmultimedia,
|
||||
qtsvg,
|
||||
@@ -25,6 +26,16 @@ in
|
||||
mkKdeDerivation {
|
||||
pname = "audiotube";
|
||||
|
||||
patches = [
|
||||
# https://bugs.kde.org/show_bug.cgi?id=520142
|
||||
# https://github.com/NixOS/nixpkgs/issues/520685
|
||||
(fetchpatch {
|
||||
name = "pybind11-ecm-6.26.patch";
|
||||
url = "https://invent.kde.org/multimedia/audiotube/-/commit/273d9b926dfadb1b85a4a0d21c352bd5968ffa1f.patch";
|
||||
hash = "sha256-V5HghJxKYMRZP4vqIhQZeRveOcfpGXwMMEgSM3ZDbUE=";
|
||||
})
|
||||
];
|
||||
|
||||
extraNativeBuildInputs = [
|
||||
ps.pybind11
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user