Merge pull request #37663 from willtim/master
update of displaycal to 3.5.0.0
This commit is contained in:
commit
4882ab1a87
@ -1,15 +1,15 @@
|
|||||||
{buildPythonPackage, stdenv, fetchurl, pkgconfig
|
{buildPythonPackage, stdenv, fetchurl, pkgconfig
|
||||||
, libXext, libXxf86vm, libX11, libXrandr, libXinerama
|
, libXext, libXxf86vm, libX11, libXrandr, libXinerama, libXScrnSaver
|
||||||
, argyllcms, wxPython, numpy
|
, argyllcms, wxPython, numpy
|
||||||
}:
|
}:
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
name = "displaycal-3.2.4.0";
|
name = "displaycal-3.5.0.0";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/project/dispcalgui/release/3.2.4.0/DisplayCAL-3.2.4.0.tar.gz;
|
url = mirror://sourceforge/project/dispcalgui/release/3.5.0.0/DisplayCAL-3.5.0.0.tar.gz;
|
||||||
sha256 = "0swkhv338d1kmfxyf30zzdjs5xpbha40pg2zysiipcbasc0xhlb8";
|
sha256 = "1j496sv8pbhby5hkkbp07k6bs3f7mb1l3dijmn2iga3kmix0fn5q";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -18,6 +18,7 @@ buildPythonPackage {
|
|||||||
libX11
|
libX11
|
||||||
libXrandr
|
libXrandr
|
||||||
libXinerama
|
libXinerama
|
||||||
|
libXScrnSaver
|
||||||
argyllcms
|
argyllcms
|
||||||
wxPython
|
wxPython
|
||||||
numpy
|
numpy
|
||||||
|
Loading…
Reference in New Issue
Block a user