Loading maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -4023,6 +4023,11 @@ githubId = 1931963; name = "David Sferruzza"; }; dsymbol = { name = "dsymbol"; github = "dsymbol"; githubId = 88138099; }; dtzWill = { email = "w@wdtz.org"; github = "dtzWill"; Loading pkgs/applications/networking/gossa/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , buildGoModule }: buildGoModule rec { name = "gossa"; version = "0.2.2"; src = fetchFromGitHub { owner = "pldubouilh"; repo = "gossa"; rev = "v${version}"; fetchSubmodules = true; hash = "sha256-eMO9aoI+otGQcvBUJtxciQ7yhUidYizLrDjMVchH3qA="; }; vendorHash = null; ldflags = [ "-s" "-w" ]; # Tests require a socket connection to be created. doCheck = false; meta = with lib; { homepage = "https://github.com/pldubouilh/gossa"; description = "A fast and simple multimedia fileserver"; license = licenses.mit; maintainers = with maintainers; [ dsymbol ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -30091,6 +30091,8 @@ with pkgs; gosmore = callPackage ../applications/misc/gosmore { stdenv = gcc10StdenvCompat; }; gossa = callPackage ../applications/networking/gossa { }; gpsbabel = libsForQt5.callPackage ../applications/misc/gpsbabel { }; gpsbabel-gui = gpsbabel.override { Loading
maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -4023,6 +4023,11 @@ githubId = 1931963; name = "David Sferruzza"; }; dsymbol = { name = "dsymbol"; github = "dsymbol"; githubId = 88138099; }; dtzWill = { email = "w@wdtz.org"; github = "dtzWill"; Loading
pkgs/applications/networking/gossa/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , buildGoModule }: buildGoModule rec { name = "gossa"; version = "0.2.2"; src = fetchFromGitHub { owner = "pldubouilh"; repo = "gossa"; rev = "v${version}"; fetchSubmodules = true; hash = "sha256-eMO9aoI+otGQcvBUJtxciQ7yhUidYizLrDjMVchH3qA="; }; vendorHash = null; ldflags = [ "-s" "-w" ]; # Tests require a socket connection to be created. doCheck = false; meta = with lib; { homepage = "https://github.com/pldubouilh/gossa"; description = "A fast and simple multimedia fileserver"; license = licenses.mit; maintainers = with maintainers; [ dsymbol ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -30091,6 +30091,8 @@ with pkgs; gosmore = callPackage ../applications/misc/gosmore { stdenv = gcc10StdenvCompat; }; gossa = callPackage ../applications/networking/gossa { }; gpsbabel = libsForQt5.callPackage ../applications/misc/gpsbabel { }; gpsbabel-gui = gpsbabel.override {