Commit bb204cf8 authored by nikstur's avatar nikstur
Browse files

botan: remove gmp and boost

These are unneeded.
parent 83ad46cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, python3, bzip2, zlib, gmp, boost
{ lib, stdenv, fetchurl, python3, bzip2, zlib
# Passed by version specific builders
, baseVersion, revision, hash
, sourceExtension ? "tar.xz"
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
  inherit postPatch;

  nativeBuildInputs = [ python3 ];
  buildInputs = [ bzip2 zlib gmp boost ]
  buildInputs = [ bzip2 zlib ]
    ++ lib.optionals stdenv.isDarwin [ CoreServices Security ];

  botanConfigureFlags = [