mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
p2pool: 2.7 -> 3.1
This commit is contained in:
parent
324b8d7796
commit
d86c897423
@ -19,13 +19,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "p2pool";
|
pname = "p2pool";
|
||||||
version = "2.7";
|
version = "3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SChernykh";
|
owner = "SChernykh";
|
||||||
repo = "p2pool";
|
repo = "p2pool";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-j3SVwat/LGw/iGcyNn8acR29Ob/WXDKyeCfDTsH+gxA=";
|
sha256 = "sha256-yHxg/9QhaDNlUFzylftsJEk+pJoSoTfA0rJfcolBdTs=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libuv zeromq libsodium gss hwloc openssl curl ]
|
buildInputs = [ libuv zeromq libsodium gss hwloc openssl curl ]
|
||||||
++ lib.optionals stdenv.isDarwin [ Foundation ];
|
++ lib.optionals stdenv.isDarwin [ Foundation ];
|
||||||
|
|
||||||
|
cmakeFlags = ["-DWITH_LTO=OFF"];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user