Build with nix properly
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
(declare-project
|
||||
:name "censtablo"
|
||||
:description ""
|
||||
:dependencies @["spork" "https://codeberg.org/ifreund/janet-wayland"]
|
||||
:version "0.0.0")
|
||||
|
||||
(declare-executable
|
||||
:name "censtablo"
|
||||
:entry "./main.janet")
|
||||
:entry "./main.janet"
|
||||
:install true
|
||||
:pkg-config-libs ["wayland-client" "xkbcommon"])
|
||||
|
||||
(declare-executable
|
||||
:name "censtablo-repl"
|
||||
:entry "./repl.janet"
|
||||
:install true
|
||||
:pkg-config-libs ["wayland-client" "xkbcommon"])
|
||||
|
||||
Reference in New Issue
Block a user