ibus: do not run dconf update

This commit is contained in:
Luca Bruno
2014-08-12 11:23:11 +02:00
parent 2e5c13d398
commit 9e99e7b9db
+4 -1
View File
@@ -19,7 +19,10 @@ stdenv.mkDerivation rec {
libnotify isocodes gobjectIntrospection
];
preBuild = "patchShebangs ./scripts";
preBuild = ''
patchShebangs ./scripts
substituteInPlace data/dconf/Makefile --replace "dconf update" "echo"
'';
preFixup = ''
for f in "$out"/bin/*; do