aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-10 13:25:03 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2017-10-10 13:25:03 +0100
commit56aa7927f64e885607ab392a1f7616bd71b361e5 (patch)
tree5a617756eebbe23b19a0e64aa40541cb9b8383ac
parent36622c7ed2fddd5c22943e0ae89cb0930250d54c (diff)
downloadtweed-56aa7927f64e885607ab392a1f7616bd71b361e5.tar.gz
add xorg prefix to libpciaccess attribute name
-rw-r--r--tweed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tweed.nix b/tweed.nix
index 4f947ed..e3798c8 100644
--- a/tweed.nix
+++ b/tweed.nix
@@ -20,6 +20,6 @@ with (import <nixpkgs> {});
inherit fontconfig
freecad
libdrm
- libpciaccess
+ xorg.libpciaccess
paraview;
}