ouch: use buildFeatures
This commit is contained in:
parent
fb3de84fb3
commit
44c0a3a626
@ -27,9 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = [ bzip2 xz zlib zstd ];
|
||||
|
||||
cargoBuildFlags = [ "--features" "zstd/pkg-config" ];
|
||||
|
||||
cargoTestFlags = cargoBuildFlags;
|
||||
buildFeatures = [ "zstd/pkg-config" ];
|
||||
|
||||
postInstall = ''
|
||||
help2man $out/bin/ouch > ouch.1
|
||||
|
Loading…
Reference in New Issue
Block a user