14 stdenv.mkDerivation rec {
19 url = "http://geuz.org/gl2ps/src/${pname}-${version}.tgz";
20 sha256 = "1sgzv547h7hrskb9qd0x5yp45kmhvibjwj2mfswv95lg070h074d";
32 ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [
37 ++ lib.optionals stdenv.hostPlatform.isDarwin [
38 darwin.apple_sdk.frameworks.OpenGL
42 homepage = "http://geuz.org/gl2ps";
43 description = "OpenGL to PostScript printing library";
44 platforms = platforms.all;
45 license = licenses.lgpl2;
46 maintainers = with maintainers; [