Merge pull request #276970 from Anomalocaridid/xplr-fix-desktop-file

xplr: fix desktop file location
This commit is contained in:
Nick Cao 2023-12-27 10:31:51 -05:00 committed by GitHub
commit 128222aab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -24,8 +24,8 @@ rustPlatform.buildRustPackage rec {
'';
postInstall = ''
mkdir -p $out/share
cp assets/desktop/xplr.desktop $out/share
mkdir -p $out/share/applications
cp assets/desktop/xplr.desktop $out/share/applications
mkdir -p $out/share/icons/hicolor/scalable/apps
cp assets/icon/xplr.svg $out/share/icons/hicolor/scalable/apps

View File

@ -3041,8 +3041,6 @@ with pkgs;
fox = fox_1_6;
};
xplr = callPackage ../applications/file-managers/xplr { };
xplorer = callPackage ../applications/file-managers/xplorer { };
johnny-reborn-engine = callPackage ../applications/misc/johnny-reborn { };