zsh: exclude util-linux on darwin
This commit is contained in:
parent
4c396be12c
commit
9b7691cbb4
@ -37,7 +37,8 @@ stdenv.mkDerivation {
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook perl groff util-linux texinfo ] ++ lib.optionals stdenv.isLinux [ yodl ];
|
||||
nativeBuildInputs = [ autoreconfHook perl groff texinfo ]
|
||||
++ lib.optionals stdenv.isLinux [ util-linux yodl ];
|
||||
|
||||
buildInputs = [ ncurses pcre ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user