ibus: do not run dconf update
This commit is contained in:
parent
2e5c13d398
commit
9e99e7b9db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue