Skip to content

Commit

Permalink
gnome3*.devhelp: add missing gschemas
Browse files Browse the repository at this point in the history
Otherwise it would crash when starting; fixes #21094.

(cherry picked from commit fa613c7)
  • Loading branch information
vcunat committed Dec 13, 2016
1 parent 8341cfb commit 77b32b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/desktops/gnome-3/3.20/devtools/devhelp/default.nix
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, webkitgtk, intltool }:
, webkitgtk, intltool, gsettings_desktop_schemas }:

stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;

buildInputs = [
pkgconfig gtk3 wrapGAppsHook webkitgtk intltool gnome3.defaultIconTheme
gsettings_desktop_schemas
];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 77b32b3

Please sign in to comment.