about summary refs log tree commit diff
path: root/pkgs/tools/graphics/diagrams-builder
AgeCommit message (Collapse)AuthorFilesLines
2024-04-04mueval,diagrams-builder: fix GHC libdirNaïm Favier1-3/+3
Rather than hardcoding the path to GHC's libdir which may change, use `ghc --print-libdir` in wrappers. Another option would be to expose mkGhcLibdir from generic-builder.nix. Also add a test for mueval.
2021-08-28treewide: concatStrings (intersperse ...) -> concatStringsSep ...polykernel1-1/+1
Update all usage of lib.concatStrings (lib.intersperse ...) to lib.concatStringsSep. This produces the same result as per https://github.com/NixOS/nixpkgs/pull/135843, however it yields a performance benefit on Nix versions that support the builtins.concatStringsSep primop.
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-11-09diagrams-builder,mlflow-server: remove trailing whitespaceSamuel Gräfenstein1-4/+4
2020-11-09pkgs/*: add final newline to .nix filesSamuel Gräfenstein1-1/+1
2015-04-29Simplify standalone `diagrams-builder` expression.Raymond Gauthier1-17/+18
2015-04-27Added standalone diagram-builder haskell package.Raymond Gauthier1-0/+43
Simple wrapper over `haskellng`'s `diagram-builder` package that allows for simpler install.