trash-cli: add platforms field

This commit is contained in:
Robert Helgesson 2016-05-22 16:06:06 +02:00
parent 964ff5cc89
commit f16da199e4

View file

@ -35,6 +35,7 @@ python2Packages.buildPythonApplication rec {
homepage = https://github.com/andreafrancia/trash-cli;
description = "Command line tool for the desktop trash can";
maintainers = [ maintainers.rycee ];
platforms = platforms.all;
license = licenses.gpl2;
};
}