15 ./nixostrustedprefix.patch
18 nativeBuildInputs = [ extra-cmake-modules ];
26 util-linux # Needs blkid in configure script (note that this is not provided by util-linux-compat)
29 dontWrapQtApps = true;
32 substituteInPlace src/util/CMakeLists.txt \
33 --replace \$\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\} $out/share/polkit-1/actions
34 substituteInPlace src/backend/corebackend.cpp \
35 --replace /usr/share/polkit-1/actions/org.kde.kpmcore.externalcommand.policy $out/share/polkit-1/actions/org.kde.kpmcore.externalcommand.policy
39 description = "KDE Partition Manager core library";
40 homepage = "https://invent.kde.org/system/kpmcore";
41 license = with licenses; [ cc-by-40 cc0 gpl3Plus mit ];
42 maintainers = with maintainers; [ peterhoeg oxalica ];