Remove redundant getBin function
This commit is contained in:
parent
5e690b47fd
commit
b99ac1c904
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# very ugly way of replacing the adb calls
|
# 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
|
-i adbfs.cpp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user