12 stdenv.mkDerivation (finalAttrs: {
17 url = "mirror://sourceforge/panotools/libpano13-${finalAttrs.version}.tar.gz";
18 hash = "sha256-r/xoMM2+ccKNJzHcv43qKs2m2f/UYJxtvzugxoRAqOM=";
32 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
33 darwin.apple_sdk.frameworks.Carbon
37 description = "Free software suite for authoring and displaying virtual reality panoramas";
38 homepage = "https://panotools.sourceforge.net/";
39 license = lib.licenses.gpl2Plus;
40 maintainers = [ lib.maintainers.wegank ];
41 platforms = lib.platforms.unix;