qdirstat: patch missed lsblk

This commit is contained in:
Sandro Jäckel
2025-06-22 15:37:18 +02:00
parent e861bb61be
commit 829140bcbb
+3
View File
@@ -8,6 +8,7 @@
bash,
makeWrapper,
perlPackages,
util-linux,
}:
stdenv.mkDerivation rec {
@@ -38,6 +39,8 @@ stdenv.mkDerivation rec {
substituteInPlace src/Cleanup.cpp src/cleanup-config-page.ui \
--replace-fail /bin/bash ${bash}/bin/bash \
--replace-fail /bin/sh ${bash}/bin/sh
substituteInPlace src/MountPoints.cpp \
--replace-fail /bin/lsblk ${util-linux}/bin/lsblk
substituteInPlace src/StdCleanup.cpp \
--replace-fail /bin/bash ${bash}/bin/bash
'';