spotify-ripper: mark as unfree

Allows building CI as free-only following requirements of upstream.
This commit is contained in:
xeals 2020-10-17 16:20:37 +11:00
parent 14e18ac2d2
commit c1c942c346
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ os: linux
env: env:
global: global:
- CACHIX_CACHE="xeals" - CACHIX_CACHE="xeals"
- NIXPKGS_ALLOW_UNFREE="1"
- NUR_REPO="xeals" - NUR_REPO="xeals"
jobs: jobs:

View File

@ -57,6 +57,7 @@ python2Packages.buildPythonApplication rec {
to WAV, FLAC, Ogg Vorbis, Opus, AAC, and MP4/M4A. to WAV, FLAC, Ogg Vorbis, Opus, AAC, and MP4/M4A.
''; '';
homepage = "https://github.com/hbashton/spotify-ripper"; homepage = "https://github.com/hbashton/spotify-ripper";
license = stdenv.lib.licenses.mit; # spotify-ripper itself is MIT, but the upstream libspotify is unfree.
license = stdenv.lib.licenses.unfree;
}; };
} }