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;
|
homepage = https://www.flameeyes.eu/projects/unpaper;
|
||||||
description = "Post-processing tool for scanned sheets of paper";
|
description = "Post-processing tool for scanned sheets of paper";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user