mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
holy shit
This commit is contained in:
parent
2af9782bb6
commit
0e9390631b
1 changed files with 3 additions and 3 deletions
|
@ -72,13 +72,13 @@
|
|||
#:outputs outputs
|
||||
#:configure-flags '()
|
||||
;#:qtbase (let ((module (resolve-interface '(gnu packages qt))))(module-ref module 'qtbase))))) <--- This results in no code for module (gnu packages qt)
|
||||
;#:qtbase qtbase <--- This is undefined
|
||||
)))
|
||||
#:qtbase #$(this-package-native-input "qtbase"))))
|
||||
;)))
|
||||
(add-after 'qt-build 'qt-install
|
||||
(assoc-ref qt:%standard-phases 'install))
|
||||
(add-after 'qt-install 'qt-wrap
|
||||
(assoc-ref qt:%standard-phases 'qt-wrap)))))
|
||||
(native-inputs (list cmake pkg-config))
|
||||
(native-inputs (list cmake pkg-config qtbase))
|
||||
(inputs (list elogind hyprland hyprland-protocols pipewire wayland-protocols wayland libinih mesa qtwayland `(,util-linux "lib")))
|
||||
(home-page "")
|
||||
(synopsis "test")
|
||||
|
|
Loading…
Reference in a new issue