mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +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
|
||||
checkPhase = null;
|
||||
doCheck = false;
|
||||
|
||||
cargoSha256 = "1rq947s82icl7gdkjynjwz426bpmd96dip2dv2y7p8rg7yz29x0m";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Terminal-based personal organizer";
|
||||
homepage = https://github.com/spacejam/void;
|
||||
license = licenses.mit;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ spacekookie ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue