treewide: name -> pname (easy cases) (#66585)

treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
This commit is contained in:
volth
2019-08-15 13:41:18 +01:00
committed by Jörg Thalheim
parent cff9e6429a
commit 46420bbaa3
4616 changed files with 5674 additions and 6081 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ fetchFromGitHub, gnome-themes-extra, inkscape, stdenv, xcursorgen }:
stdenv.mkDerivation rec {
name = "bibata-cursors-${version}";
pname = "bibata-cursors";
version = "0.4.1";
src = fetchFromGitHub {
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, gdk-pixbuf, optipng, librsvg, gtk3, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "elementary-xfce-icon-theme-${version}";
pname = "elementary-xfce-icon-theme";
version = "0.13.1";
src = fetchFromGitHub {
@@ -1,7 +1,6 @@
{ stdenv, fetchFromGitHub, autoreconfHook, gtk3, moka-icon-theme }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "faba-mono-icons";
version = "2016-04-30";
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, gtk3 }:
stdenv.mkDerivation rec {
name = "iconpack-obsidian-${version}";
pname = "iconpack-obsidian";
version = "4.3";
src = fetchFromGitHub {
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitLab, cmake, extra-cmake-modules, gtk3, kdeFrameworks, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "maia-icon-theme-${version}";
pname = "maia-icon-theme";
version = "2018-02-24";
src = fetchFromGitLab {
@@ -1,7 +1,6 @@
{ stdenv, fetchFromGitHub, meson, ninja, gtk3, python3, faba-icon-theme }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "moka-icon-theme";
version = "5.4.0";
@@ -1,7 +1,6 @@
{ stdenv, fetchFromGitHub, gtk3, hicolor-icon-theme }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "numix-icon-theme";
version = "18.07.17";
@@ -1,7 +1,6 @@
{ stdenv, fetchFromGitHub, meson, ninja, gtk3, python3 }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "paper-icon-theme";
version = "2018-06-24";
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchzip, xorg }:
stdenv.mkDerivation rec {
name = "vanilla-dmz-${version}";
pname = "vanilla-dmz";
version = "0.4.4";
src = fetchzip {
url = "http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${version}.tar.gz";