synapse-bt: init at 2018-06-04 (#41402)
This commit is contained in:
parent
2c382eda62
commit
e92c428593
27
pkgs/applications/networking/p2p/synapse-bt/default.nix
Normal file
27
pkgs/applications/networking/p2p/synapse-bt/default.nix
Normal file
@ -0,0 +1,27 @@
|
||||
{ stdenv, fetchFromGitHub, rustPlatform, pkgconfig, openssl }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
name = "synapse-bt-unstable-${version}";
|
||||
version = "2018-06-04";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Luminarys";
|
||||
repo = "synapse";
|
||||
rev = "ec8f23a14af21426ab0c4f8953dd954f747850ab";
|
||||
sha256 = "0d1rrwnk333zz9g8s40i75xgdkpz6a1j01ajsh32yvzvbi045zkw";
|
||||
};
|
||||
|
||||
cargoSha256 = "1psrmgf6ddzqwx7gf301rx84asfnvxpsvkx2fan453v65819k960";
|
||||
|
||||
buildInputs = [ pkgconfig openssl ];
|
||||
|
||||
cargoBuildFlags = [ "--all" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Flexible and fast BitTorrent daemon";
|
||||
homepage = https://synapse-bt.org/;
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -17138,6 +17138,8 @@ with pkgs;
|
||||
inherit (gnome3) libgee;
|
||||
};
|
||||
|
||||
synapse-bt = callPackage ../applications/networking/p2p/synapse-bt { };
|
||||
|
||||
synfigstudio = callPackage ../applications/graphics/synfigstudio {
|
||||
fontsConf = makeFontsConf { fontDirectories = [ freefont_ttf ]; };
|
||||
inherit (gnome3) defaultIconTheme;
|
||||
|
Loading…
Reference in New Issue
Block a user