mtdutils: remove with statements

This commit is contained in:
Philip Taron
2024-08-18 06:32:22 -07:00
parent 31fa793eac
commit 092a9b8df1
+3 -3
View File
@@ -15,9 +15,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configureFlags = with lib; [
(enableFeature doCheck "unit-tests")
(enableFeature doCheck "tests")
configureFlags = [
(lib.enableFeature doCheck "unit-tests")
(lib.enableFeature doCheck "tests")
];
makeFlags = [