mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
parent
eb829035c9
commit
20642e2ab0
@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
||||
fixDarwinDylibNames
|
||||
];
|
||||
|
||||
buildInputs = [ gobject-introspection ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
# Required by atk.pc
|
||||
glib
|
||||
|
@ -66,6 +66,8 @@ stdenv.mkDerivation rec {
|
||||
fixDarwinDylibNames
|
||||
];
|
||||
|
||||
buildInputs = [ gobject-introspection ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
glib
|
||||
libtiff
|
||||
|
@ -84,6 +84,7 @@ stdenv.mkDerivation rec {
|
||||
json-glib
|
||||
libsoup
|
||||
avahi
|
||||
gobject-introspection
|
||||
] ++ lib.optionals withDemoAgent [
|
||||
libnotify gdk-pixbuf
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
|
@ -121,6 +121,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
gst-plugins-base
|
||||
orc
|
||||
json-glib
|
||||
|
@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ lib.optional enableWayland wayland;
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
orc
|
||||
libtheora
|
||||
libintl
|
||||
|
@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
bash-completion
|
||||
gobject-introspection
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
libcap
|
||||
libunwind
|
||||
|
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
||||
cairo
|
||||
python3
|
||||
json-glib
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
bash-completion
|
||||
libxml2
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
gst-plugins-base
|
||||
gst-plugins-bad
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
libxkbcommon
|
||||
(libepoxy.override { inherit x11Support; })
|
||||
isocodes
|
||||
|
@ -87,7 +87,7 @@ stdenv.mkDerivation {
|
||||
docbook_xml_dtd_43
|
||||
];
|
||||
|
||||
buildInputs = [ glib freetype ]
|
||||
buildInputs = [ glib freetype gobject-introspection ]
|
||||
++ lib.optionals withCoreText [ ApplicationServices CoreText ];
|
||||
|
||||
propagatedBuildInputs = optional withGraphite2 graphite2
|
||||
|
@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
|
||||
fixDarwinDylibNames
|
||||
];
|
||||
|
||||
buildInputs = [ gobject-introspection ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
glib
|
||||
];
|
||||
|
@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
udev
|
||||
glib
|
||||
];
|
||||
|
@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
libxml2
|
||||
icu
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
glib
|
||||
libgudev
|
||||
libevdev
|
||||
|
@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
libgcrypt
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
sqlite
|
||||
libpsl
|
||||
glib.out
|
||||
|
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
fribidi
|
||||
libthai
|
||||
gobject-introspection
|
||||
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||
ApplicationServices
|
||||
Carbon
|
||||
|
@ -116,6 +116,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
expat
|
||||
pam
|
||||
spidermonkey_78
|
||||
|
@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
glib
|
||||
libxml2
|
||||
sqlite
|
||||
|
@ -143,6 +143,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
systemd
|
||||
libselinux
|
||||
audit
|
||||
|
Loading…
Reference in New Issue
Block a user