aboutsummaryrefslogtreecommitdiff
path: root/tweed.nix
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-09 18:02:44 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-09 18:02:44 +0100
commit21f5f9172863f91e6690db528dec99420a9e66dd (patch)
tree651ddabed06c903c6ea5ac6a8197b5037d32a0e1 /tweed.nix
parent945b4590b855c783b32e5ac47cf713201896c39d (diff)
downloadtweed-21f5f9172863f91e6690db528dec99420a9e66dd.tar.gz
add ParaView
Diffstat (limited to 'tweed.nix')
-rw-r--r--tweed.nix7
1 files changed, 5 insertions, 2 deletions
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;
}