From 0dcab8da455ac59add2fb48ab88959fcf8e97fa7 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Fri, 29 Nov 2024 11:27:54 +0100 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi NICOLE --- pkgs/epnix/python-modules/softioc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';