···24 "$out/bin/winetricks"
25 '';
26000027 meta = {
28 description = "A script to install DLLs needed to work around problems in Wine";
29 license = lib.licenses.lgpl21;
···24 "$out/bin/winetricks"
25 '';
2627+ passthru = {
28+ inherit (src) updateScript;
29+ };
30+31 meta = {
32 description = "A script to install DLLs needed to work around problems in Wine";
33 license = lib.licenses.lgpl21;