Loading pkgs/tools/networking/i2pd/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , boost, zlib, openssl , upnpSupport ? true, miniupnpc , aesniSupport ? stdenv.hostPlatform.aesSupport , avxSupport ? stdenv.hostPlatform.avxSupport }: stdenv.mkDerivation rec { Loading @@ -27,7 +26,6 @@ stdenv.mkDerivation rec { makeFlags = let ynf = a: b: a + "=" + (if b then "yes" else "no"); in [ (ynf "USE_AESNI" aesniSupport) (ynf "USE_AVX" avxSupport) (ynf "USE_UPNP" upnpSupport) ]; Loading @@ -46,5 +44,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ edwtjo ]; platforms = platforms.unix; mainProgram = "i2pd"; broken = stdenv.hostPlatform.isDarwin; }; } Loading
pkgs/tools/networking/i2pd/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , boost, zlib, openssl , upnpSupport ? true, miniupnpc , aesniSupport ? stdenv.hostPlatform.aesSupport , avxSupport ? stdenv.hostPlatform.avxSupport }: stdenv.mkDerivation rec { Loading @@ -27,7 +26,6 @@ stdenv.mkDerivation rec { makeFlags = let ynf = a: b: a + "=" + (if b then "yes" else "no"); in [ (ynf "USE_AESNI" aesniSupport) (ynf "USE_AVX" avxSupport) (ynf "USE_UPNP" upnpSupport) ]; Loading @@ -46,5 +44,6 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ edwtjo ]; platforms = platforms.unix; mainProgram = "i2pd"; broken = stdenv.hostPlatform.isDarwin; }; }