Unverified Commit 6ea347c2 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

stubby: fix eval by removing darwin.Security (#404978)

parents 391735fe bed71f27
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  lib,
  stdenv,
  cmake,
  darwin,
  getdns,
  libyaml,
  openssl,
@@ -31,14 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
    yq
  ];

  buildInputs =
    [
  buildInputs = [
    getdns
    libyaml
    openssl
    ]
    ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.Security ];
  ] ++ lib.optionals stdenv.hostPlatform.isLinux [ systemd ];

  postInstall = ''
    rm -r $out/share/doc