libpst: Fix build
Disable Python integration because it can't find -lboost_python.
This commit is contained in:
parent
f3a5c0e671
commit
43d4132929
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, autoreconfHook, boost, python2, libgsf,
|
||||
{ stdenv, fetchurl, autoreconfHook, boost, libgsf,
|
||||
pkgconfig, bzip2, xmlto, gettext, imagemagick, doxygen }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -10,10 +10,15 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ boost python2 libgsf bzip2
|
||||
buildInputs = [
|
||||
boost libgsf bzip2
|
||||
xmlto gettext imagemagick doxygen
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-python=no"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user