Merge pull request #59912 from JohnAZoidberg/libpst-boost-python
libpst: Fix build
This commit is contained in:
commit
a9f5ea3f76
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, boost, python2, libgsf,
|
{ stdenv, fetchurl, autoreconfHook, boost, libgsf,
|
||||||
pkgconfig, bzip2, xmlto, gettext, imagemagick, doxygen }:
|
pkgconfig, bzip2, xmlto, gettext, imagemagick, doxygen }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -10,10 +10,15 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ boost python2 libgsf bzip2
|
buildInputs = [
|
||||||
|
boost libgsf bzip2
|
||||||
xmlto gettext imagemagick doxygen
|
xmlto gettext imagemagick doxygen
|
||||||
];
|
];
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-python=no"
|
||||||
|
];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user