mtdutils: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 14:15:54 -07:00
parent 31fa793eac
commit 092a9b8df1
No known key found for this signature in database

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 = [