Unverified Commit e7d0b599 authored by TomaSajt's avatar TomaSajt
Browse files

xml-security-c: format with nixfmt

parent 818f6592
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, xalanc, xercesc, openssl, pkg-config }:
{
  lib,
  stdenv,
  fetchurl,
  xalanc,
  xercesc,
  openssl,
  pkg-config,
}:

stdenv.mkDerivation rec {
  pname = "xml-security-c";
@@ -16,7 +24,12 @@ stdenv.mkDerivation rec {
  ];

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ xalanc xercesc openssl ];

  buildInputs = [
    xalanc
    xercesc
    openssl
  ];

  meta = {
    homepage = "https://santuario.apache.org/";