about summary refs log tree commit diff
path: root/pkgs/servers/slimserver
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16treewide: makeWrapper buildInputs to nativeBuildInputsArtturin1-1/+1
most found with https://github.com/siraben/nix-lint
2021-09-22slimserver: switch to fetchFromGitHubFelix Buehler1-6/+17
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-14slimserver: add perlPackages.NetHTTPSNB as a dependencyManuel Frischknecht1-0/+1
Slimserver v. 7.9.2 introduced the CPAN package `Net::HTTPS::NB`[1][2] as a dependency (distributed directly inside the Git repository, cf. [3]). Without this package present in the Perl include path, the new version fails to load the repository database for squeezebox server plugins (configured via `Settings > Plugins`) and thus does not list any plugins that aren't already installed on the respective system. [1]: https://metacpan.org/pod/Net::HTTPS::NB [2]: https://github.com/olegwtf/p5-Net-HTTPS-NB [3]: https://github.com/Logitech/slimserver/blob/7938c061194816970c05fcfdd9607bf359f532ca/CPAN/Net/HTTPS/NB.pm
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-06slimserver: add perlPackages.ArchiveZip as a dependencyManuel Frischknecht1-0/+1
Slimserver uses `Archive::Zip`, in order to unpack plugins before installing them. Without this dependency, its `PluginDownloader` module will fail, printing the following error message instead: Slim::Utils::PluginDownloader::extract (102) error loading Archive::Zip Can't locate Archive/Zip.pm in @INC (you may need to install the Archive: :Zip module) (@INC contains: [...])
2020-11-25Merge pull request #82296 from nyanloutre/slimserver_7_9_2Sandro1-2/+2
slimserver: 7.9.1 -> 7.9.2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-11slimserver: 7.9.1 -> 7.9.2nyanloutre1-2/+2
2019-06-20buildPerlPackage: name -> (pname, version)volth1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-5/+5
2018-10-14buildPerlPackage -> perlPackages.buildPerlPackagevolth1-2/+2
2018-10-02slimserver: Relax audio scan dependency (#47029)Philipp Hausmann1-5/+4
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-2/+2
fixes build with disallowed aliases
2018-05-23nixos/slimserver: Fix transcodingPhilipp Hausmann1-4/+7
2018-05-18slimserver: Relax Audio::Scan dependency boundsPhilipp Hausmann1-1/+6
2018-05-16slimserver: 7.9.0 -> 7.9.1Philipp Hausmann1-2/+2
2017-03-18Fix plugins by not moving Slim folderPhilipp Hausmann1-1/+0
2017-03-16Mark slimserver as unfreePhilipp Hausmann1-2/+3
2017-03-16CosmeticsPhilipp Hausmann1-1/+1
2017-03-16Use 7.9.0 tarballPhilipp Hausmann1-7/+5
2017-03-15Web interface starts up!Philipp Hausmann1-1/+2
2017-03-15Server at least starts nowPhilipp Hausmann1-2/+8
2017-03-14Move slim folderPhilipp Hausmann1-0/+1
2017-03-14Add some more depsPhilipp Hausmann1-0/+5
2017-03-14Use buildPerlPackage instead of standard builderPhilipp Hausmann1-29/+45
2017-03-14Remove unused binary filesPhilipp Hausmann1-0/+2
2017-03-14Add some more perl dependenciesPhilipp Hausmann1-2/+21
2017-03-14WIPPhilipp Hausmann1-0/+2
2017-03-14init slimserverPhilipp Hausmann1-0/+47