unpaper: add platforms field

This commit is contained in:
Robert Helgesson 2016-05-22 14:34:33 +02:00
parent b717faf49f
commit f820c78f37

View file

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
homepage = https://www.flameeyes.eu/projects/unpaper;
description = "Post-processing tool for scanned sheets of paper";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.rycee ];
};
}