Commit 70947273 authored by kashw2's avatar kashw2
Browse files

whatstyle: fix postPatch

parent 41aed6f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ python3.pkgs.buildPythonApplication rec {

  # Fix references to previous version, to avoid confusion:
  postPatch = ''
    substituteInPlace setup.py --replace-fail 0.1.6 ${version}
    substituteInPlace whatstyle.py --replace-fail 0.1.6 ${version}
    substituteInPlace setup.py --replace-fail 0.1.9 ${version}
    substituteInPlace whatstyle.py --replace-fail 0.1.9 ${version}
  '';

  nativeCheckInputs = [