Skip to content

Commit

Permalink
Merge pull request #150 from ngi-nix/fix-package-names
Browse files Browse the repository at this point in the history
lcrq,lcsync,librecast,sync: name -> pname
  • Loading branch information
matusf authored Jan 3, 2024
2 parents d679058 + 765644d commit 7c20b94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/lcrq/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;
in
stdenv.mkDerivation rec {
name = "lcrq";
pname = "lcrq";
version = "0.1.0";

src = fetchFromGitea {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/lcsync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;
in
stdenv.mkDerivation rec {
name = "lcsync";
pname = "lcsync";
version = "0.2.1";

src = fetchFromGitea {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/librecast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;
in
stdenv.mkDerivation rec {
name = "librecast";
pname = "librecast";
version = "0.7-RC3";

src = fetchFromGitea {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/sync/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version = "0.9.3";
in
stdenv.mkDerivation {
name = "sync";
pname = "sync";
inherit version;

src = fetchgit {
Expand Down

0 comments on commit 7c20b94

Please sign in to comment.