fflas-ffpack: mark as unbroken on darwin

This commit is contained in:
George Huebner 2023-10-23 11:43:24 -05:00
parent a6a71ed294
commit a649e0e5f7
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Finite Field Linear Algebra Subroutines";
mainProgram = "fflas-ffpack-config";
license = licenses.lgpl21Plus;