mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
caesura: use 'sox_ng' (#522224)
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
flac,
|
||||
lame,
|
||||
makeBinaryWrapper,
|
||||
sox,
|
||||
sox_ng,
|
||||
}:
|
||||
let
|
||||
runtimeDeps = [
|
||||
flac
|
||||
lame
|
||||
sox
|
||||
sox_ng
|
||||
];
|
||||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user