Adding muparser and meshlab.
svn path=/nixpkgs/trunk/; revision=15585
This commit is contained in:
9
pkgs/development/libraries/muparser/default.nix
Normal file
9
pkgs/development/libraries/muparser/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "muparser-1.30";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/muparser/muparser_v130.tar.gz;
|
||||
sha256 = "164wak2sva6z9vq3anrciz1npyk2x3wqkz6xwp9ld3gmdqbdn8s4";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user