diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-10 13:25:03 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-10 13:25:03 +0100 |
commit | 56aa7927f64e885607ab392a1f7616bd71b361e5 (patch) | |
tree | 5a617756eebbe23b19a0e64aa40541cb9b8383ac | |
parent | 36622c7ed2fddd5c22943e0ae89cb0930250d54c (diff) | |
download | tweed-56aa7927f64e885607ab392a1f7616bd71b361e5.tar.gz |
add xorg prefix to libpciaccess attribute name
-rw-r--r-- | tweed.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ with (import <nixpkgs> {}); inherit fontconfig freecad libdrm - libpciaccess + xorg.libpciaccess paraview; } |