Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 09:50
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 ryantm/305818163ff71c504573d37ad8f5317e to your computer and use it in GitHub Desktop.
Save ryantm/305818163ff71c504573d37ad8f5317e to your computer and use it in GitHub Desktop.
/nix/store/smw77dpl7qhwg10r8a7q8qrx7fns3g8b-drumstick-1.1.2
├── bin
│   ├── drumstick-drumgrid
│   ├── drumstick-dumpmid
│   ├── drumstick-dumpove
│   ├── drumstick-dumpsmf
│   ├── drumstick-dumpwrk
│   ├── drumstick-guiplayer
│   ├── drumstick-metronome
│   ├── drumstick-playsmf
│   └── drumstick-sysinfo
├── lib
│   ├── drumstick
│   │   ├── libdrumstick-rt-alsa-in.so
│   │   ├── libdrumstick-rt-alsa-out.so
│   │   ├── libdrumstick-rt-net-in.so
│   │   ├── libdrumstick-rt-net-out.so
│   │   ├── libdrumstick-rt-oss-in.so
│   │   └── libdrumstick-rt-oss-out.so
│   ├── libdrumstick-alsa.so -> libdrumstick-alsa.so.1
│   ├── libdrumstick-alsa.so.1 -> libdrumstick-alsa.so.1.1.2
│   ├── libdrumstick-alsa.so.1.1.2
│   ├── libdrumstick-file.so -> libdrumstick-file.so.1
│   ├── libdrumstick-file.so.1 -> libdrumstick-file.so.1.1.2
│   ├── libdrumstick-file.so.1.1.2
│   ├── libdrumstick-rt.so -> libdrumstick-rt.so.1
│   ├── libdrumstick-rt.so.1 -> libdrumstick-rt.so.1.1.2
│   ├── libdrumstick-rt.so.1.1.2
│   └── pkgconfig
│   ├── drumstick-alsa.pc
│   ├── drumstick-file.pc
│   └── drumstick-rt.pc
├── lib64 -> lib
├── nix-support
│   └── propagated-user-env-packages
└── share
├── applications
│   ├── drumstick-drumgrid.desktop
│   ├── drumstick-guiplayer.desktop
│   └── drumstick-vpiano.desktop
└── icons
└── hicolor
├── 16x16
│   └── apps
│   └── drumstick.png
├── 32x32
│   └── apps
│   └── drumstick.png
├── 48x48
│   └── apps
│   └── drumstick.png
├── 64x64
│   └── apps
│   └── drumstick.png
└── scalable
└── apps
└── drumstick.svgz
20 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment