castxml: run nixpkgs-fmt
As suggested by RFC 101.
This commit is contained in:
parent
e9c4598ccb
commit
f4bc305421
1 changed files with 11 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
|||
{ lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
libffi,
|
||||
libxml2,
|
||||
zlib,
|
||||
withManual ? true,
|
||||
withHTML ? true,
|
||||
llvmPackages,
|
||||
python3,
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, libffi
|
||||
, libxml2
|
||||
, zlib
|
||||
, withManual ? true
|
||||
, withHTML ? true
|
||||
, llvmPackages
|
||||
, python3
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue