Loading pkgs/by-name/i2/i2pd/package.nix +3 −9 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ openssl, upnpSupport ? true, miniupnpc, aesniSupport ? stdenv.hostPlatform.aesSupport, }: stdenv.mkDerivation rec { Loading Loading @@ -37,13 +36,8 @@ stdenv.mkDerivation rec { installShellFiles ]; makeFlags = let ynf = a: b: a + "=" + (if b then "yes" else "no"); in [ (ynf "USE_AESNI" aesniSupport) (ynf "USE_UPNP" upnpSupport) makeFlags = [ "USE_UPNP=${if upnpSupport then "yes" else "no"}" ]; enableParallelBuilding = true; Loading Loading
pkgs/by-name/i2/i2pd/package.nix +3 −9 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ openssl, upnpSupport ? true, miniupnpc, aesniSupport ? stdenv.hostPlatform.aesSupport, }: stdenv.mkDerivation rec { Loading Loading @@ -37,13 +36,8 @@ stdenv.mkDerivation rec { installShellFiles ]; makeFlags = let ynf = a: b: a + "=" + (if b then "yes" else "no"); in [ (ynf "USE_AESNI" aesniSupport) (ynf "USE_UPNP" upnpSupport) makeFlags = [ "USE_UPNP=${if upnpSupport then "yes" else "no"}" ]; enableParallelBuilding = true; Loading