mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-24 13:36:42 -04:00
fix: add missing import to mangowm.scm
mangowm.scm build was failing due to missing gnu packages gtk import needed for pando. add the import.
This commit is contained in:
parent
eb9b5ca8cc
commit
7cba123241
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (gnu packages wm)
|
||||
#:use-module (gnu packages gtk)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu packages pciutils)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue