mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
xaos: fix desktop file install
This commit is contained in:
parent
0ebe44573f
commit
95533ecf3d
1 changed files with 3 additions and 1 deletions
|
|
@ -27,6 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
qt6.qmake
|
||||
qt6.qttools
|
||||
qt6.wrapQtAppsHook
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
copyDesktopItems
|
||||
];
|
||||
|
||||
|
|
@ -52,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"QMAKE_APPLE_DEVICE_ARCHS = ${if stdenv.hostPlatform.isAarch64 then "arm64" else "x86_64"}"
|
||||
'';
|
||||
|
||||
desktopItems = [ "xdg/xaos.desktop" ];
|
||||
desktopItems = [ "xdg/io.github.xaos_project.XaoS.desktop" ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "${datapath}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue