gnome3*.devhelp: add missing gschemas
Otherwise it would crash when starting; fixes #21094.
This commit is contained in:
parent
77c778b43b
commit
fa613c7ddd
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, webkitgtk, intltool }:
|
, webkitgtk, intltool, gsettings_desktop_schemas }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook webkitgtk intltool gnome3.defaultIconTheme
|
pkgconfig gtk3 wrapGAppsHook webkitgtk intltool gnome3.defaultIconTheme
|
||||||
|
gsettings_desktop_schemas
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, webkitgtk, intltool }:
|
, webkitgtk, intltool, gsettings_desktop_schemas }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk3 wrapGAppsHook webkitgtk intltool gnome3.defaultIconTheme
|
pkgconfig gtk3 wrapGAppsHook webkitgtk intltool gnome3.defaultIconTheme
|
||||||
|
gsettings_desktop_schemas
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user