forked from mirrors/nixpkgs
mate.libmatekbd: Fix darwin build
https://hydra.nixos.org/build/219011673/nixlog/3
This commit is contained in:
parent
a9ac128103
commit
fba4bcd99f
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue