File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
# key : pkgg
4
4
# uuid : pkgg
5
5
# --
6
- { stdenv, fetchFromGitHub$1 }:
6
+ { stdenv, lib, fetchFromGitHub$1 }:
7
7
8
8
stdenv.mkDerivation rec {
9
9
name = "$2 -\$ \{ version\} ";
@@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
20
20
21
21
meta = {
22
22
description = "$7 ";
23
- homepage = https://${ 8 :github.com/$4/$2 } ;
23
+ homepage = " https://${ 8 :github.com/$4/$2 } " ;
24
24
25
- license = stdenv. lib.licenses.${ 9 :$$
25
+ license = lib.licenses.${ 9 :$$
26
26
(yas-choose-value '(
27
27
"agpl3"
28
28
"asl20"
@@ -33,8 +33,8 @@ stdenv.mkDerivation rec {
33
33
"lgpl3"
34
34
"mit"
35
35
)) } ;
36
- maintainers = [ stdenv. lib.maintainers.$10 ];
37
- platforms = stdenv. lib.platforms.${ 11 :$$
36
+ maintainers = [ lib.maintainers.$10 ];
37
+ platforms = lib.platforms.${ 11 :$$
38
38
(yas-choose-value '(
39
39
"gnu"
40
40
"linux"
Original file line number Diff line number Diff line change 3
3
# key : pkgu
4
4
# uuid : pkgu
5
5
# --
6
- { stdenv, fetchurl$1 }:
6
+ { stdenv, lib, fetchurl$1 }:
7
7
8
8
stdenv.mkDerivation rec {
9
9
version = "$2 ";
@@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
18
18
19
19
meta = {
20
20
description = "$6 ";
21
- homepage = https://$7 ;
22
- license = stdenv. lib.licenses.${ 8 :$$
21
+ homepage = " https://$7 " ;
22
+ license = lib.licenses.${ 8 :$$
23
23
(yas-choose-value '(
24
24
"agpl3"
25
25
"asl20"
@@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
30
30
"lgpl3"
31
31
"mit"
32
32
)) } ;
33
- maintainers = [ stdenv. lib.maintainers.$9 ];
34
- platforms = stdenv.lib. platforms.${ 10 :$$
33
+ maintainers = [ lib.maintainers.$9 ];
34
+ platforms = platforms.${ 10 :$$
35
35
(yas-choose-value '(
36
36
"gnu"
37
37
"linux"
You can’t perform that action at this time.
0 commit comments