vectorscan: util-linux is only a dependency on linux platforms

It is needed for FAT_RUNTIME
This commit is contained in:
László Vaskó 2023-06-19 16:33:21 +02:00
parent ff5902803f
commit 0c6cc35244

View file

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