8 stdenv.mkDerivation rec {
13 url = "http://lib3ds.googlecode.com/files/lib3ds-${version}.zip";
14 sha256 = "1qr9arfdkjf7q11xhvxwzmhxqz3nhcjkyb8zzfjpz9jm54q0rc7m";
17 nativeBuildInputs = [ unzip ];
20 description = "Library for managing 3D-Studio Release 3 and 4 \".3DS\" files";
21 homepage = "https://lib3ds.sourceforge.net/";
23 platforms = lib.platforms.unix;