mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
Merge pull request #238591 from vlaci/vectorscan-util-linux
vectorscan: util-linux is only a dependency on linux platforms
This commit is contained in:
commit
c6c17387f7
@ -23,9 +23,8 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ragel
|
||||
util-linux
|
||||
python3
|
||||
];
|
||||
] ++ lib.optional stdenv.isLinux util-linux;
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
|
Loading…
Reference in New Issue
Block a user