drbd: fix cross-compilation

This commit is contained in:
Nick Spinale 2019-01-09 16:45:53 +00:00 committed by Bjørn Forsman
parent 5856dc86ac
commit d22575e075

View File

@ -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"