diff options
-rw-r--r-- | tweed.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,9 +17,10 @@ with (import <nixpkgs> {}); { + inherit freecad + paraview; inherit fontconfig - freecad libdrm - paraview; + qt5.qtbase; inherit (xlibs) libpciaccess; } |