vxl: update to git version to build with gcc5
This commit is contained in:
parent
801b80299c
commit
d2f8058cac
@ -1,10 +1,12 @@
|
|||||||
{ stdenv, fetchurl, unzip, cmake, libtiff, expat, zlib, libpng, libjpeg }:
|
{ stdenv, fetchFromGitHub, unzip, cmake, libtiff, expat, zlib, libpng, libjpeg }:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "vxl-1.17.0";
|
name = "vxl-1.17.0-nix1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = mirror://sourceforge/vxl/vxl-1.17.0.zip;
|
owner = "vxl";
|
||||||
sha256 = "1qg7i8h201pa8jljg7vph4rlxk6n5cj9f9gd1hkkmbw6fh44lsxh";
|
repo = "vxl";
|
||||||
|
rev = "777c0beb7c8b30117400f6fc9a6d63bf8cb7c67a";
|
||||||
|
sha256 = "0xpkwwb93ka6c3da8zjhfg9jk5ssmh9ifdh1by54sz6c7mbp55m8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake unzip libtiff expat zlib libpng libjpeg ];
|
buildInputs = [ cmake unzip libtiff expat zlib libpng libjpeg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user