This commit is contained in:
outfoxxed 2025-10-04 01:10:19 -07:00
parent eabb8f818b
commit 5e982b4067
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 37 additions and 36 deletions

View file

@ -29,8 +29,8 @@
domain = "www.opencode.net";
owner = "ilya-fedin";
repo = "qt6ct";
rev = "6fa66ca94f1f8fa5119ad6669d5e3547f4077c1c"; # 'kde' branch
sha256 = "z84z4XhAVqIJpF3m6H9FwFiDR7Nk+AY2tLpsibNEzPY=";
rev = "9d64a13ff6c376380901ef855f3c5e6a1f7afc0d"; # 'kde' branch
sha256 = "vOq5LC5TPRkBfFYzsqyd8wGIzAa6jT7PwWsEj5Dqrqs=";
};
buildInputs = ctprev.buildInputs ++ (with final.kdePackages; [
@ -38,6 +38,7 @@
kcolorscheme
kiconthemes
]);
cmakeFlags = [ "-DPLUGINDIR=${placeholder "out"}/lib/qt-6/plugins"];
});
});
})];