flashrom-stable: fix build due to incompatibility with libgpiod v2 API
ZHF: #265948 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, installShellFiles
|
||||
, lib
|
||||
, libftdi1
|
||||
, libgpiod
|
||||
, libgpiod_1
|
||||
, libjaylink
|
||||
, libusb1
|
||||
, pciutils
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
libjaylink
|
||||
libusb1
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
libgpiod
|
||||
libgpiod_1
|
||||
pciutils
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user