mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
fnott: fix cross
This commit is contained in:
parent
645bc49f34
commit
407508a06d
@ -5,13 +5,14 @@
|
||||
, meson
|
||||
, ninja
|
||||
, scdoc
|
||||
, wayland-protocols
|
||||
, tllist
|
||||
, wayland-scanner
|
||||
, fontconfig
|
||||
, freetype
|
||||
, pixman
|
||||
, libpng
|
||||
, tllist
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, dbus
|
||||
, fcft
|
||||
}:
|
||||
@ -28,20 +29,24 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-cJ7XmnC4x8lhZ+JRqobeQxTTps4Oz95zYdlFtr3KC1A=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
meson
|
||||
ninja
|
||||
scdoc
|
||||
wayland-protocols
|
||||
tllist
|
||||
wayland-scanner
|
||||
];
|
||||
buildInputs = [
|
||||
fontconfig
|
||||
freetype
|
||||
pixman
|
||||
libpng
|
||||
tllist
|
||||
wayland
|
||||
wayland-protocols
|
||||
dbus
|
||||
fcft
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user