change bento to own fork
This commit is contained in:
parent
29b33d73dd
commit
33af4a02e4
2 changed files with 3 additions and 40 deletions
|
|
@ -5,14 +5,14 @@ stdenv.mkDerivation rec {
|
|||
name = "bento";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/rapenne-s/bento.git";
|
||||
rev = "6418bd64ecabbfa720c7a87ec39ee1a8b46a907e";
|
||||
url = "https://github.com/dpolakovics/bento.git";
|
||||
rev = "eba7d076e25b68df7cf1f40ba0f9d91bc2bca4af";
|
||||
sha256 = "sha256-gLWoZh7fMn3cpIYSJFSVOQHA6qUIJikHXmucHX7P2WI=";
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
substituteInPlace bento --replace 'inotifywait' "${pkgs.inotify-tools}/bin/inotifywait";
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue