Merge pull request #5189 from NixOS/almir
almir: pin the sqlalchemy version used by zope.sqlalchemy to 8
This commit is contained in:
commit
1ad22e8c55
@ -109,6 +109,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
sqlalchemy_engine_url = mkOption {
|
sqlalchemy_engine_url = mkOption {
|
||||||
|
default = "postgresql:///bacula";
|
||||||
example = ''
|
example = ''
|
||||||
postgresql://bacula:bacula@localhost:5432/bacula
|
postgresql://bacula:bacula@localhost:5432/bacula
|
||||||
mysql+mysqlconnector://<user>:<password>@<hostname>/<database>'
|
mysql+mysqlconnector://<user>:<password>@<hostname>/<database>'
|
||||||
|
@ -309,8 +309,8 @@ let
|
|||||||
self.transaction
|
self.transaction
|
||||||
self.waitress
|
self.waitress
|
||||||
self.webhelpers
|
self.webhelpers
|
||||||
self.zope_sqlalchemy
|
|
||||||
self.psycopg2
|
self.psycopg2
|
||||||
|
(self.zope_sqlalchemy.override rec {propagatedBuildInputs = with self; [ sqlalchemy8 transaction ];})
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user