mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
Merge pull request #189458 from qbit/git-sync-no-itify
This commit is contained in:
commit
fb7af8ca1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user