ibus: do not run dconf update
This commit is contained in:
@@ -19,7 +19,10 @@ stdenv.mkDerivation rec {
|
|||||||
libnotify isocodes gobjectIntrospection
|
libnotify isocodes gobjectIntrospection
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = "patchShebangs ./scripts";
|
preBuild = ''
|
||||||
|
patchShebangs ./scripts
|
||||||
|
substituteInPlace data/dconf/Makefile --replace "dconf update" "echo"
|
||||||
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
for f in "$out"/bin/*; do
|
for f in "$out"/bin/*; do
|
||||||
|
|||||||
Reference in New Issue
Block a user