13 pname = "whitebophir";
16 src = fetchFromGitHub {
20 hash = "sha256-4T7s9WrpyHVPcw0QY0C0sczDJYKzA4bAAfEv8q2pOy4=";
25 npmDepsHash = "sha256-mKDkkX7vWrnfEg1D65bqn/MtyUS0DKjTtkDW6ebso7g=";
27 # geckodriver tries to access network
28 npmFlags = [ "--ignore-scripts" ];
33 out_whitebophir=$out/lib/node_modules/whitebophir
36 cat <<EOF > $out/bin/whitebophir
38 exec ${nodejs}/bin/node $out_whitebophir/server/server.js
40 chmod +x $out/bin/whitebophir
44 description = "Online collaborative whiteboard that is simple, free, easy to use and to deploy";
45 license = licenses.agpl3Plus;
46 homepage = "https://github.com/lovasoa/whitebophir";
47 mainProgram = "whitebophir";
48 maintainers = with maintainers; [ iblech ];
49 platforms = platforms.unix;