Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- with import <nixpkgs> { };
- python3Packages.buildPythonPackage {
- pname = "soundcraft-utils";
- version = "0.0.1";
- src = ./.;
- propagatedBuildInputs = with python3Packages; [
- dbus
- libgudev
- gtk3
- gobjectIntrospection
- pygobject3
- pyusb
- pydbus
- setuptools
- ];
- }
Advertisement
Add Comment
Please, Sign In to add comment