twitter-color-emoji: use standard ps variable name and with
This commit is contained in:
@@ -25,7 +25,7 @@ let
|
||||
};
|
||||
|
||||
pythonEnv =
|
||||
python3.withPackages (p: [ p.fonttools p.nototools ]);
|
||||
python3.withPackages (ps: with ps; [ fonttools nototools ]);
|
||||
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user