fix(nix): correct indentation in at-spi2-core overrideAttrs
- Adjusted the indentation in `at-spi2-core`'s `overrideAttrs` block for consistency. - Improves readability and maintains uniform code style across the file.
This commit is contained in:
parent
88bf3cbcb8
commit
c1f145e4c5
1 changed files with 6 additions and 6 deletions
|
|
@ -5,10 +5,10 @@ final: prev: {
|
|||
./gnome-console-Add-image-and-file-path-pasting-support-for.patch
|
||||
];
|
||||
});
|
||||
at-spi2-core = prev.at-spi2-core.overrideAttrs (oldAttrs: {
|
||||
postInstall = (oldAttrs.postInstall or "") + ''
|
||||
substituteInPlace $out/etc/xdg/Xwayland-session.d/00-at-spi \
|
||||
--replace-fail 'exec xprop' 'exec ${final.xorg.xprop}/bin/xprop'
|
||||
'';
|
||||
});
|
||||
at-spi2-core = prev.at-spi2-core.overrideAttrs (oldAttrs: {
|
||||
postInstall = (oldAttrs.postInstall or "") + ''
|
||||
substituteInPlace $out/etc/xdg/Xwayland-session.d/00-at-spi \
|
||||
--replace-fail 'exec xprop' 'exec ${final.xorg.xprop}/bin/xprop'
|
||||
'';
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue