From 0c3fe73ab082c2aa70cda7e2b912c80c7ce52590 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Thu, 26 Oct 2017 17:36:44 +0100 Subject: add Qt5 to Nix user environment --- tweed.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tweed.nix b/tweed.nix index 6f8e415..f68e824 100644 --- a/tweed.nix +++ b/tweed.nix @@ -17,9 +17,10 @@ with (import {}); { + inherit freecad + paraview; inherit fontconfig - freecad libdrm - paraview; + qt5.qtbase; inherit (xlibs) libpciaccess; } -- cgit