aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--tweed.nix7
2 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9a831aa..39bb910 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ following applications:
2. [FreeCAD](http://www.freecadweb.org/)---3D modelling
3. [Gmsh](http://gmsh.info/)---grid generation
4. [FEniCS](https://fenicsproject.org/)---numerical simulation
+5. [ParaView](https://www.paraview.org/)---post processing
The directory structure for a typical *TWEED* installation is shown in the
diff --git a/tweed.nix b/tweed.nix
index 6a45ee9..68193fe 100644
--- a/tweed.nix
+++ b/tweed.nix
@@ -17,6 +17,9 @@
with (import <nixpkgs> {});
{
- inherit fontconfig freecad;
- inherit libdrm libpciaccess;
+ inherit fontconfig
+ freecad
+ libdrm
+ libpciaccess
+ paraview;
}