diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-26 17:36:44 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-26 17:36:44 +0100 |
commit | 0c3fe73ab082c2aa70cda7e2b912c80c7ce52590 (patch) | |
tree | 598e4cc18645d624b1a75b068c137dac61af435d | |
parent | aebd364a771946e1a088cebff24a16a063bbfc3b (diff) | |
download | tweed-0c3fe73ab082c2aa70cda7e2b912c80c7ce52590.tar.gz |
add Qt5 to Nix user environment
-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; } |