tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
treewide: Fix output references to gnome.GConf
Tuomas Tynkkynen
9 years ago
8877efa6
f410ec16
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
x11
window-managers
metacity.nix
+1
-1
nixos/modules/services/x11/window-managers/metacity.nix
···
22
22
start = ''
23
23
env LD_LIBRARY_PATH=${lib.makeLibraryPath [ xorg.libX11 xorg.libXext ]}:/usr/lib/
24
24
# !!! Hack: load the schemas for Metacity.
25
25
-
GCONF_CONFIG_SOURCE=xml::~/.gconf ${gnome.GConf}/bin/gconftool-2 \
25
25
+
GCONF_CONFIG_SOURCE=xml::~/.gconf ${gnome.GConf.out}/bin/gconftool-2 \
26
26
--makefile-install-rule ${gnome.metacity}/etc/gconf/schemas/*.schemas # */
27
27
${gnome.metacity}/bin/metacity &
28
28
waitPID=$!