squashme: fixes

This commit is contained in:
zimbatm 2018-05-25 22:34:12 +01:00
parent 1cd792cf79
commit e264c34124

View File

@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1"; sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1";
}; };
buildInputs = [ mock ]; checkInputs = [ mock ];
propagatedBuildInputs = [ meld3 ]; propagatedBuildInputs = [ meld3 ];
@ -21,6 +21,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "A system for controlling process state under UNIX"; description = "A system for controlling process state under UNIX";
homepage = http://supervisord.org/; homepage = http://supervisord.org/;
license = lib.licenses.free; # http://www.repoze.org/LICENSE.txt
maintainers = with lib.maintainers; [ zimbatm ]; maintainers = with lib.maintainers; [ zimbatm ];
}; };
} }