mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 11:10:03 +00:00
python3Packages.psycopg2-binary: Fix pname spelling
This commit is contained in:
parent
60d213767f
commit
93ff3f6b76
|
@ -368,7 +368,7 @@ In nixpkgs this is used to package Python packages with split binary/source dist
|
|||
|
||||
```nix
|
||||
mkPythonMetaPackage {
|
||||
pname = "pscycopg2-binary";
|
||||
pname = "psycopg2-binary";
|
||||
inherit (psycopg2) optional-dependencies version;
|
||||
dependencies = [ psycopg2 ];
|
||||
meta = {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
psycopg2,
|
||||
}:
|
||||
mkPythonMetaPackage {
|
||||
pname = "pscycopg2-binary";
|
||||
pname = "psycopg2-binary";
|
||||
inherit (psycopg2) version;
|
||||
dependencies = [ psycopg2 ];
|
||||
optional-dependencies = psycopg2.optional-dependencies or { };
|
||||
|
|
Loading…
Reference in a new issue