wireguard-tools: add bash to patchShebang .wg-quick-wrapped

This commit is contained in:
Artturin 2023-02-13 23:45:37 +02:00
parent 7f610b4d3f
commit 06b3819a15

View File

@ -7,6 +7,7 @@
, makeWrapper
, openresolv
, procps
, bash
}:
stdenv.mkDerivation rec {
@ -24,6 +25,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];
makeFlags = [
"DESTDIR=$(out)"
"PREFIX=/"