xdg-desktop-portal: move to by-name
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
co-authored by
Jan Tojnar
parent
9c3eac0931
commit
fefc9af5dd
+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"
|
||||
'';
|
||||
};
|
||||
@@ -10292,8 +10292,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