mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
7d27a9164b
commit
ce12965fd9
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
fetchFromGitHub,
|
||||
buildNpmPackage,
|
||||
nodejs,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
buildNpmPackage (finalAttrs: {
|
||||
|
|
@ -50,6 +51,10 @@ buildNpmPackage (finalAttrs: {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests.smoke-test = nixosTests.scanservjs;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "SANE scanner nodejs web ui";
|
||||
longDescription = "scanservjs is a simple web-based UI for SANE which allows you to share a scanner on a network without the need for drivers or complicated installation.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue