Fix up usb-drivers
It still won't build on macOS, because of impure iconutils.
This commit is contained in:
parent
7e488f71f8
commit
af116224d4
@ -10,6 +10,8 @@ pkgs.stdenv.mkDerivation rec {
|
||||
cmake
|
||||
pkg-config
|
||||
help2man
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
librsvg
|
||||
];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user