This commit is contained in:
outfoxxed 2025-10-04 01:10:19 -07:00
parent eabb8f818b
commit f1dafa5273
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 = "b8d0b8f1489abdcfcb1ddcb775d020a88e9abd45"; # 'kde' branch
sha256 = "i7rm9kShaVIf6ChFngexCDKjX02htDrtHCcNCxPslRE=";
};
buildInputs = ctprev.buildInputs ++ (with final.kdePackages; [
@ -38,6 +38,7 @@
kcolorscheme
kiconthemes
]);
cmakeFlags = [ "-DPLUGINDIR=${placeholder "out"}/lib/qt-6/plugins"];
});
});
})];