mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
Remove redundant getBin function
This commit is contained in:
parent
5e690b47fd
commit
b99ac1c904
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = ''
|
||||
# very ugly way of replacing the adb calls
|
||||
sed -e 's|"adb |"${stdenv.lib.getBin adb}/bin/adb |g' \
|
||||
sed -e 's|"adb |"${adb}/bin/adb |g' \
|
||||
-i adbfs.cpp
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user