drbd: fix cross-compilation
This commit is contained in:
parent
5856dc86ac
commit
d22575e075
@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./pass-force.patch ];
|
patches = [ ./pass-force.patch ];
|
||||||
|
|
||||||
buildInputs = [ flex perl ];
|
nativeBuildInputs = [ flex ];
|
||||||
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--without-distro"
|
"--without-distro"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user