displaycal: pin python2 because of wxPython
This commit is contained in:
parent
98739e7edc
commit
09a1ae83f9
2 changed files with 16 additions and 5 deletions
|
@ -1,8 +1,19 @@
|
|||
{buildPythonPackage, stdenv, fetchurl, pkgconfig
|
||||
, libXext, libXxf86vm, libX11, libXrandr, libXinerama, libXScrnSaver
|
||||
, argyllcms, wxPython, numpy
|
||||
{ python2
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, pkgconfig
|
||||
, libXext
|
||||
, libXxf86vm
|
||||
, libX11
|
||||
, libXrandr
|
||||
, libXinerama
|
||||
, libXScrnSaver
|
||||
, argyllcms
|
||||
}:
|
||||
buildPythonPackage {
|
||||
|
||||
let
|
||||
inherit (python2.pkgs) buildPythonApplication wxPython numpy;
|
||||
in buildPythonApplication {
|
||||
pname = "displaycal";
|
||||
version = "3.5.0.0";
|
||||
|
||||
|
|
|
@ -22529,7 +22529,7 @@ in
|
|||
opencv3 = opencv3WithoutCuda;
|
||||
};
|
||||
|
||||
displaycal = (newScope pythonPackages) ../applications/graphics/displaycal {};
|
||||
displaycal = callPackage ../applications/graphics/displaycal {};
|
||||
|
||||
drumkv1 = libsForQt5.callPackage ../applications/audio/drumkv1 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue