Skip to content

Commit 116d4dc

Browse files
committed
nix: fix package django-discover-runner
Signed-off-by: Paul Kroeher <paul.kroeher@cyberus-technology.de> On-behalf-of: SAP paul.kroeher@sap.com
1 parent 8560212 commit 116d4dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/django-discover-runner.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ python3Packages.buildPythonPackage rec {
1616
pyproject = true;
1717

1818
nativeBuildInputs = [
19-
django
2019
pip
2120
setuptools
2221
];
2322

23+
propagatedBuildInputs = [
24+
django
25+
];
26+
2427
src = fetchPypi {
2528
inherit pname version;
2629
sha256 = "sha256-C6kf5yLCVry/3rNvrH6sDyflv9pV2YxMHPmrYrWwhP4=";

0 commit comments

Comments
 (0)