gitkraken: fix missing gsettings schemas

This commit is contained in:
Meghea Iulian 2019-02-06 07:57:16 +02:00
parent 48b5ad2739
commit f2fa842eed
1 changed files with 4 additions and 2 deletions

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = [ dpkg ]; buildInputs = [ dpkg gtk3];
unpackCmd = '' unpackCmd = ''
mkdir out mkdir out
@ -85,7 +85,9 @@ stdenv.mkDerivation rec {
rm -rf bin/gitkraken share/lintian rm -rf bin/gitkraken share/lintian
cp -av share bin $out/ cp -av share bin $out/
popd popd
ln -s $out/share/gitkraken/gitkraken $out/bin/gitkraken
makeWrapper $out/share/gitkraken/gitkraken $out/bin/gitkraken \
--prefix XDG_DATA_DIRS : $GSETTINGS_SCHEMAS_PATH
''; '';
postFixup = '' postFixup = ''