spotify-ripper: mark as unfree
Allows building CI as free-only following requirements of upstream.
This commit is contained in:
parent
14e18ac2d2
commit
c1c942c346
@ -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:
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user