Skip to content

Commit bdb274e

Browse files
authored
Merge pull request #23 from eahlberg/fix-python-swiftclient-typo
Fix propagatedBuildInputs typo in Swift CLI derivation
2 parents b6963da + 1d445ef commit bdb274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python-swiftclient.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ python3Packages.buildPythonPackage rec {
2626
requests
2727
];
2828

29-
propagagedBuildInputs = [
29+
propagatedBuildInputs = [
3030
requests
3131
];
3232

0 commit comments

Comments
 (0)