zynq_image: fix formatting
This commit is contained in:
parent
9bb6f1171c
commit
62a97f5510
@ -67,7 +67,6 @@ in {
|
|||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
|
|
||||||
# armv7l cross-compile fixes
|
# armv7l cross-compile fixes
|
||||||
libuv = super.libuv.overrideAttrs (old: {
|
libuv = super.libuv.overrideAttrs (old: {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -82,7 +81,13 @@ in {
|
|||||||
|
|
||||||
# closure size fixes
|
# closure size fixes
|
||||||
openssh = super.openssh.override { withFIDO = false; withKerberos = false; };
|
openssh = super.openssh.override { withFIDO = false; withKerberos = false; };
|
||||||
util-linux = super.util-linux.override { pamSupport=false; capabilitiesSupport=false; ncursesSupport=false; systemdSupport=false; nlsSupport=false; translateManpages=false; };
|
util-linux = super.util-linux.override {
|
||||||
|
pamSupport=false;
|
||||||
|
capabilitiesSupport=false;
|
||||||
|
ncursesSupport=false;
|
||||||
|
systemdSupport=false;
|
||||||
|
nlsSupport=false;
|
||||||
|
translateManpages=false; };
|
||||||
utillinuxCurses = self.util-linux;
|
utillinuxCurses = self.util-linux;
|
||||||
utillinuxMinimal = self.util-linux;
|
utillinuxMinimal = self.util-linux;
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user