Unverified Commit 7c7eab4d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

xdg-desktop-portal.tests: fix the eval (#503616)

parents 5585559a f49d58c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,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=${../../../applications/audio/zynaddsubfx/ZynLogo.svg} > "$out"
        ${finalAttrs.finalPackage}/libexec/xdg-desktop-portal-validate-icon --ruleset=desktop --sandbox --path=${../../../by-name/zy/zynaddsubfx/ZynLogo.svg} > "$out"
        grep format=svg "$out"
      '';
    };