drbd: fix cross-compilation
This commit is contained in:
committed by
Bjørn Forsman
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user