fix typo in package code

This commit is contained in:
Peter Tillemans 2024-05-22 23:32:56 +02:00
parent b440da3600
commit e44cbf3768

View file

@ -59,27 +59,27 @@
'suffix) 'suffix)
1)) 1))
(objs (string-drop-right (objs (string-drop-right
(string-join deps
(string-append "/lib/guile/" effective (string-append "/lib/guile/" effective
"/site-ccache:") "/site-ccache:")
'suffix) 'suffix)
1))) 1)))
(wrap-program (string-append out "/bin/bloatrunner") (wrap-program (string-append out "/bin/bloatrunner")
`("GUILE_LOAD_PATH" ":" prefix (,mods)) `("GUILE_LOAD_PATH" ":" prefix (,mods))
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)) `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs))
`("ASSET_DIR" ":" prefix (,(string-append out "/share/bloatrunner"))) `("ASSET_DIR" ":" prefix (,(string-append out "/share/bloatrunner")))
))))) )))))
)) ))
(native-inputs (native-inputs
(list autoconf automake pkg-config)) (list autoconf automake pkg-config))
(inputs (inputs
(list guile-3.0)) (list guile-3.0))
(propagated-inputs (propagated-inputs
(list guile-chickadee)) (list guile-chickadee))
(synopsis "Loderunner inspired game") (synopsis "Loderunner inspired game")
(description "Small game written for the 2024 lisp game jam.") (description "Small game written for the 2024 lisp game jam.")
(home-page "https://www.snamellit.com/projects/bloatrunner.html") (home-page "https://www.snamellit.com/projects/bloatrunner.html")
(license license:gpl3))) (license license:gpl3)))
bloatrunner bloatrunner