Unverified Commit 61f087d2 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #231909 from figsoda/coercer

coercer: fix build on darwin
parents 8fb30f60 350603ae
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27,6 +27,12 @@ python3.pkgs.buildPythonApplication rec {
    "coercer"
  ];

  # this file runs into issues on case-insensitive filesystems
  # ValueError: Both <...>/coercer and <...>/coercer.py exist
  postPatch = ''
    rm Coercer.py
  '';

  meta = with lib; {
    description = "Tool to automatically coerce a Windows server";
    homepage = "https://github.com/p0dalirius/Coercer";