obconf: add GSettings schemas path

This commit is contained in:
Stefan Frijters 2022-08-25 09:47:49 +02:00
parent ee99898af2
commit 3f682fbe44
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchgit, autoreconfHook, pkg-config, gtk3, openbox,
imlib2, libxml2, libstartup_notification, makeWrapper, libSM }:
imlib2, libxml2, libstartup_notification, wrapGAppsHook, libSM }:
stdenv.mkDerivation rec {
pname = "obconf";
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
makeWrapper
pkg-config
wrapGAppsHook
];
buildInputs = [
@ -30,10 +30,6 @@ stdenv.mkDerivation rec {
substituteInPlace configure.ac --replace 2.0.4 ${version}
'';
postInstall = ''
wrapProgram $out/bin/obconf --prefix XDG_DATA_DIRS : ${openbox}/share/
'';
meta = {
description = "GUI configuration tool for openbox";
homepage = "http://openbox.org/wiki/ObConf";