diff --git a/pkgs/epnix/python-modules/softioc/default.nix b/pkgs/epnix/python-modules/softioc/default.nix index ae1b187..8bf8d14 100644 --- a/pkgs/epnix/python-modules/softioc/default.nix +++ b/pkgs/epnix/python-modules/softioc/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { hash = "sha256-JXfFkA3MzipqUw0riMTZmgCP9qe4Tfj8vZaFBwqoO+c="; }; - # Set correct verion instead of automatically detected version: + # Set correct version instead of automatically detected version: postPatch = '' awk -i inplace "/__version__/ && !x {print; print \"__version__ = '${version}'\"; x=1; next} 1" setup.py '';