Merge pull request #119184 from reedrw/r2mod-fix

r2mod_cli: use bashInteractive as interpreter
This commit is contained in:
Sandro 2021-04-11 22:59:53 +02:00 committed by GitHub
commit d115d74cae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)" ];