aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-10 14:46:44 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-10 14:46:44 +0100
commit2978ce8a71e8f4b60248d18a17ce1de455bbb467 (patch)
tree4dee75c42068bb15121d25869dbf1904593b73cc
parent56aa7927f64e885607ab392a1f7616bd71b361e5 (diff)
downloadtweed-2978ce8a71e8f4b60248d18a17ce1de455bbb467.tar.gz
use xlibs set in inherit command syntax
-rw-r--r--tweed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tweed.nix b/tweed.nix
index e3798c8..6f8e415 100644
--- a/tweed.nix
+++ b/tweed.nix
@@ -20,6 +20,6 @@ with (import <nixpkgs> {});
inherit fontconfig
freecad
libdrm
- xorg.libpciaccess
paraview;
+ inherit (xlibs) libpciaccess;
}