Skip to content

Commit

Permalink
python310Packages.zxing-cpp: rename from zxing_cpp
Browse files Browse the repository at this point in the history
Accoring to NixOS#245383
  • Loading branch information
AndersonTorres committed Sep 2, 2023
1 parent 55ca056 commit 7208739
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/yubioath-flutter/helper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, yubikey-manager
, fido2
, mss
, zxing_cpp
, zxing-cpp
, pillow
, cryptography

Expand Down Expand Up @@ -43,7 +43,7 @@ buildPythonApplication {
yubikey-manager
fido2
mss
zxing_cpp
zxing-cpp
pillow
cryptography
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/paperless-ngx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ python.pkgs.buildPythonApplication rec {
whoosh
zipp
zope_interface
zxing_cpp
zxing-cpp
]
++ redis.optional-dependencies.hiredis
++ twisted.optional-dependencies.tls
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/zxing-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {

passthru = {
tests = {
inherit (python3.pkgs) zxing_cpp;
inherit (python3.pkgs) zxing-cpp;
};
updateScript = gitUpdater {
rev-prefix = "v";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}:

buildPythonPackage rec {
pname = "zxing_cpp";
pname = "zxing-cpp";
inherit (zxing-cpp) src version meta;

sourceRoot = "${src.name}/wrappers/python";
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,5 @@ mapAliases ({
zope_broken = throw "zope_broken has been removed because it is obsolete and not needed in zodb>=3.10"; # added 2023-07-26
zope_component = zope-component; # added 2023-07-28
zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29
zxing_cpp = zxing-cpp; # Added 2023-09-02
})
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14222,5 +14222,5 @@ self: super: with self; {

zxcvbn = callPackage ../development/python-modules/zxcvbn { };

zxing_cpp = callPackage ../development/python-modules/zxing_cpp { };
zxing-cpp = callPackage ../development/python-modules/zxing-cpp { };
}

0 comments on commit 7208739

Please sign in to comment.