mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: sbcl-stumpwm-kbd-layouts: Fix build.
* gnu/packages/wm.scm (sbcl-stumpwm-kbd-layouts)[arguments]: Set 'asd-operation' parameter to "compile-system".
This commit is contained in:
parent
c232375340
commit
c2a747a60d
1 changed files with 1 additions and 0 deletions
|
@ -2115,6 +2115,7 @@ (define-public sbcl-stumpwm-kbd-layouts
|
|||
(name "sbcl-stumpwm-kbd-layouts")
|
||||
(arguments
|
||||
'(#:asd-systems '("kbd-layouts")
|
||||
#:asd-operation "compile-system"
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue