pkgs/development: followup fmt

This commit is contained in:
Felix Buehler
2021-11-10 14:03:48 +01:00
parent 345d71ffd0
commit 66e4f4b3ee
31 changed files with 124 additions and 89 deletions
@@ -2,8 +2,9 @@
# This derivation does not provide any Python module and should therefore be called via `all-packages.nix`.
let
pythonEnv = python3.withPackages(ps: with ps; [ sphinx ]);
in stdenv.mkDerivation rec {
pythonEnv = python3.withPackages (ps: with ps; [ sphinx ]);
in
stdenv.mkDerivation rec {
pname = "pyside-apiextractor";
version = "0.10.10";