summary refs log tree commit diff
path: root/pkgs/development/libraries/lib3ds
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-21 14:39:53 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-21 14:39:53 +0000
commita3e4c7640f18ac4bc07feafc09a0c687c34b1554 (patch)
treee2baf7b650138cf7b9601584794e1cdb8e79c4eb /pkgs/development/libraries/lib3ds
parente70276079f7a0de76c67843acf252e354525dedd (diff)
downloadnixpkgs-a3e4c7640f18ac4bc07feafc09a0c687c34b1554.tar
nixpkgs-a3e4c7640f18ac4bc07feafc09a0c687c34b1554.tar.gz
nixpkgs-a3e4c7640f18ac4bc07feafc09a0c687c34b1554.tar.bz2
nixpkgs-a3e4c7640f18ac4bc07feafc09a0c687c34b1554.tar.lz
nixpkgs-a3e4c7640f18ac4bc07feafc09a0c687c34b1554.tar.xz
nixpkgs-a3e4c7640f18ac4bc07feafc09a0c687c34b1554.tar.zst
nixpkgs-a3e4c7640f18ac4bc07feafc09a0c687c34b1554.zip
Updating meshlab.
Their build system has changed, and the source tree they distribute too, so the
dependencies changed a bit.
To get meshlab working, I update lib3ds and add levmar.

svn path=/nixpkgs/trunk/; revision=19595
Diffstat (limited to 'pkgs/development/libraries/lib3ds')
-rw-r--r--pkgs/development/libraries/lib3ds/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/lib3ds/default.nix b/pkgs/development/libraries/lib3ds/default.nix
index 82367600467..a470dac24e1 100644
--- a/pkgs/development/libraries/lib3ds/default.nix
+++ b/pkgs/development/libraries/lib3ds/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
   name = "lib3ds-1.3.0";
 
   src = fetchurl {
-    url = "mirror://sourceforge/lib3ds/${name}.zip";
+    url = "http://lib3ds.googlecode.com/files/${name}.zip";
     sha256 = "1qr9arfdkjf7q11xhvxwzmhxqz3nhcjkyb8zzfjpz9jm54q0rc7m";
   };