xdg-desktop-portal: move to by-name (#525991)
This commit is contained in:
+2
-1
@@ -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"
|
||||
'';
|
||||
};
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user