mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
libftdi1: fix build when docs are enabled
This commit is contained in:
parent
3b5fd4dada
commit
4922268077
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||||||
++ optionals pythonSupport [ python swig ]
|
++ optionals pythonSupport [ python swig ]
|
||||||
++ optionals docSupport [ doxygen ];
|
++ optionals docSupport [ doxygen ];
|
||||||
|
|
||||||
|
preBuild = stdenv.lib.optionalString docSupport ''
|
||||||
|
make doc_i
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ libusb1 ];
|
propagatedBuildInputs = [ libusb1 ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user