Merge pull request #154636 from willcohen/zsh-m1
zsh: exclude util-linux on darwin
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user