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
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -25,7 +25,7 @@ let
};
pythonEnv =
python3.withPackages (p: [ p.fonttools p.nototools ]);
python3.withPackages (ps: with ps; [ fonttools nototools ]);
in
stdenv.mkDerivation rec {