clementine: add gst-plugins-bad to buildInputs
`gst-plugins-bad` is required to play internet radio streams in clementine.
Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
clementine: add gst-plugins-bad to buildInputs
`gst-plugins-bad` is required to play internet radio streams in clementine.
Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
`gst-plugins-bad` is required to play internet radio streams in clementine.
Specifically, this fixes the `No URI handler implemented for "http"` error when trying to play internet radio streams in clementine.
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
when the build was refactored in ef5e212d, this was lost. a4ba8c65
got most of it back, but missed the addition of gst_plugins to
buildInputs.
fixes#39960
The `clementine` package is actually released under Apache license, but
requires the unfree `libspotify` package to build.
Now `nixpkgs.clementine` points to the free derivation and
`nixpkgs.clementineUnfree` has been introduced for the package bundled
with spotify support.
Fixes#38315
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
Added switches for ipod, mtp, cd and cloud support.
The switch for ipod support, specifically, allows users to build it without libplist, wich is currently marked as insecure.
Clementine consists of a large free part (the main application) and a
small part with unfree dependencies (the Spotify blob). Add a top-level
attribute for the free Clementine for users who don't want unfree
software, and so that the bulk of Clementine will be in the binary cache.