picard: use python2
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
{ stdenv, pythonPackages, fetchurl, gettext
|
{ stdenv, python2Packages, fetchurl, gettext
|
||||||
, pkgconfig, libofa, ffmpeg, chromaprint
|
, pkgconfig, libofa, ffmpeg, chromaprint
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.3.2";
|
version = "1.3.2";
|
||||||
|
pythonPackages = python2Packages;
|
||||||
in pythonPackages.buildPythonApplication {
|
in pythonPackages.buildPythonApplication {
|
||||||
name = "picard-${version}";
|
name = "picard-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user