Updating opencascade oce to 0.16 fix the build.
At some point the build stopped because of X/mesa updates.
This commit is contained in:
parent
c17d85be5c
commit
f84c121e5e
@ -2,10 +2,10 @@
|
|||||||
ftgl, freetype}:
|
ftgl, freetype}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opencascade-oce-0.14.1";
|
name = "opencascade-oce-0.16";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/tpaviot/oce/archive/OCE-0.14.1.tar.gz;
|
url = https://github.com/tpaviot/oce/archive/OCE-0.16.tar.gz;
|
||||||
sha256 = "0pfc94nmzipm6zmxywxbly1cpfr6wadxasqqkkbdvzg937mrwl5d";
|
sha256 = "05bmg1cjz827bpq8s0hp96byirm4c3zc9vx26qz76kjsg8ry87w4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mesa tcl tk file libXmu libtool qt4 ftgl freetype cmake ];
|
buildInputs = [ mesa tcl tk file libXmu libtool qt4 ftgl freetype cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user