3
0
Fork 0
forked from mirrors/nixpkgs

utox: remove unnecessary line

This commit is contained in:
Peter Hoeg 2017-02-22 07:48:34 +08:00
parent 5b14e91717
commit 4ecaed783b

View file

@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
doCheck = false;
makeFlags = "PREFIX=$(out)";
meta = with stdenv.lib; {
description = "Lightweight Tox client";
license = licenses.gpl3;