Loading pkgs/development/python-modules/firedrake-fiat/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ symengine, fenics-ufl, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -62,6 +63,18 @@ buildPythonPackage rec { "--skip-download" ]; passthru = { # python updater script sets the wrong tag skipBulkUpdate = true; updateScript = nix-update-script { extraArgs = [ "--version-regex" "([0-9.]+)" ]; }; }; meta = { description = "FInite element Automatic Tabulator"; homepage = "http://fenics-fiat.readthedocs.org/"; Loading Loading
pkgs/development/python-modules/firedrake-fiat/default.nix +13 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ symengine, fenics-ufl, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -62,6 +63,18 @@ buildPythonPackage rec { "--skip-download" ]; passthru = { # python updater script sets the wrong tag skipBulkUpdate = true; updateScript = nix-update-script { extraArgs = [ "--version-regex" "([0-9.]+)" ]; }; }; meta = { description = "FInite element Automatic Tabulator"; homepage = "http://fenics-fiat.readthedocs.org/"; Loading