libsmbios: re-enable python utilities (#39022)
This commit is contained in:
parent
9e6d50b546
commit
78fba374c4
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, help2man, gettext
|
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook, help2man, gettext
|
||||||
, libxml2, perl, doxygen }:
|
, libxml2, perl, python3, doxygen }:
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -15,7 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook doxygen gettext libxml2 help2man perl pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook doxygen gettext libxml2 help2man perl pkgconfig ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-python" "--disable-graphviz" ];
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
|
configureFlags = [ "--disable-graphviz" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user