Skip to content

Commit

Permalink
scnlib: fix fast-float to 6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Nov 26, 2024
1 parent 6fc5c5a commit 12dee29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/scnlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
};

nativeBuildInputs = [ cmake ];
buildInputs = [ fast-float ];
buildInputs = [
(fast-float.overrideAttrs(old: { version = "6.1.6"; }))
];

cmakeFlags = [
"-DSCN_TESTS=OFF"
Expand Down

0 comments on commit 12dee29

Please sign in to comment.