Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 1, 2020 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/ef907b62344434bbbbe66c40497c1d3c to your computer and use it in GitHub Desktop.
Save r-ryantm/ef907b62344434bbbbe66c40497c1d3c to your computer and use it in GitHub Desktop.
/nix/store/5pps6swmibzzdn26cpyv3p3irddfhnfk-nx-libs-3.5.99.23
├── bin
│   ├── nxagent
│   ├── nxdialog
│   └── nxproxy
├── etc
│   └── nxagent
│   └── keystrokes.cfg
├── include
│   ├── GL
│   │   ├── glext.h
│   │   ├── gl.h
│   │   ├── glxext.h
│   │   ├── glx.h
│   │   ├── glxint.h
│   │   ├── glxmd.h
│   │   ├── glxproto.h
│   │   ├── glxtokens.h
│   │   └── osmesa.h
│   ├── nx
│   │   ├── MD5.h
│   │   ├── NXalert.h
│   │   ├── NX.h
│   │   ├── NXpack.h
│   │   ├── NXproto.h
│   │   ├── NXvars.h
│   │   └── Shadow.h
│   └── nx-X11
│   ├── cursorfont.h
│   ├── DECkeysym.h
│   ├── extensions
│   │   ├── bigreqstr.h
│   │   ├── composite.h
│   │   ├── compositeproto.h
│   │   ├── damageproto.h
│   │   ├── damagewire.h
│   │   ├── dpms.h
│   │   ├── dpmsstr.h
│   │   ├── panoramiXext.h
│   │   ├── panoramiXproto.h
│   │   ├── randr.h
│   │   ├── randrproto.h
│   │   ├── record.h
│   │   ├── recordstr.h
│   │   ├── render.h
│   │   ├── renderproto.h
│   │   ├── saver.h
│   │   ├── saverproto.h
│   │   ├── scrnsaver.h
│   │   ├── security.h
│   │   ├── securstr.h
│   │   ├── shapeconst.h
│   │   ├── sync.h
│   │   ├── syncstr.h
│   │   ├── xcmiscstr.h
│   │   ├── Xdbeproto.h
│   │   ├── xf86bigfont.h
│   │   ├── xf86bigfproto.h
│   │   ├── xfixesproto.h
│   │   ├── xfixeswire.h
│   │   ├── XI.h
│   │   ├── XIproto.h
│   │   ├── XKBconfig.h
│   │   ├── XKBfile.h
│   │   ├── XKBgeom.h
│   │   ├── XKB.h
│   │   ├── XKBproto.h
│   │   ├── XKBrules.h
│   │   ├── XKBsrv.h
│   │   ├── XKBstr.h
│   │   ├── XKMformat.h
│   │   ├── XKM.h
│   │   ├── XResproto.h
│   │   ├── xtestconst.h
│   │   ├── xteststr.h
│   │   ├── Xv.h
│   │   ├── XvMC.h
│   │   ├── XvMCproto.h
│   │   └── Xvproto.h
│   ├── HPkeysym.h
│   ├── ImUtil.h
│   ├── keysymdef.h
│   ├── keysym.h
│   ├── misc.h
│   ├── os.h
│   ├── Sunkeysym.h
│   ├── Xalloca.h
│   ├── Xarch.h
│   ├── Xatom.h
│   ├── Xauth.h
│   ├── Xcms.h
│   ├── Xdefs.h
│   ├── XF86keysym.h
│   ├── Xfuncproto.h
│   ├── Xfuncs.h
│   ├── X.h
│   ├── XKBlib.h
│   ├── XlibConf.h
│   ├── Xlib.h
│   ├── Xlibint.h
│   ├── Xlocale.h
│   ├── Xmd.h
│   ├── Xosdefs.h
│   ├── Xos.h
│   ├── Xos_r.h
│   ├── Xpoll.h
│   ├── Xproto.h
│   ├── Xprotostr.h
│   ├── Xregion.h
│   ├── Xresource.h
│   ├── Xthreads.h
│   ├── Xtrans
│   │   ├── Xtrans.h
│   │   └── Xtransint.h
│   ├── Xutil.h
│   └── XWDFile.h
├── lib
│   ├── libNX_X11.a
│   ├── libNX_X11.la
│   ├── libNX_X11.so -> libNX_X11.so.6.3.0
│   ├── libNX_X11.so.6 -> libNX_X11.so.6.3.0
│   ├── libNX_X11.so.6.3.0
│   ├── libXcomp.a
│   ├── libXcomp.la
│   ├── libXcompshad.a
│   ├── libXcompshad.la
│   ├── libXcompshad.so -> libXcompshad.so.3.5.99
│   ├── libXcompshad.so.3 -> libXcompshad.so.3.5.99
│   ├── libXcompshad.so.3.5.99
│   ├── libXcomp.so -> libXcomp.so.3.5.99
│   ├── libXcomp.so.3 -> libXcomp.so.3.5.99
│   ├── libXcomp.so.3.5.99
│   ├── nx
│   │   ├── bin
│   │   │   └── nxagent -> /bin/nxagent
│   │   └── X11
│   │   ├── libX11.so.6 -> ../../libNX_X11.so.6
│   │   └── libX11.so.6.3.0 -> ../../libNX_X11.so.6.3.0
│   └── pkgconfig
│   ├── nxcomp.pc
│   ├── nxcompshad.pc
│   └── nx-x11.pc
└── share
├── man
│   └── man1
│   ├── nxagent.1.gz
│   ├── nxdialog.1.gz
│   └── nxproxy.1.gz
└── nx
├── SecurityPolicy
├── VERSION.nxagent
├── VERSION.nxproxy
└── X11
├── Xcms.txt
└── XErrorDB
19 directories, 135 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment