change bento to own fork
This commit is contained in:
@@ -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";
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user