15 stdenv.mkDerivation (finalAttrs: {
20 url = "https://git.marlam.de/git/bino.git";
21 rev = "bino-${finalAttrs.version}";
22 hash = "sha256-t7bkpYOswGEjUg+k2gjUkWwZJjj44KIVrEQs5P4DoSI=";
37 # The optional QVR dependency is not currently packaged.
41 description = "Video player with a focus on 3D and Virtual Reality";
42 homepage = "https://bino3d.org/";
43 sourceProvenance = [ lib.sourceTypes.fromSource ];
44 license = lib.licenses.gpl3Plus;
45 maintainers = [ lib.maintainers.orivej ];
46 platforms = lib.platforms.unix;