holy shit

This commit is contained in:
Ryan Schanzenbacher 2023-07-30 00:43:43 -04:00
parent 2af9782bb6
commit 0e9390631b
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -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")