Commit bed71f27 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

stubby: fix eval by removing darwin.Security

according to the eval warning this was removed and now is a noop
parent 123777e9
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