samsung-unified-linux-driver (cups driver): patch all filters

ppd files in the `samsung-unified-linux-driver`
package invoke these filter commands:

* pstosecps
* pstospl
* rastertospl
* pstosplc

The paths to all of those commands excluding the last one got
patched with their absolute paths during the build process.
This commit adds the last one to
the list of commands to be patched.

Yarny0 bafefd7a bfe3271f

+6 -1
+6 -1
pkgs/misc/cups/drivers/samsung/4.01.17.nix
··· 74 74 cp -r ./* $out/share/cups/model/samsung 75 75 ''; 76 76 77 - ppdFileCommands = [ "pstosecps" "pstospl" "rastertospl" ]; 77 + ppdFileCommands = [ 78 + "pstosecps" 79 + "pstospl" 80 + "pstosplc" 81 + "rastertospl" 82 + ]; 78 83 79 84 meta = with lib; { 80 85 description = "Samsung's Linux printing drivers; includes binaries without source code";