libnova added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10238
This commit is contained in:
parent
e35275ae61
commit
149678e9b6
|
@ -0,0 +1,15 @@
|
||||||
|
args: with args;
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "libnova-0.12.1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sf/libnova/${name}.tar.gz";
|
||||||
|
sha256 = "0bs6c45q4qkrns36qndl8vns5gvhgpd90hi68bhah4r4hrg48lw0";
|
||||||
|
};
|
||||||
|
configureFlags = "--enable-shared --disable-static";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Celestial Mechanics, Astrometry and Astrodynamics Library";
|
||||||
|
homepage = http://libnova.sf.net;
|
||||||
|
};
|
||||||
|
}
|
|
@ -2167,6 +2167,10 @@ rec {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libnova = import ../development/libraries/libnova {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
libogg = import ../development/libraries/libogg {
|
libogg = import ../development/libraries/libogg {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue