wireguard-tools: add bash to patchShebang .wg-quick-wrapped
This commit is contained in:
parent
7f610b4d3f
commit
06b3819a15
@ -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=/"
|
||||
|
Loading…
Reference in New Issue
Block a user