mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
mako: fix cross
This commit is contained in:
parent
645bc49f34
commit
bfda831f76
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-/+XYf8FiH4lk7f7/pMt43hm13mRK+UqvaNOpf1TI6m4=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-protocols wrapGAppsHook ];
|
||||
buildInputs = [ systemd pango cairo gdk-pixbuf wayland ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue