1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

tailor: switch to pypy2

This commit is contained in:
Michael Raskin 2022-01-12 13:18:48 +01:00
parent e0a15f263d
commit 78e1aa4c96

View file

@ -1,6 +1,6 @@
{ fetchurl, python2Packages }:
{ fetchurl, pypy2Packages }:
python2Packages.buildPythonApplication rec {
pypy2Packages.buildPythonApplication rec {
pname = "tailor";
version = "0.9.35";