xdg-desktop-portal: move to by-name (#525991)

This commit is contained in:
Michael Daniels
2026-05-30 17:30:58 +00:00
committed by GitHub
7 changed files with 2 additions and 3 deletions
@@ -28,6 +28,7 @@
gst_all_1,
libgudev,
umockdev,
zynaddsubfx,
replaceVars,
enableGeoLocation ? true,
enableSystemd ? true,
@@ -193,7 +194,7 @@ stdenv.mkDerivation (finalAttrs: {
installedTests = nixosTests.installed-tests.xdg-desktop-portal;
validate-icon = runCommand "test-icon-validation" { } ''
${finalAttrs.finalPackage}/libexec/xdg-desktop-portal-validate-icon --ruleset=desktop --sandbox --path=${../../../by-name/zy/zynaddsubfx/ZynLogo.svg} > "$out"
${finalAttrs.finalPackage}/libexec/xdg-desktop-portal-validate-icon --ruleset=desktop --sandbox --path=${finalAttrs.src}/doc/website/favicon.svg > "$out"
grep format=svg "$out"
'';
};
-2
View File
@@ -10271,8 +10271,6 @@ with pkgs;
gbmSupport = true;
};
xdg-desktop-portal = callPackage ../development/libraries/xdg-desktop-portal { };
xdg-desktop-portal-hyprland =
callPackage ../applications/window-managers/hyprwm/xdg-desktop-portal-hyprland
{