overlays/clementine: fix di.fm channels
This commit is contained in:
parent
06bfcc3337
commit
9f6bbf5869
@ -11,7 +11,23 @@
|
||||
#nixd = prIsOpen.overlay 238779 (import ./nixd.nix);
|
||||
#in {
|
||||
{
|
||||
nixpkgs.overlays = if isUnstable then [ ] else [ ];
|
||||
nixpkgs.overlays = if isUnstable then
|
||||
[
|
||||
(_: super: {
|
||||
clementine = super.clementine.overrideAttrs (_: {
|
||||
patches = [
|
||||
(super.fetchpatch {
|
||||
name = "clementine-di-radio-fix.diff";
|
||||
url =
|
||||
"https://patch-diff.githubusercontent.com/raw/clementine-player/Clementine/pull/7217.diff";
|
||||
hash = "sha256-kaKc2YFkXJRPibbKbBCHvlm6Y/H9zS83ohMxtUNUFlM=";
|
||||
})
|
||||
];
|
||||
});
|
||||
})
|
||||
]
|
||||
else
|
||||
[ ];
|
||||
}
|
||||
|
||||
# Example Python dep overlay
|
||||
|
Loading…
Reference in New Issue
Block a user