tailor: use python2
This commit is contained in:
parent
99402f6a06
commit
6be672a7cd
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages }:
|
{ stdenv, fetchurl, python2Packages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "tailor-${version}";
|
name = "tailor-${version}";
|
||||||
version = "0.9.35";
|
version = "0.9.35";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user