2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 04:03:56 +00:00

Merge pull request from vlaci/vectorscan-util-linux

vectorscan: util-linux is only a dependency on linux platforms
This commit is contained in:
Weijia Wang 2023-06-20 01:25:06 +03:00 committed by GitHub
commit c6c17387f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
ragel
util-linux
python3
];
] ++ lib.optional stdenv.isLinux util-linux;
buildInputs = [
boost