Merge pull request #88889 from paperdigits/displaycal
displaycal: 3.5 -> 3.8.9.3
This commit is contained in:
commit
872fedd192
@ -12,16 +12,16 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (python2.pkgs) buildPythonApplication wxPython numpy;
|
inherit (python2.pkgs) buildPythonApplication wxPython numpy dbus-python;
|
||||||
in buildPythonApplication {
|
in buildPythonApplication rec {
|
||||||
pname = "displaycal";
|
pname = "displaycal";
|
||||||
version = "3.5.0.0";
|
version = "3.8.9.3";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/dispcalgui/release/3.5.0.0/DisplayCAL-3.5.0.0.tar.gz";
|
url = "mirror://sourceforge/project/dispcalgui/release/${version}/DisplayCAL-${version}.tar.gz";
|
||||||
sha256 = "1j496sv8pbhby5hkkbp07k6bs3f7mb1l3dijmn2iga3kmix0fn5q";
|
sha256 = "1sivi4q7sqsrc95qg5gh37bsm2761md4mpl89hflzwk6kyyxyd3w";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -34,6 +34,7 @@ in buildPythonApplication {
|
|||||||
argyllcms
|
argyllcms
|
||||||
wxPython
|
wxPython
|
||||||
numpy
|
numpy
|
||||||
|
dbus-python
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -42,7 +43,8 @@ in buildPythonApplication {
|
|||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp {misc,dist}/DisplayCAL.appdata.xml
|
cp {misc,dist}/net.displaycal.DisplayCAL.appdata.xml
|
||||||
|
touch dist/copyright
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
ln -s $out/share/DisplayCAL $out/Resources
|
ln -s $out/share/DisplayCAL $out/Resources
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user