lol

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

+1 -1
+1 -1
pkgs/data/fonts/twitter-color-emoji/default.nix
··· 25 25 }; 26 26 27 27 pythonEnv = 28 - python3.withPackages (p: [ p.fonttools p.nototools ]); 28 + python3.withPackages (ps: with ps; [ fonttools nototools ]); 29 29 30 30 in 31 31 stdenv.mkDerivation rec {