dropbear: Remove now-unneeded crossAttrs
This commit is contained in:
parent
12795a7068
commit
38b2bd2f28
@ -22,13 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags=VPATH=`cat $NIX_CC/nix-support/orig-libc`/lib
|
makeFlags=VPATH=`cat $NIX_CC/nix-support/orig-libc`/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
crossAttrs = {
|
|
||||||
# This works for uclibc, at least.
|
|
||||||
preConfigure = ''
|
|
||||||
makeFlags=VPATH=`cat ${stdenv.ccCross}/nix-support/orig-libc`/lib
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Allow sessions to inherit the PATH from the parent dropbear.
|
# Allow sessions to inherit the PATH from the parent dropbear.
|
||||||
# Otherwise they only get the usual /bin:/usr/bin kind of PATH
|
# Otherwise they only get the usual /bin:/usr/bin kind of PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user