mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
commit
2acbca9b92
@ -2,16 +2,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "just";
|
||||
version = "0.6.0";
|
||||
version = "0.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "casey";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1sl235wr4fdsw0f0x7jynv6ljhvgis4d87xzpvjzajhdaappdp8d";
|
||||
sha256 = "07fjixz8y5rxfwpyr1kiimnn27jhc20gacd17i0yvfcpy5qf8z5p";
|
||||
};
|
||||
|
||||
cargoSha256 = "0k3aqwvdm95403s279gkksklnikgyjpf5qvngsvsrm5xqda438jk";
|
||||
cargoSha256 = "1zn0kiqi8p25lscjd661gczay631nwzadl36cfzqnbww6blayy1j";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
@ -40,16 +40,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
# Skip "edit" when running "cargo test",
|
||||
# since this test case needs "cat".
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
echo "Running cargo test --
|
||||
--skip edit
|
||||
''${checkFlags} ''${checkFlagsArray+''${checkFlagsArray[@]}}"
|
||||
cargo test -- \
|
||||
--skip edit \
|
||||
''${checkFlags} ''${checkFlagsArray+"''${checkFlagsArray[@]}"}
|
||||
runHook postCheck
|
||||
'';
|
||||
checkFlagsArray = [ "--skip=edit" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A handy way to save and run project-specific commands";
|
||||
|
Loading…
Reference in New Issue
Block a user