aboutsummaryrefslogtreecommitdiff
path: root/tweed.nix
diff options
context:
space:
mode:
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 0d2df98..6a45ee9 100644
--- a/tweed.nix
+++ b/tweed.nix
@@ -1,5 +1,5 @@
;;; Tweed --- Package management for engineering software
-;;; Copyright (C) 2016 Paul Garlick <pgarlick@tourbillion-technology.com>
+;;; Copyright (C) 2016, 2017 Paul Garlick <pgarlick@tourbillion-technology.com>
;;;
;;; Tweed is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -16,4 +16,7 @@
with (import <nixpkgs> {});
-{ inherit fontconfig freecad; }
+{
+ inherit fontconfig freecad;
+ inherit libdrm libpciaccess;
+}