Add patch of rqbit for higher version
This commit is contained in:
parent
dc462255db
commit
3fcebc8a87
4 changed files with 32 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ in
|
|||
./fix-ffmpeg_7-full.nix
|
||||
./fix-kdePackages.kdenlive.nix
|
||||
|
||||
./fix-rqbit.nix
|
||||
|
||||
# Nur
|
||||
./nur.nix
|
||||
]
|
||||
|
|
|
|||
5
overlays/modifications/fix-rqbit.nix
Normal file
5
overlays/modifications/fix-rqbit.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{inputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
rqbit = inputs.nixpkgs-485603.legacyPackages.${system}.rqbit;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue