mtdutils: remove with statements
This commit is contained in:
parent
31fa793eac
commit
092a9b8df1
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user