fix
This commit is contained in:
parent
7f88f5dc91
commit
068234e12c
1 changed files with 5 additions and 0 deletions
|
@ -20,4 +20,9 @@ stdenv.mkDerivation {
|
|||
cp start-server $out/bin/jank-client
|
||||
cp . $out/src -r
|
||||
'';
|
||||
meta = {
|
||||
mainProgram = "jank-client";
|
||||
description = "jank-client";
|
||||
homepage = "https://git.mtgmonkey.net/jank-client-fork.git";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue