libe-book: fix cross-compilation (#419393)
This commit is contained in:
@@ -28,10 +28,13 @@ stdenv.mkDerivation rec {
|
||||
"TRUE, TRUE, &status)" \
|
||||
"true, true, &status)"
|
||||
'';
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
gperf
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gperf
|
||||
librevenge
|
||||
libxml2
|
||||
boost
|
||||
|
||||
Reference in New Issue
Block a user