Faux Pas icon

Faux Pas 1.7.2

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    fauxpas # Faux Pas
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    fauxpas # Faux Pas
  ];
}

Package Definition

{
  "pname": "fauxpas",
  "version": "1.7.2",
  "src": {
    "url": "http://files.fauxpasapp.com/FauxPas-1.7.2.tar.bz2",
    "sha256": "4db3fb5d6f84fedc7416b66ba67ce0d0849d57302734d7facf0d59b5b615f365"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FauxPas.app\" && cp -r \"FauxPas.app\" \"$out/Applications\""
  ],
  "meta": {
    "homepage": "http://fauxpasapp.com/"
  }
}