forked from mirrors/nixpkgs
unpaper: add platforms field
This commit is contained in:
parent
b717faf49f
commit
f820c78f37
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue