mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
unpaper: set meta.mainProgram
This commit is contained in:
parent
bb96340e6b
commit
b36ee8cb9c
@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
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;
|
platforms = platforms.all;
|
||||||
|
mainProgram = "unpaper";
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user