Skip to content

Commit

Permalink
jabref: fix startup error with gsettings schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Oct 26, 2017
1 parent f233575 commit 00a5d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/jabref/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, makeDesktopItem, ant, jdk, jre }:
{ stdenv, fetchurl, makeWrapper, makeDesktopItem, jdk, jre, wrapGAppsHook, gtk3, gsettings_desktop_schemas }:

stdenv.mkDerivation rec {
version = "3.8.1";
Expand All @@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
exec = "jabref";
};

buildInputs = [ makeWrapper jdk ];
buildInputs = [ makeWrapper jdk wrapGAppsHook gtk3 gsettings_desktop_schemas ];

phases = [ "installPhase" ];
unpackPhase = "#";

installPhase = ''
mkdir -p $out/bin $out/share/java $out/share/icons
Expand Down

0 comments on commit 00a5d6d

Please sign in to comment.