soxt: 1.3.0 -> unstable-2019-06-14

This commit is contained in:
Gabriel Ebner 2019-06-17 17:51:32 +02:00
parent ad409cead6
commit d8392958f7

View File

@ -1,15 +1,18 @@
{ fetchurl, stdenv, coin3d, motif, xlibsWrapper, libGLU_combined }: { fetchhg, stdenv, cmake, coin3d, motif, xlibsWrapper, libXmu, libGLU_combined }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "soxt-${version}"; pname = "soxt";
version = "1.3.0"; version = "unstable-2019-06-14";
src = fetchurl { src = fetchhg {
url = "https://bitbucket.org/Coin3D/coin/downloads/SoXt-${version}.tar.gz"; url = "https://bitbucket.org/Coin3D/soxt";
sha256= "f5443aadafe8e2222b9b5a23d1f228bb0f3e7d98949b8ea8676171b7ea5bf013"; rev = "85e135bb266fbb17e47fc336b876a576a239c15c";
sha256 = "0vk5cgn53yqf7csqdnlnyyhi4mbgx4wlsq70613p5fgxlvxzhcym";
fetchSubrepos = true;
}; };
buildInputs = [ coin3d motif xlibsWrapper libGLU_combined ]; nativeBuildInputs = [ cmake ];
buildInputs = [ coin3d motif xlibsWrapper libGLU_combined libXmu ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://bitbucket.org/Coin3D/coin/wiki/Home; homepage = https://bitbucket.org/Coin3D/coin/wiki/Home;