aboutsummaryrefslogtreecommitdiff
path: root/tweed.nix
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-03-01 18:55:46 +0000
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-03-01 18:55:46 +0000
commita69b14eecdfbf32610793d14b534726290c83fd1 (patch)
treedcc41c6866f1c155e5e4f82fdc846bbc7a123ed5 /tweed.nix
parentd0d1dd1afe9f2df71e3c7958b43af16e92aeaba9 (diff)
downloadtweed-a69b14eecdfbf32610793d14b534726290c83fd1.tar.gz
include libdrm and libpciaccess in Nix profile
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;
+}