qt6ct: fix PLUGINDIR path

Closes https://github.com/NixOS/nixpkgs/issues/447457

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2025-09-30 20:46:22 +02:00
parent ff1c3b9536
commit 052036a32c

View File

@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
];
cmakeFlags = [
(lib.cmakeFeature "PLUGINDIR" "$out/${qtbase.qtPluginPrefix}")
(lib.cmakeFeature "PLUGINDIR" "${placeholder "out"}/${qtbase.qtPluginPrefix}")
];
meta = {