mullvad.openvpn-mullvad: Fix postPatch

This commit is contained in:
TarCV 2023-07-11 08:14:34 +03:00 committed by Cole Helbling
parent ba71666710
commit b2ccb3e074

View File

@ -90,7 +90,9 @@ openvpn.overrideAttrs (oldAttrs:
sha256 = "sha256-Via62wKVfMWHTmO7xIXXO7b5k0KYHs1D0JVg3qnXkeM=";
})
];
postPatch = oldAttrs.postPatch or [ ] ++ [ "rm ./configure" ];
postPatch = oldAttrs.postPatch or "" + ''
rm ./configure
'';
meta = oldAttrs.meta or { } // {
description = "OpenVPN with Mullvad-specific patches applied";