mate.libmatekbd: Fix darwin build

https://hydra.nixos.org/build/219011673/nixlog/3
This commit is contained in:
Bobby Rong
2023-05-13 13:11:43 +08:00
parent a9ac128103
commit fba4bcd99f
+2 -2
View File
@@ -3,7 +3,7 @@
, fetchurl
, pkg-config
, gettext
, gtk3
, gtk3-x11
, libxklavier
, mateUpdateScript
}:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gtk3
gtk3-x11
libxklavier
];