python3Packages.psycopg2-binary: Fix pname spelling
This commit is contained in:
@@ -368,7 +368,7 @@ In nixpkgs this is used to package Python packages with split binary/source dist
|
|||||||
|
|
||||||
```nix
|
```nix
|
||||||
mkPythonMetaPackage {
|
mkPythonMetaPackage {
|
||||||
pname = "pscycopg2-binary";
|
pname = "psycopg2-binary";
|
||||||
inherit (psycopg2) optional-dependencies version;
|
inherit (psycopg2) optional-dependencies version;
|
||||||
dependencies = [ psycopg2 ];
|
dependencies = [ psycopg2 ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
psycopg2,
|
psycopg2,
|
||||||
}:
|
}:
|
||||||
mkPythonMetaPackage {
|
mkPythonMetaPackage {
|
||||||
pname = "pscycopg2-binary";
|
pname = "psycopg2-binary";
|
||||||
inherit (psycopg2) version;
|
inherit (psycopg2) version;
|
||||||
dependencies = [ psycopg2 ];
|
dependencies = [ psycopg2 ];
|
||||||
optional-dependencies = psycopg2.optional-dependencies or { };
|
optional-dependencies = psycopg2.optional-dependencies or { };
|
||||||
|
|||||||
Reference in New Issue
Block a user