mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
avrdude: document more about why documentation building doesn't work on darwin
This commit is contained in:
parent
0665935e75
commit
837069946a
@ -1,7 +1,10 @@
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, bison, flex, libusb1, libelf
|
||||
, libftdi1, readline, libserialport, hidapi
|
||||
# documentation building is broken on darwin
|
||||
, docSupport ? (!stdenv.isDarwin), texliveMedium, texinfo, texi2html, unixtools }:
|
||||
, libftdi1, readline, hidapi, libserialport
|
||||
# Documentation building doesn't work on Darwin. It fails with:
|
||||
# Undefined subroutine &Locale::Messages::dgettext called in ... texi2html
|
||||
#
|
||||
# https://github.com/NixOS/nixpkgs/issues/224761
|
||||
, docSupport ? (!stdenv.hostPlatform.isDarwin), texliveMedium, texinfo, texi2html, unixtools }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "avrdude";
|
||||
|
Loading…
Reference in New Issue
Block a user