treewide: name -> pname (#67513)

This commit is contained in:
volth 2019-08-31 11:41:23 +00:00 committed by Samuel Leathers
parent 01c4c15ef5
commit 7bb6b373ab
107 changed files with 114 additions and 116 deletions

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "ethabi-${version}"; pname = "ethabi";
version = "7.0.0"; version = "7.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -6,7 +6,7 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "polkadot-${version}"; pname = "polkadot";
version = "0.2.17"; version = "0.2.17";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "librustzcash-unstable-${version}"; pname = "librustzcash-unstable";
version = "2017-03-17"; version = "2017-03-17";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,6 +1,6 @@
{ stdenv, rustPlatform , fetchFromGitHub, Security }: { stdenv, rustPlatform , fetchFromGitHub, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "whitebox_tools-${version}"; pname = "whitebox_tools";
version = "0.9.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -2,7 +2,7 @@
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
version = "2.9.3.1"; version = "2.9.3.1";
name = "electrum-dash-${version}"; pname = "electrum-dash";
src = fetchurl { src = fetchurl {
url = "https://github.com/akhavr/electrum-dash/releases/download/${version}/Electrum-DASH-${version}.tar.gz"; url = "https://github.com/akhavr/electrum-dash/releases/download/${version}/Electrum-DASH-${version}.tar.gz";

View File

@ -3,7 +3,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "moolticute-${version}"; pname = "moolticute";
version = "0.30.8"; version = "0.30.8";
src = fetchurl { src = fetchurl {

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub }: { stdenv, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "todiff-${version}"; pname = "todiff";
version = "0.6.1"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "click-${version}"; pname = "click";
version = "0.4.2"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -4,7 +4,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "habitat-${version}"; pname = "habitat";
version = "0.30.2"; version = "0.30.2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "cfdyndns-${version}"; pname = "cfdyndns";
version = "0.0.1"; version = "0.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "colemickens"; owner = "colemickens";

View File

@ -2,11 +2,11 @@
, asciidoc, docbook_xml_dtd_45, libxslt, docbook_xsl, libiconv, Security, makeWrapper }: , asciidoc, docbook_xml_dtd_45, libxslt, docbook_xsl, libiconv, Security, makeWrapper }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "newsboat-${version}"; pname = "newsboat";
version = "2.16.1"; version = "2.16.1";
src = fetchurl { src = fetchurl {
url = "https://newsboat.org/releases/${version}/${name}.tar.xz"; url = "https://newsboat.org/releases/${version}/${pname}-${version}.tar.xz";
sha256 = "0lxdsfcwa4byhfnn0gv34w3rr531f4nfqgi8j4qqmh3gncbwh8s0"; sha256 = "0lxdsfcwa4byhfnn0gv34w3rr531f4nfqgi8j4qqmh3gncbwh8s0";
}; };

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, python2Packages }: { stdenv, fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "rawdog-${version}"; pname = "rawdog";
version = "2.23"; version = "2.23";
src = fetchurl { src = fetchurl {
url = "https://offog.org/files/${name}.tar.gz"; url = "https://offog.org/files/${pname}-${version}.tar.gz";
sha256 = "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp"; sha256 = "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp";
}; };

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python2Packages, gnupg1orig, openssl, git }: { stdenv, fetchFromGitHub, python2Packages, gnupg1orig, openssl, git }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "mailpile-${version}"; pname = "mailpile";
version = "1.0.0rc2"; version = "1.0.0rc2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, pkgconfig, curl, openssl, zlib, fetchFromGitHub, rustPlatform }: { stdenv, pkgconfig, curl, openssl, zlib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "elan-${version}"; pname = "elan";
version = "0.7.5"; version = "0.7.5";
cargoSha256 = "0lc320m3vw76d6pa5wp6c9jblac6lmyf9qqnxmsnkn4ixdhnghsd"; cargoSha256 = "0lc320m3vw76d6pa5wp6c9jblac6lmyf9qqnxmsnkn4ixdhnghsd";

View File

@ -1,6 +1,6 @@
{ stdenv, python2Packages, fetchurl }: { stdenv, python2Packages, fetchurl }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "labelImg-${version}"; pname = "labelImg";
version = "1.6.0"; version = "1.6.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz"; url = "https://github.com/tzutalin/labelImg/archive/v${version}.tar.gz";

View File

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
version = "0.4.4"; version = "0.4.4";
name = "rink-${version}"; pname = "rink";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tiffany352"; owner = "tiffany352";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, python2Packages }: { stdenv, fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "bzr-tools-${version}"; pname = "bzr-tools";
version = "2.6.0"; version = "2.6.0";
src = fetchurl { src = fetchurl {

View File

@ -4,11 +4,11 @@
}: }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "cvs2svn-${version}"; pname = "cvs2svn";
version = "2.5.0"; version = "2.5.0";
src = fetchurl { src = fetchurl {
url = "http://cvs2svn.tigris.org/files/documents/1462/49543/${name}.tar.gz"; url = "http://cvs2svn.tigris.org/files/documents/1462/49543/${pname}-${version}.tar.gz";
sha256 = "1ska0z15sjhyfi860rjazz9ya1gxbf5c0h8dfqwz88h7fccd22b4"; sha256 = "1ska0z15sjhyfi860rjazz9ya1gxbf5c0h8dfqwz88h7fccd22b4";
}; };

View File

@ -4,8 +4,6 @@ python2Packages.buildPythonApplication rec {
pname = "git-big-picture"; pname = "git-big-picture";
version = "0.10.1"; version = "0.10.1";
name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "esc"; owner = "esc";
repo = pname; repo = pname;

View File

@ -1,6 +1,6 @@
{ lib, rustPlatform, fetchFromGitHub }: { lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "git-codeowners-${version}"; pname = "git-codeowners";
version = "0.1.2"; version = "0.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -16,7 +16,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "git-dit-${version}"; pname = "git-dit";
version = "0.4.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -2,10 +2,10 @@
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
version = "1.4.2"; version = "1.4.2";
name = "git-up-${version}"; pname = "git-up";
src = fetchurl { src = fetchurl {
url = "mirror://pypi/g/git-up/${name}.zip"; url = "mirror://pypi/g/git-up/${pname}-${version}.zip";
sha256 = "121ia5gyjy7js6fbsx9z98j2qpq7rzwpsj8gnfvsbz2d69g0vl7q"; sha256 = "121ia5gyjy7js6fbsx9z98j2qpq7rzwpsj8gnfvsbz2d69g0vl7q";
}; };

View File

@ -1,14 +1,14 @@
{ stdenv, fetchzip, python2Packages}: { stdenv, fetchzip, python2Packages}:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "gitinspector-${version}"; pname = "gitinspector";
version = "0.4.4"; version = "0.4.4";
namePrefix = ""; namePrefix = "";
src = fetchzip { src = fetchzip {
url = "https://github.com/ejwa/gitinspector/archive/v${version}.tar.gz"; url = "https://github.com/ejwa/gitinspector/archive/v${version}.tar.gz";
sha256 = "1pfsw6xldm6jigs3nhysvqaxk8a0zf8zczgfkrp920as9sya3c7m"; sha256 = "1pfsw6xldm6jigs3nhysvqaxk8a0zf8zczgfkrp920as9sya3c7m";
name = name + "-src"; name = "${pname}-${version}" + "-src";
}; };
checkInputs = with python2Packages; [ checkInputs = with python2Packages; [

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, rustPlatform, darwin, openssl, libsodium, nettle, clang, libclang, pkgconfig }: { stdenv, fetchurl, rustPlatform, darwin, openssl, libsodium, nettle, clang, libclang, pkgconfig }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "pijul-${version}"; pname = "pijul";
version = "0.12.0"; version = "0.12.0";
src = fetchurl { src = fetchurl {
url = "https://pijul.org/releases/${name}.tar.gz"; url = "https://pijul.org/releases/${pname}-${version}.tar.gz";
sha256 = "1rm787kkh3ya8ix0rjvj7sbrg9armm0rnpkga6gjmsbg5bx20y4q"; sha256 = "1rm787kkh3ya8ix0rjvj7sbrg9armm0rnpkga6gjmsbg5bx20y4q";
}; };

View File

@ -1,6 +1,6 @@
{ fetchFromGitHub, lib, python2Packages, meld, subversion, gvfs, xdg_utils }: { fetchFromGitHub, lib, python2Packages, meld, subversion, gvfs, xdg_utils }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "rabbitvcs-${version}"; pname = "rabbitvcs";
version = "0.17.1"; version = "0.17.1";
namePrefix = ""; namePrefix = "";

View File

@ -3,7 +3,7 @@
libiconv, CoreFoundation, Security }: libiconv, CoreFoundation, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "sit-${version}"; pname = "sit";
version = "0.4.1"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ fetchurl, python2Packages }: { fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "tailor-${version}"; pname = "tailor";
version = "0.9.35"; version = "0.9.35";
src = fetchurl { src = fetchurl {

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub }: { stdenv, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cntr-${version}"; pname = "cntr";
version = "1.2.0"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, rustPlatform, libseccomp }: { lib, fetchFromGitHub, rustPlatform, libseccomp }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "railcar-${version}"; pname = "railcar";
version = "1.0.4"; version = "1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -8,7 +8,7 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "dwm-status-${version}"; pname = "dwm-status";
version = "1.6.2"; version = "1.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -20,7 +20,7 @@ let
}; };
in in
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
name = "mnist-${version}"; pname = "mnist";
version = "2018-11-16"; version = "2018-11-16";
installPhase = '' installPhase = ''
mkdir -p $out mkdir -p $out

View File

@ -1,7 +1,7 @@
{ stdenvNoCC, lib, fetchurl }: { stdenvNoCC, lib, fetchurl }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
name = "fasm-bin-${version}"; pname = "fasm-bin";
version = "1.73.16"; version = "1.73.16";

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, Security }: { stdenv, rustPlatform, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "rustfmt-${version}"; pname = "rustfmt";
inherit (rustPlatform.rust.rustc) version src; inherit (rustPlatform.rust.rustc) version src;
# the rust source tarball already has all the dependencies vendored, no need to fetch them again # the rust source tarball already has all the dependencies vendored, no need to fetch them again

View File

@ -3,7 +3,8 @@
let version = "0.9.5.1.1"; in let version = "0.9.5.1.1"; in
python2Packages.buildPythonPackage { python2Packages.buildPythonPackage {
name = "pyrex-${version}"; pname = "pyrex";
inherit version;
src = fetchurl { src = fetchurl {
url = "https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-${version}.tar.gz"; url = "https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-${version}.tar.gz";

View File

@ -3,7 +3,8 @@
let version = "0.9.6.4"; in let version = "0.9.6.4"; in
python2Packages.buildPythonPackage { python2Packages.buildPythonPackage {
name = "pyrex-${version}"; pname = "pyrex";
inherit version;
src = fetchurl { src = fetchurl {
url = "https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-${version}.tar.gz"; url = "https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/oldtar/Pyrex-${version}.tar.gz";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "wasm-gc-${version}"; pname = "wasm-gc";
version = "0.1.6"; version = "0.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -4,7 +4,7 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
version = "0.4.1"; version = "0.4.1";
name = "loc-${version}"; pname = "loc";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cgag"; owner = "cgag";

View File

@ -4,7 +4,6 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "panopticon"; pname = "panopticon";
version = "unstable-20171202"; version = "unstable-20171202";
name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "das-labor"; owner = "das-labor";

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "clog-cli-${version}"; pname = "clog-cli";
version = "0.9.3"; version = "0.9.3";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "mdsh-${version}"; pname = "mdsh";
version = "0.1.4"; version = "0.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -9,7 +9,7 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
version = "0.22.0"; version = "0.22.0";
name = "geckodriver-${version}"; pname = "geckodriver";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mozilla"; owner = "mozilla";

View File

@ -4,7 +4,7 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
version = "0.9.1"; version = "0.9.1";
name = "git-series-${version}"; pname = "git-series";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "git-series"; owner = "git-series";

View File

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
version = "0.2.10"; version = "0.2.10";
name = "sccache-${version}"; pname = "sccache";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mozilla"; owner = "mozilla";

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub }: { stdenv, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "parinfer-rust-${version}"; pname = "parinfer-rust";
version = "0.3.1"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -2,7 +2,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "pax-rs-${version}"; pname = "pax-rs";
version = "0.4.0"; version = "0.4.0";
meta = with stdenv.lib; { meta = with stdenv.lib; {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "rq-${version}"; pname = "rq";
version = "0.10.4"; version = "0.10.4";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, Security }: { stdenv, fetchFromGitHub, rustPlatform, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cargo-asm-${version}"; pname = "cargo-asm";
version = "0.1.17"; version = "0.1.17";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, fetchurl, runCommand, rustPlatform }: { stdenv, fetchFromGitHub, fetchurl, runCommand, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cargo-fuzz-${version}"; pname = "cargo-fuzz";
version = "0.5.3"; # Note to self: on 0.5.4, remove the hand-added Cargo.lock version = "0.5.3"; # Note to self: on 0.5.4, remove the hand-added Cargo.lock
src = src =

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, Security, openssl, pkgconfig, libiconv, curl }: { stdenv, fetchFromGitHub, rustPlatform, Security, openssl, pkgconfig, libiconv, curl }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cargo-generate-${version}"; pname = "cargo-generate";
version = "0.3.0"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, Security }: { stdenv, fetchFromGitHub, rustPlatform, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "rust-cbindgen-${version}"; pname = "rust-cbindgen";
version = "0.8.7"; version = "0.8.7";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper, substituteAll, Security }: { stdenv, fetchFromGitHub, rustPlatform, makeWrapper, substituteAll, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "racer-${version}"; pname = "racer";
version = "2.1.22"; version = "2.1.22";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "racerd-${version}"; pname = "racerd";
version = "2019-03-20"; version = "2019-03-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jwilm"; owner = "jwilm";

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "rainicorn-${version}"; pname = "rainicorn";
version = "1.0.0"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "svd2rust-${version}"; pname = "svd2rust";
version = "0.14.0"; version = "0.14.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -8,7 +8,7 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "wasm-pack-${version}"; pname = "wasm-pack";
version = "0.8.1"; version = "0.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -44,7 +44,7 @@ let
in in
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
name = "twbt-${version}"; pname = "twbt";
version = release.twbtRelease; version = release.twbtRelease;
src = fetchurl { src = fetchurl {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, python2Packages }: { stdenv, fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "dstat-${version}"; pname = "dstat";
format = "other"; format = "other";
version = "0.7.3"; version = "0.7.3";

View File

@ -7,7 +7,8 @@ let
makeLinuxHeaders = { src, version, patches ? [] }: stdenvNoCC.mkDerivation { makeLinuxHeaders = { src, version, patches ? [] }: stdenvNoCC.mkDerivation {
inherit src; inherit src;
name = "linux-headers-${version}"; pname = "linux-headers";
inherit version;
ARCH = stdenvNoCC.hostPlatform.platform.kernelArch or stdenvNoCC.hostPlatform.kernelArch; ARCH = stdenvNoCC.hostPlatform.platform.kernelArch or stdenvNoCC.hostPlatform.kernelArch;

View File

@ -2,7 +2,6 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "webmetro"; pname = "webmetro";
name = "${pname}-${version}";
version = "unstable-20180426"; version = "unstable-20180426";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "ion-${version}"; pname = "ion";
version = "1.0.5"; version = "1.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -2,7 +2,7 @@
, xlibsWrapper, xorg, libpulseaudio, pkgconfig, patchelf, Security }: , xlibsWrapper, xorg, libpulseaudio, pkgconfig, patchelf, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "xidlehook-${version}"; pname = "xidlehook";
version = "0.7.0"; version = "0.7.0";
doCheck = false; doCheck = false;

View File

@ -4,7 +4,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "intecture-agent-${version}"; pname = "intecture-agent";
version = "0.3.1"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -4,7 +4,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "intecture-auth-${version}"; pname = "intecture-auth";
version = "0.1.2"; version = "0.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -4,7 +4,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "intecture-cli-${version}"; pname = "intecture-cli";
version = "0.3.4"; version = "0.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python2Packages }: { stdenv, fetchFromGitHub, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "amazon-glacier-cmd-interface-${version}"; pname = "amazon-glacier-cmd-interface";
version = "2016-09-01"; version = "2016-09-01";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -5,11 +5,11 @@
, rsync, makeWrapper }: , rsync, makeWrapper }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "duplicity-${version}"; pname = "duplicity";
version = "0.7.19"; version = "0.7.19";
src = fetchurl { src = fetchurl {
url = "https://code.launchpad.net/duplicity/${stdenv.lib.versions.majorMinor version}-series/${version}/+download/${name}.tar.gz"; url = "https://code.launchpad.net/duplicity/${stdenv.lib.versions.majorMinor version}-series/${version}/+download/${pname}-${version}.tar.gz";
sha256 = "0ag9dknslxlasslwfjhqgcqbkb1mvzzx93ry7lch2lfzcdd91am6"; sha256 = "0ag9dknslxlasslwfjhqgcqbkb1mvzzx93ry7lch2lfzcdd91am6";
}; };
patches = [ patches = [

View File

@ -3,7 +3,7 @@
, Security }: , Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "rdedup-${version}"; pname = "rdedup";
version = "3.1.1"; version = "3.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "btrfs-dedupe-${version}"; pname = "btrfs-dedupe";
version = "1.1.0"; version = "1.1.0";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python2Packages }: { stdenv, fetchFromGitHub, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "gitfs-${version}"; pname = "gitfs";
version = "0.4.5.1"; version = "0.4.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub, pkgconfig }: { stdenv, rustPlatform, fetchFromGitHub, pkgconfig }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "gifski-${version}"; pname = "gifski";
version = "0.8.7"; version = "0.8.7";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "svgcleaner-${version}"; pname = "svgcleaner";
version = "0.9.2"; version = "0.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python2Packages }: { stdenv, fetchFromGitHub, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "bmap-tools-${version}"; pname = "bmap-tools";
version = "3.4"; version = "3.4";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python2Packages, help2man }: { stdenv, fetchFromGitHub, python2Packages, help2man }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "crudini-${version}"; pname = "crudini";
version = "0.9"; version = "0.9";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, Security }: { stdenv, fetchFromGitHub, rustPlatform, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "diskus-${version}"; pname = "diskus";
version = "0.5.0"; version = "0.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "dust-${version}"; pname = "dust";
version = "0.2.3"; version = "0.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -5,7 +5,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "exa-${version}"; pname = "exa";
version = "0.9.0"; version = "0.9.0";
cargoSha256 = "1hgjp23rjd90wyf0nq6d5akjxdfjlaps54dv23zgwjvkhw24fidf"; cargoSha256 = "1hgjp23rjd90wyf0nq6d5akjxdfjlaps54dv23zgwjvkhw24fidf";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "fd-${version}"; pname = "fd";
version = "7.3.0"; version = "7.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -3,7 +3,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "heatseeker-${version}"; pname = "heatseeker";
version = "1.5.1"; version = "1.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, rustPlatform, pkgconfig, openssl, systemd }: { lib, fetchFromGitHub, rustPlatform, pkgconfig, openssl, systemd }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "journaldriver-${version}"; pname = "journaldriver";
version = "1.1.0"; version = "1.1.0";
cargoSha256 = "0wmr0r54ar7gvhvhv76a49ap74lx8hl79bf73vc4f4xlj7hj303g"; cargoSha256 = "0wmr0r54ar7gvhvhv76a49ap74lx8hl79bf73vc4f4xlj7hj303g";

View File

@ -2,10 +2,10 @@
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
version = "0.4.6"; version = "0.4.6";
name = "kargo-${version}"; pname = "kargo";
src = fetchurl { src = fetchurl {
url = "mirror://pypi/k/kargo/${name}.tar.gz"; url = "mirror://pypi/k/kargo/${pname}-${version}.tar.gz";
sha256 = "1sm721c3d4scpc1gj2j3qwssr6jjvw6aq3p7ipvhbd9ywmm9dd7b"; sha256 = "1sm721c3d4scpc1gj2j3qwssr6jjvw6aq3p7ipvhbd9ywmm9dd7b";
}; };

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub }: { stdenv, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "mcfly-${version}"; pname = "mcfly";
version = "v0.3.1"; version = "v0.3.1";
rev = "${version}"; rev = "${version}";

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub, cmake, pkgconfig, zlib }: { stdenv, rustPlatform, fetchFromGitHub, cmake, pkgconfig, zlib }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "miniserve-${version}"; pname = "miniserve";
version = "0.2.1"; version = "0.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "parallel-rust-${version}"; pname = "parallel-rust";
version = "0.11.3"; version = "0.11.3";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,6 @@
{ stdenv, lib, rustPlatform, fetchFromGitLab, pkgconfig, file, perl, curl, cmake, openssl, libssh2, libgit2, libzip, Security }: { stdenv, lib, rustPlatform, fetchFromGitLab, pkgconfig, file, perl, curl, cmake, openssl, libssh2, libgit2, libzip, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "powerline-rs"; pname = "powerline-rs";
name = "${pname}-${version}";
version = "0.1.9"; version = "0.1.9";
src = fetchFromGitLab { src = fetchFromGitLab {

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub, pkgconfig, openssl, cacert, curl }: { stdenv, rustPlatform, fetchFromGitHub, pkgconfig, openssl, cacert, curl }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "tealdeer-${version}"; pname = "tealdeer";
version = "1.1.0"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,6 +1,6 @@
{ rustPlatform, fetchFromGitHub, lib, makeWrapper, gst_all_1, libsixel }: { rustPlatform, fetchFromGitHub, lib, makeWrapper, gst_all_1, libsixel }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "termplay-${version}"; pname = "termplay";
version = "2.0.4"; version = "2.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,6 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "${pname}-${version}";
pname = "vivid"; pname = "vivid";
version = "0.4.0"; version = "0.4.0";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform }: { stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "void-${version}"; pname = "void";
version = "1.1.5"; version = "1.1.5";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -2,7 +2,7 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "websocat-${version}"; pname = "websocat";
version = "1.3.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub, sqlite }: { stdenv, rustPlatform, fetchFromGitHub, sqlite }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "bukubrow-${version}"; pname = "bukubrow";
version = "2.4.0"; version = "2.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -15,7 +15,8 @@ apk = stdenv.mkDerivation {
}; };
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
name = "gnirehtet-${version}"; pname = "gnirehtet";
inherit version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Genymobile"; owner = "Genymobile";

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python2Packages }: { stdenv, fetchFromGitHub, python2Packages }:
python2Packages.buildPythonApplication rec { python2Packages.buildPythonApplication rec {
name = "s3cmd-${version}"; pname = "s3cmd";
version = "2.0.2"; version = "2.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -4,7 +4,7 @@
}: }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
name = "ssh-agents-${version}"; pname = "ssh-agents";
version = "1.0.1"; version = "1.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -6,7 +6,7 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "tox-node-${version}"; pname = "tox-node";
version = "0.0.8"; version = "0.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, darwin }: { stdenv, fetchFromGitHub, rustPlatform, darwin }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "nixdoc-${version}"; pname = "nixdoc";
version = "1.0.1"; version = "1.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,6 +1,6 @@
{ lib, rustPlatform, fetchFromGitHub }: { lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cargo-graph-${version}"; pname = "cargo-graph";
version = "0.2.0-d895af1"; version = "0.2.0-d895af1";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,6 +1,6 @@
{ lib, rustPlatform, fetchFromGitHub }: { lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cargo-license-${version}"; pname = "cargo-license";
version = "0.2.0"; version = "0.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, fetchFromGitHub, Security }: { stdenv, rustPlatform, fetchFromGitHub, Security }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cargo-release-${version}"; pname = "cargo-release";
version = "0.10.5"; version = "0.10.5";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,6 +1,6 @@
{ stdenv, lib, rustPlatform, fetchFromGitHub, pkgconfig, cmake, curl, libiconv, darwin }: { stdenv, lib, rustPlatform, fetchFromGitHub, pkgconfig, cmake, curl, libiconv, darwin }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "cargo-tree-${version}"; pname = "cargo-tree";
version = "0.26.0"; version = "0.26.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, rustPlatform, nix, boost, graphviz, darwin }: { stdenv, fetchFromGitHub, rustPlatform, nix, boost, graphviz, darwin }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "nix-du-${version}"; pname = "nix-du";
version = "0.3.0"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {

Some files were not shown because too many files have changed in this diff Show More