holy shit

0e9390631b2f… · Ryan Schanzenbacher ·

parent 2af9782bb658… view tree

Changed files

diff --git a/modules/ryan-packages/freedesktop.scm b/modules/ryan-packages/freedesktop.scm
index 5c64851..6f927f8 100644
--- a/modules/ryan-packages/freedesktop.scm
+++ b/modules/ryan-packages/freedesktop.scm
@@ -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")