r2mod_cli: use bashInteractive as interpreter

This commit is contained in:
Reed 2021-04-11 15:17:05 -04:00
parent 3061c1a183
commit 2a3ff38680

View file

@ -1,4 +1,5 @@
{ fetchFromGitHub
, bashInteractive
, jq
, makeWrapper
, p7zip
@ -16,6 +17,8 @@ stdenv.mkDerivation rec {
sha256 = "0as3nl9qiyf9daf2n78lyish319qclf2gbhr20mdd5wnqmxpk276";
};
buildInputs = [ bashInteractive ];
nativeBuildInputs = [ makeWrapper ];
makeFlags = [ "PREFIX=$(out)" ];