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
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
help2man
|
help2man
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
librsvg
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user