twitter-color-emoji: use standard ps variable name and with

This commit is contained in:
Sandro Jäckel
2022-09-02 15:17:02 +02:00
parent 9f867325b5
commit 632f36f133
@@ -25,7 +25,7 @@ let
};
pythonEnv =
python3.withPackages (p: [ p.fonttools p.nototools ]);
python3.withPackages (ps: with ps; [ fonttools nototools ]);
in
stdenv.mkDerivation rec {