me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-stumpwm-kbd-layouts: Fix build.

* gnu/packages/wm.scm (sbcl-stumpwm-kbd-layouts)[arguments]: Set
  'asd-operation' parameter to "compile-system".
Guillaume Le Vaillant 2022-08-03 12:13:39 +02:00
parent c232375340
commit c2a747a60d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 0 deletions

View File

@ -2115,6 +2115,7 @@ between windows.")
(name "sbcl-stumpwm-kbd-layouts") (name "sbcl-stumpwm-kbd-layouts")
(arguments (arguments
'(#:asd-systems '("kbd-layouts") '(#:asd-systems '("kbd-layouts")
#:asd-operation "compile-system"
#:tests? #f #:tests? #f
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases