Unverified Commit 34c3480c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

dool: fix plugins not usable (#350267)

parents b27470a8 13b728f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
  # fix the plugins directory
  postPatch = ''
    substituteInPlace dool \
      --replace \
        "os.path.abspath(os.path.dirname(sys.argv[0])) + '/plugins/'" \
      --replace-fail \
        "os.path.dirname(os.path.abspath(__file__)) + '/plugins/'" \
        "'$out/share/dool/'"
  '';