···23# !!! Duplication: this package is almost exactly the same as `bsd-fingerd'.
45-stdenv.mkDerivation {
6- name = "bsd-fingerd-0.17";
078 src = fetchurl {
9- url = "ftp://ftp.metalab.unc.edu/pub/linux/system/network/finger/bsd-finger-0.17.tar.gz";
10 sha256 = "1yhkiv0in588il7f84k2xiy78g9lv12ll0y7047gazhiimk5v244";
11 };
12
···23# !!! Duplication: this package is almost exactly the same as `bsd-fingerd'.
45+stdenv.mkDerivation rec {
6+ pname = "bsd-fingerd";
7+ version = "0.17";
89 src = fetchurl {
10+ url = "ftp://ftp.metalab.unc.edu/pub/linux/system/network/finger/bsd-finger-${version}.tar.gz";
11 sha256 = "1yhkiv0in588il7f84k2xiy78g9lv12ll0y7047gazhiimk5v244";
12 };
13
···1{ lib, fetchFromGitHub, python3Packages, nixosTests }:
23python3Packages.buildPythonApplication rec {
4- name = "tor-exporter-${version}";
5 version = "0.4";
67 # Just a single .py file to use as the application's main entry point.
···1{ lib, fetchFromGitHub, python3Packages, nixosTests }:
23python3Packages.buildPythonApplication rec {
4+ pname = "tor-exporter";
5 version = "0.4";
67 # Just a single .py file to use as the application's main entry point.