about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-31 07:15:43 -0500
committerGitHub <noreply@github.com>2024-01-31 07:15:43 -0500
commitcd0898ef49d7cf82beeb1e9548db8558f3bf0cf5 (patch)
tree8ab7cdc9ea0a1ae8d3d8491e918be2c1051893d7 /pkgs/top-level
parentf89aa92c3a7ebec30ea300eaefa178b2279a1122 (diff)
parent01bc0e7caa07927fe06919fe172d65f248f5b0d3 (diff)
downloadnixlib-cd0898ef49d7cf82beeb1e9548db8558f3bf0cf5.tar
nixlib-cd0898ef49d7cf82beeb1e9548db8558f3bf0cf5.tar.gz
nixlib-cd0898ef49d7cf82beeb1e9548db8558f3bf0cf5.tar.bz2
nixlib-cd0898ef49d7cf82beeb1e9548db8558f3bf0cf5.tar.lz
nixlib-cd0898ef49d7cf82beeb1e9548db8558f3bf0cf5.tar.xz
nixlib-cd0898ef49d7cf82beeb1e9548db8558f3bf0cf5.tar.zst
nixlib-cd0898ef49d7cf82beeb1e9548db8558f3bf0cf5.zip
Merge pull request #280569 from wineee/qtwlroots
qt6Packages.qwlroots: init at 0.1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/qt6-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/qt6-packages.nix b/pkgs/top-level/qt6-packages.nix
index 940a5e154562..665d2a653eee 100644
--- a/pkgs/top-level/qt6-packages.nix
+++ b/pkgs/top-level/qt6-packages.nix
@@ -70,6 +70,10 @@ makeScopeWithSplicing' {
 
   qscintilla = callPackage ../development/libraries/qscintilla { };
 
+  qwlroots = callPackage ../development/libraries/qwlroots {
+    wlroots = pkgs.wlroots_0_17;
+  };
+
   qxlsx = callPackage ../development/libraries/qxlsx { };
 
   qzxing = callPackage ../development/libraries/qzxing { };