From 66fe6f10fc79bd431ec38f64c7fe98af96f16944 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 7 Jan 2019 21:21:22 +0100 Subject: [PATCH] void: fixing license and changing test setup --- pkgs/tools/misc/void/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/void/default.nix b/pkgs/tools/misc/void/default.nix index 32747ccbf440..cba897431511 100644 --- a/pkgs/tools/misc/void/default.nix +++ b/pkgs/tools/misc/void/default.nix @@ -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; };