Fix up usb-drivers

It still won't build on macOS, because of impure iconutils.
This commit is contained in:
Přemysl Eric Janouch 2024-12-04 18:26:35 +01:00
parent 7e488f71f8
commit af116224d4
Signed by: p
GPG Key ID: A0420B94F92B9493

View File

@ -10,6 +10,8 @@ pkgs.stdenv.mkDerivation rec {
cmake
pkg-config
help2man
] ++ lib.optionals stdenv.isDarwin [
librsvg
];
buildInputs = with pkgs; [