picard: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-17 21:51:31 +02:00
parent 36b4dc54bb
commit 1427265c88

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 = "";