summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ryan-packages/freedesktop.scm6
1 files changed, 3 insertions, 3 deletions
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 @@
72 #:outputs outputs 72 #:outputs outputs
73 #:configure-flags '() 73 #:configure-flags '()
74 ;#:qtbase (let ((module (resolve-interface '(gnu packages qt))))(module-ref module 'qtbase))))) <--- This results in no code for module (gnu packages qt) 74 ;#:qtbase (let ((module (resolve-interface '(gnu packages qt))))(module-ref module 'qtbase))))) <--- This results in no code for module (gnu packages qt)
75 ;#:qtbase qtbase <--- This is undefined 75 #:qtbase #$(this-package-native-input "qtbase"))))
76 ))) 76 ;)))
77 (add-after 'qt-build 'qt-install 77 (add-after 'qt-build 'qt-install
78 (assoc-ref qt:%standard-phases 'install)) 78 (assoc-ref qt:%standard-phases 'install))
79 (add-after 'qt-install 'qt-wrap 79 (add-after 'qt-install 'qt-wrap
80 (assoc-ref qt:%standard-phases 'qt-wrap))))) 80 (assoc-ref qt:%standard-phases 'qt-wrap)))))
81 (native-inputs (list cmake pkg-config)) 81 (native-inputs (list cmake pkg-config qtbase))
82 (inputs (list elogind hyprland hyprland-protocols pipewire wayland-protocols wayland libinih mesa qtwayland `(,util-linux "lib"))) 82 (inputs (list elogind hyprland hyprland-protocols pipewire wayland-protocols wayland libinih mesa qtwayland `(,util-linux "lib")))
83 (home-page "") 83 (home-page "")
84 (synopsis "test") 84 (synopsis "test")