From 2064606f186f4a726070f4fc953c27a7d675a15a Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Fri, 7 May 2021 07:14:24 +0200 Subject: [PATCH] =?UTF-8?q?paquets=20marqu=C3=A9s=20comme=20cass=C3=A9s=20?= =?UTF-8?q?dans=20nixpkgs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/terminal/bureautique.nix | 2 +- applications/terminal/developpement-haskell.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/terminal/bureautique.nix b/applications/terminal/bureautique.nix index d30cfc2..ec91001 100644 --- a/applications/terminal/bureautique.nix +++ b/applications/terminal/bureautique.nix @@ -24,7 +24,7 @@ mkIf flags.officeSuite { #jekyll # générateur statique de site web #odpdown # conversion md -> presentation ODP : https://github.com/thorstenb/odpdown pandoc - haskellPackages.pandoc-citeproc + #haskellPackages.pandoc-citeproc # ***BROKEN*** texlive.combined.scheme-full # distribution LaTeX #texLive # distribution LaTeX de base #texLiveBeamer # paquets et extensions pour Beamer diff --git a/applications/terminal/developpement-haskell.nix b/applications/terminal/developpement-haskell.nix index 9889fee..20bb5e3 100644 --- a/applications/terminal/developpement-haskell.nix +++ b/applications/terminal/developpement-haskell.nix @@ -22,7 +22,7 @@ mkIf flags.developpement-haskell { #brittany # formatteur de code #darcs # gestionnaire de version éponyme #ghc-mod # outil d'analyse de code haskell utilisé par IDE - hindent # indentation code + #hindent # indentation code ***BROKEN*** hlint # qualite de code, analyse statique de code + astuces & bonnes pratiques #postgrest # mapper HTTP <-> PostgreSQL servant # génération d'API REST @@ -31,6 +31,6 @@ mkIf flags.developpement-haskell { # Application perso #hahp - pandoc-filter-graphviz # filtre pour utiliser graphviz à partir de pandoc + #pandoc-filter-graphviz # filtre pour utiliser graphviz à partir de pandoc ***BROKEN*** ]); }