libseccomp: format with nixpkgs-fmt
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
parent
40d2968ebf
commit
3829a40793
@ -30,8 +30,10 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
badPlatforms = [
|
badPlatforms = [
|
||||||
"alpha-linux"
|
"alpha-linux"
|
||||||
"riscv64-linux" "riscv32-linux"
|
"riscv64-linux"
|
||||||
"sparc-linux" "sparc64-linux"
|
"riscv32-linux"
|
||||||
|
"sparc-linux"
|
||||||
|
"sparc64-linux"
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user