mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
picard: use python2
This commit is contained in:
parent
36b4dc54bb
commit
1427265c88
@ -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 = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user