qt6Packages.qwlroots: 0.1.0 -> 0.3.0-wlroots0.17-0.18

This commit is contained in:
rewine 2024-10-31 15:04:41 +08:00
parent 8c7be35ba5
commit 9bca762c24

View File

@ -20,19 +20,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qwlroots";
version = "0.1.0";
version = "0.3.0-wlroots0.17-0.18";
src = fetchFromGitHub {
owner = "vioken";
repo = "qwlroots";
rev = finalAttrs.version;
hash = "sha256-ev4oCKR43XaYNTavj9XI3RAtB6RFprChpBFsrA2nVsM=";
hash = "sha256-ObXegiJ4LT8bTUxNVJ9wBKN5oILWPDYTsuCy+OCsh3k=";
};
nativeBuildInputs = [
cmake
pkg-config
wrapQtAppsHook
wayland-scanner
];
@ -58,6 +57,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "PREFER_QT_5" (lib.versionOlder qtbase.version "6"))
];
dontWrapQtApps = true;
meta = {
description = "Qt and QML bindings for wlroots";
homepage = "https://github.com/vioken/qwlroots";