QLab icon

QLab 5.5.2

Sound, video and lighting control

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    qlab # QLab
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    qlab # QLab
  ];
}

Package Definition

{
  "pname": "qlab",
  "version": "5.5.2",
  "src": {
    "url": "https://qlab.app/downloads/archive/QLab-5.5.2.zip",
    "sha256": "42e491cdaf59b209574d66468b5ea825a9527a102ba4f71cb876a8727ecbd342"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QLab.app\" && cp -r \"QLab.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Sound, video and lighting control",
    "homepage": "https://qlab.app/"
  }
}