picard: use python2

This commit is contained in:
Frederik Rietdijk
2016-10-18 23:16:03 +02:00
parent 36b4dc54bb
commit 1427265c88
+2 -1
View File
@@ -1,9 +1,10 @@
{ stdenv, pythonPackages, fetchurl, gettext
{ stdenv, python2Packages, fetchurl, gettext
, pkgconfig, libofa, ffmpeg, chromaprint
}:
let
version = "1.3.2";
pythonPackages = python2Packages;
in pythonPackages.buildPythonApplication {
name = "picard-${version}";
namePrefix = "";