lol

qt6ct: fix PLUGINDIR path (#447559)

authored by

Nick Cao and committed by
GitHub
caece28c 3a3e06bf

+1 -1
+1 -1
pkgs/tools/misc/qt6ct/default.nix
··· 35 35 ]; 36 36 37 37 cmakeFlags = [ 38 - (lib.cmakeFeature "PLUGINDIR" "$out/${qtbase.qtPluginPrefix}") 38 + (lib.cmakeFeature "PLUGINDIR" "${placeholder "out"}/${qtbase.qtPluginPrefix}") 39 39 ]; 40 40 41 41 meta = {