volk: Comment why we can't update to 2.5.1

This commit is contained in:
Doron Behar 2022-02-18 10:27:47 +02:00
parent 4b7b5f4fc3
commit 6069f1608c

View file

@ -10,6 +10,8 @@
stdenv.mkDerivation rec {
pname = "volk";
# Version 2.5.1 seems to cause a build issue for aarch64-darwin, see:
# https://github.com/NixOS/nixpkgs/pull/160152#issuecomment-1043380478A
version = "2.5.0";
src = fetchFromGitHub {