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
@@ -6,7 +6,7 @@
assert pythonSupport -> python != null && swig != null;
stdenv.mkDerivation rec {
name = "gr-ais-${version}";
pname = "gr-ais";
version = "2015-12-20";
src = fetchFromGitHub {
+1 -1
View File
@@ -25,7 +25,7 @@
}:
stdenv.mkDerivation rec {
name = "gnuradio-${version}";
pname = "gnuradio";
version = "3.7.13.4";
src = fetchFromGitHub {
+1 -1
View File
@@ -6,7 +6,7 @@
assert pythonSupport -> python != null && swig != null;
stdenv.mkDerivation rec {
name = "gr-gsm-${version}";
pname = "gr-gsm";
version = "2016-08-25";
src = fetchFromGitHub {
+1 -1
View File
@@ -6,7 +6,7 @@
assert pythonSupport -> python != null && swig != null;
stdenv.mkDerivation rec {
name = "gr-nacl-${version}";
pname = "gr-nacl";
version = "2017-04-10";
src = fetchFromGitHub {
+1 -1
View File
@@ -13,7 +13,7 @@
assert pythonSupport -> python != null && swig != null;
stdenv.mkDerivation rec {
name = "gr-osmosdr-${version}";
pname = "gr-osmosdr";
version = "2018-08-15";
src = fetchgit {
+1 -1
View File
@@ -5,7 +5,7 @@
assert pythonSupport -> python != null && swig != null;
stdenv.mkDerivation rec {
name = "gr-rds-${version}";
pname = "gr-rds";
version = "1.1.0";
src = fetchFromGitHub {