treewide: fix types for mkDerivation params

This commit is contained in:
Robin Gloster
2019-11-10 02:13:39 +01:00
committed by Jan Tojnar
parent 81ffabdf4f
commit 006242fd5a
18 changed files with 90 additions and 98 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ zsh coreutils txt2tags procps ]
++ optional stdenv.isLinux [ inetutils ];
++ optional stdenv.isLinux inetutils;
buildPhase = ''
cd doc