Merge pull request #189458 from qbit/git-sync-no-itify

This commit is contained in:
Sandro 2022-09-04 17:21:30 +02:00 committed by GitHub
commit fb7af8ca1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,12 @@ stdenv.mkDerivation rec {
cp -a contrib/git-* $out/bin/
'';
wrapperPath = with lib; makeBinPath [
inotify-tools
wrapperPath = with lib; makeBinPath ([
coreutils
git
gnugrep
gnused
];
] ++ lib.optionals stdenv.isLinux [ inotify-tools ]);
postFixup = ''
wrap_path="${wrapperPath}":$out/bin