ibus: do not run dconf update

This commit is contained in:
Luca Bruno 2014-07-30 22:38:23 +02:00
parent 2e5c13d398
commit 9e99e7b9db

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