fix typo in package code
This commit is contained in:
parent
b440da3600
commit
e44cbf3768
1 changed files with 21 additions and 21 deletions
|
@ -59,27 +59,27 @@
|
|||
'suffix)
|
||||
1))
|
||||
(objs (string-drop-right
|
||||
|
||||
(string-append "/lib/guile/" effective
|
||||
"/site-ccache:")
|
||||
'suffix)
|
||||
1)))
|
||||
(wrap-program (string-append out "/bin/bloatrunner")
|
||||
`("GUILE_LOAD_PATH" ":" prefix (,mods))
|
||||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs))
|
||||
`("ASSET_DIR" ":" prefix (,(string-append out "/share/bloatrunner")))
|
||||
)))))
|
||||
))
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config))
|
||||
(inputs
|
||||
(list guile-3.0))
|
||||
(propagated-inputs
|
||||
(list guile-chickadee))
|
||||
(synopsis "Loderunner inspired game")
|
||||
(description "Small game written for the 2024 lisp game jam.")
|
||||
(home-page "https://www.snamellit.com/projects/bloatrunner.html")
|
||||
(license license:gpl3)))
|
||||
(string-join deps
|
||||
(string-append "/lib/guile/" effective
|
||||
"/site-ccache:")
|
||||
'suffix)
|
||||
1)))
|
||||
(wrap-program (string-append out "/bin/bloatrunner")
|
||||
`("GUILE_LOAD_PATH" ":" prefix (,mods))
|
||||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs))
|
||||
`("ASSET_DIR" ":" prefix (,(string-append out "/share/bloatrunner")))
|
||||
)))))
|
||||
))
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config))
|
||||
(inputs
|
||||
(list guile-3.0))
|
||||
(propagated-inputs
|
||||
(list guile-chickadee))
|
||||
(synopsis "Loderunner inspired game")
|
||||
(description "Small game written for the 2024 lisp game jam.")
|
||||
(home-page "https://www.snamellit.com/projects/bloatrunner.html")
|
||||
(license license:gpl3)))
|
||||
|
||||
|
||||
bloatrunner
|
||||
|
|
Loading…
Reference in a new issue