1 { lib, stdenv, fetchurl, unzip }:
3 stdenv.mkDerivation rec {
8 url = "http://lib3ds.googlecode.com/files/lib3ds-${version}.zip";
9 sha256 = "1qr9arfdkjf7q11xhvxwzmhxqz3nhcjkyb8zzfjpz9jm54q0rc7m";
12 nativeBuildInputs = [ unzip ];
15 description = "Library for managing 3D-Studio Release 3 and 4 \".3DS\" files";
16 homepage = "https://lib3ds.sourceforge.net/";
18 platforms = lib.platforms.unix;