Skip to content

Commit

Permalink
feat(nix): remove GMP from bundled dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Oct 20, 2024
1 parent d9ff282 commit 5e50933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
self.packages.${system}.${windowsSuffix' "mt-kahypar"}
self.packages.${system}.${windowsSuffix' "tbb"}
pkgs.hwloc.lib
pkgs.gmp
] ++ lib.optionals pkgs.stdenv.cc.isClang [ pkgs.libcxx ];
};

Expand Down

0 comments on commit 5e50933

Please sign in to comment.