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;
buildRustPackage rec {
name = "ethabi-${version}";
pname = "ethabi";
version = "7.0.0";
src = fetchFromGitHub {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -4,11 +4,11 @@
}:
python2Packages.buildPythonApplication rec {
name = "cvs2svn-${version}";
pname = "cvs2svn";
version = "2.5.0";
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";
};

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
{ stdenv, rustPlatform, Security }:
rustPlatform.buildRustPackage rec {
name = "rustfmt-${version}";
pname = "rustfmt";
inherit (rustPlatform.rust.rustc) version src;
# 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
python2Packages.buildPythonPackage {
name = "pyrex-${version}";
pname = "pyrex";
inherit version;
src = fetchurl {
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
python2Packages.buildPythonPackage {
name = "pyrex-${version}";
pname = "pyrex";
inherit version;
src = fetchurl {
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 }:
rustPlatform.buildRustPackage rec {
name = "wasm-gc-${version}";
pname = "wasm-gc";
version = "0.1.6";
src = fetchFromGitHub {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, fetchurl, runCommand, rustPlatform }:
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
src =

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -5,11 +5,11 @@
, rsync, makeWrapper }:
python2Packages.buildPythonApplication rec {
name = "duplicity-${version}";
pname = "duplicity";
version = "0.7.19";
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";
};
patches = [

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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