mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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 New Issue
Block a user