Loading pkgs/tools/system/dool/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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/'" ''; Loading Loading
pkgs/tools/system/dool/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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/'" ''; Loading