mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
mullvad.openvpn-mullvad: Fix postPatch
This commit is contained in:
parent
ba71666710
commit
b2ccb3e074
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user