dendrify: comfy-station
This commit is contained in:
9
old/pkgs/spotify-shortcuts/derivation.nix
Normal file
9
old/pkgs/spotify-shortcuts/derivation.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{python3Packages}:
|
||||
with python3Packages;
|
||||
buildPythonApplication {
|
||||
name = "spotify-shortcuts";
|
||||
propagatedBuildInputs = [spotipy pyxdg desktop-notifier];
|
||||
pyproject = true;
|
||||
build-system = [setuptools];
|
||||
src = ./.;
|
||||
}
|
||||
Reference in New Issue
Block a user