forked from mirrors/nixpkgs
Merge pull request #119184 from reedrw/r2mod-fix
r2mod_cli: use bashInteractive as interpreter
This commit is contained in:
commit
d115d74cae
|
@ -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)" ];
|
||||
|
|
Loading…
Reference in a new issue