inkscape: fix path patch

fix a bug introduced in 0db4b9956990c9394006214042f31da9f00244d7
by missing the change from `path` to `absolute` for the `location` argument

tuxcoder 9bf31eab cfd6b5fc

+2 -2
+2 -2
pkgs/applications/graphics/inkscape/fix-ps2pdf-path.patch
··· 6 6 <id>org.inkscape.input.eps</id> 7 7 <dependency type="extension">org.inkscape.input.pdf</dependency> 8 8 - <dependency type="executable" location="path">ps2pdf</dependency> 9 - + <dependency type="executable" location="path">@ghostscript@/bin/ps2pdf</dependency> 9 + + <dependency type="executable" location="absolute">@ghostscript@/bin/ps2pdf</dependency> 10 10 <param name="crop" type="bool" gui-hidden="true">true</param> 11 11 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction" 12 12 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right."> ··· 18 18 <id>org.inkscape.input.postscript_input</id> 19 19 <dependency type="extension">org.inkscape.input.pdf</dependency> 20 20 - <dependency type="executable" location="path">ps2pdf</dependency> 21 - + <dependency type="executable" location="path">@ghostscript@/bin/ps2pdf</dependency> 21 + + <dependency type="executable" location="absolute">@ghostscript@/bin/ps2pdf</dependency> 22 22 <param name="autorotate" type="optiongroup" appearance="combo" gui-text="Determine page orientation from text direction" 23 23 gui-description="The PS/EPS importer can try to determine the page orientation such that the majority of the text runs left-to-right."> 24 24 <option value="None">Disabled</option>