Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 4, 2020 03:47
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/0dbb95920390eceed8a4beb7c810de27 to your computer and use it in GitHub Desktop.
Save r-ryantm/0dbb95920390eceed8a4beb7c810de27 to your computer and use it in GitHub Desktop.
/nix/store/fqz7bn146c41c15lyfj947g7il3ad5kj-packagekit-qt-1.0.2
├── include
│   └── packagekitqt5
│   └── PackageKit
│   ├── bitfield.h
│   ├── common.h
│   ├── Daemon
│   ├── daemon.h
│   ├── Details
│   ├── details.h
│   ├── Offline
│   ├── offline.h
│   ├── packagekitqt_global.h
│   ├── Transaction
│   └── transaction.h
└── lib
├── cmake
│   └── packagekitqt5
│   ├── packagekitqt5-config.cmake
│   ├── packagekitqt5-config-version.cmake
│   ├── PackageKitQtTargets.cmake
│   └── PackageKitQtTargets-release.cmake
├── libpackagekitqt5.so -> libpackagekitqt5.so.1
├── libpackagekitqt5.so.1 -> libpackagekitqt5.so.1.0.2
├── libpackagekitqt5.so.1.0.2
└── pkgconfig
└── packagekitqt5.pc
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment