Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / nix / bigfloat.nix
index 1438f519dd919de55c98939f69e4a26e17bf02e6..4355ef04e4774f3cd0a55d4b734a04fa8187747d 100644 (file)
@@ -1,4 +1,4 @@
-{ lib, buildPythonPackage, bigfloat, fetchPypi, gmp, mpfr, six }:
+{ lib, buildPythonPackage, fetchPypi, gmp, mpfr, six }:
 
 buildPythonPackage rec {
   pname = "bigfloat";