inMusic Software Center icon

inMusic Software Center 1.39.1

Administration tool for inMusic brand creative software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    inmusic-software-center # inMusic Software Center
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    inmusic-software-center # inMusic Software Center
  ];
}

Package Definition

{
  "pname": "inmusic-software-center",
  "version": "1.39.1",
  "src": {
    "url": "https://cdn.inmusicbrands.com/SI04/1391/inMusic%20Software%20Center-darwin-universal-1.39.1.zip",
    "sha256": "96c4106e44e4964925402fc22f453c4793161883fd04d6a5a808bf50020650ce"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/inMusic Software Center.app\" && cp -r \"inMusic Software Center.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Administration tool for inMusic brand creative software",
    "homepage": "https://www.airmusictech.com/downloads/"
  }
}