mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
sabnzbd: replace par2cmdline with par2cmdline-turbo in bin path
This commit is contained in:
parent
85cd33e31c
commit
95164a1bb0
@ -45,7 +45,7 @@ let
|
||||
tempora
|
||||
zc_lockfile
|
||||
]);
|
||||
path = lib.makeBinPath [ coreutils par2cmdline unrar unzip p7zip util-linux ];
|
||||
path = lib.makeBinPath [ coreutils par2cmdline-turbo unrar unzip p7zip util-linux ];
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "4.2.1";
|
||||
pname = "sabnzbd";
|
||||
|
Loading…
Reference in New Issue
Block a user