mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
devenv: rm test binaries
Prior to this change the devenv package contained "devenv-run-tests" and "xtask" test binaries.
This commit is contained in:
@@ -43,6 +43,8 @@ in rustPlatform.buildRustPackage {
|
||||
|
||||
cargoHash = "sha256-fCXAFVmKns8uglbzyCznoVFGCU+Veq0t1h8T7i1P5XQ=";
|
||||
|
||||
buildAndTestSubdir = "devenv";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper pkg-config ];
|
||||
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user