mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
grilo-plugins: fix cross compilation, set strictDeps (#345112)
This commit is contained in:
commit
b4836810aa
@ -6,6 +6,7 @@
|
||||
, pkg-config
|
||||
, gettext
|
||||
, gperf
|
||||
, glib
|
||||
, sqlite
|
||||
, libarchive
|
||||
, libdmapsharing
|
||||
@ -52,6 +53,12 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
@ -59,6 +66,7 @@ stdenv.mkDerivation rec {
|
||||
gettext
|
||||
itstool
|
||||
gperf # for lua-factory
|
||||
glib # glib-compile-resources
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user