Unverified Commit 5935b06b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

fsuae-launcher: fix build (#350794)

parents cefb70fa 920add27
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,6 +34,11 @@ stdenv.mkDerivation (finalAttrs: {

  dontWrapQtApps = true;

  postPatch = ''
    substituteInPlace setup.py \
      --replace-fail "distutils.core" "setuptools"
  '';

  preFixup = ''
    wrapQtApp "$out/bin/fs-uae-launcher" \
      --set PYTHONPATH "$PYTHONPATH"