Loading pkgs/development/libraries/tracker/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchpatch , gettext , meson , mesonEmulatorHook , ninja , pkg-config , asciidoc Loading Loading @@ -71,6 +72,8 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withIntrospection [ gobject-introspection vala ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ]; buildInputs = [ Loading Loading
pkgs/development/libraries/tracker/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchpatch , gettext , meson , mesonEmulatorHook , ninja , pkg-config , asciidoc Loading Loading @@ -71,6 +72,8 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withIntrospection [ gobject-introspection vala ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ]; buildInputs = [ Loading