libdaemon: Enable cross-compilation
This commit is contained in:
parent
f83bf0e79d
commit
2e4124c8c9
@ -8,7 +8,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0d5qlq5ab95wh1xc87rqrh1vx6i8lddka1w3f1zcqvcqdxgyn8zx";
|
sha256 = "0d5qlq5ab95wh1xc87rqrh1vx6i8lddka1w3f1zcqvcqdxgyn8zx";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--disable-lynx" ];
|
configureFlags = [ "--disable-lynx" ]
|
||||||
|
++ stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
|
||||||
|
[ # Can't run this test while cross-compiling
|
||||||
|
"ac_cv_func_setpgrp_void=yes"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lightweight C library that eases the writing of UNIX daemons";
|
description = "Lightweight C library that eases the writing of UNIX daemons";
|
||||||
|
Loading…
Reference in New Issue
Block a user