mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
void: fixing license and changing test setup
This commit is contained in:
parent
6a6cd025fc
commit
66fe6f10fc
|
@ -12,14 +12,14 @@ rustPlatform.buildRustPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
# The tests are long-running and not that useful
|
# The tests are long-running and not that useful
|
||||||
checkPhase = null;
|
doCheck = false;
|
||||||
|
|
||||||
cargoSha256 = "1rq947s82icl7gdkjynjwz426bpmd96dip2dv2y7p8rg7yz29x0m";
|
cargoSha256 = "1rq947s82icl7gdkjynjwz426bpmd96dip2dv2y7p8rg7yz29x0m";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Terminal-based personal organizer";
|
description = "Terminal-based personal organizer";
|
||||||
homepage = https://github.com/spacejam/void;
|
homepage = https://github.com/spacejam/void;
|
||||||
license = licenses.mit;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ spacekookie ];
|
maintainers = with maintainers; [ spacekookie ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue