We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f55fc commit d59a589Copy full SHA for d59a589
1 file changed
pkgs/development/python-modules/spherogram/default.nix
@@ -37,6 +37,8 @@ buildPythonPackage {
37
38
optional-dependencies.snappy-15-knots = [ snappy-15-knots ];
39
40
+ env.NIX_CFLAGS_COMPILE = "-std=gnu17";
41
+
42
pythonImportsCheck = [ "spherogram" ];
43
44
meta = {
0 commit comments