3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238591 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