diff options
-rw-r--r-- | tweed.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ with (import <nixpkgs> {}); inherit fontconfig freecad libdrm - xorg.libpciaccess paraview; + inherit (xlibs) libpciaccess; } |