Skip to content

Commit 3996f80

Browse files
committed
nix: fix horizon package
Signed-off-by: Paul Kroeher <paul.kroeher@cyberus-technology.de> On-behalf-of: SAP paul.kroeher@sap.com
1 parent 294b246 commit 3996f80

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/horizon.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@
5454
}:
5555
let
5656
inherit (python3Packages)
57+
asgiref
5758
babel
5859
coverage
59-
django
60-
django-compressor
6160
freezegun
6261
hacking
6362
iso8601
@@ -75,6 +74,7 @@ let
7574
requests
7675
selenium
7776
semantic-version
77+
sqlparse
7878
testscenarios
7979
testtools
8080
tzdata
@@ -102,6 +102,7 @@ python3Packages.buildPythonPackage rec {
102102
];
103103

104104
propagatedBuildInputs = [
105+
asgiref
105106
babel
106107
django
107108
django-appconf
@@ -133,6 +134,7 @@ python3Packages.buildPythonPackage rec {
133134
requests
134135
rjsmin
135136
semantic-version
137+
sqlparse
136138
tzdata
137139
xstatic
138140
xstatic-angular

0 commit comments

Comments
 (0)