Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi NICOLE <[email protected]>
  • Loading branch information
Synthetica9 and minijackson authored Nov 29, 2024
1 parent d7580c2 commit 0dcab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/epnix/python-modules/softioc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
Expand Down

0 comments on commit 0dcab8d

Please sign in to comment.