Commit graph

18 commits

Author SHA1 Message Date
Sumner Evans 1ce3067c42
airsonic: add test for module 2021-05-03 13:27:23 -06:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
R. RyanTM 77554bb0ff airsonic: 10.6.1 -> 10.6.2 2020-05-12 22:09:11 -07:00
R. RyanTM 0cf8e5feeb airsonic: 10.5.0 -> 10.6.1 2020-05-04 01:24:39 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 626c4a26ff airsonic: 10.4.2 -> 10.5.0 2019-12-07 21:56:45 +01:00
R. RyanTM 6469c612cd airsonic: 10.4.1 -> 10.4.2
(#72460)
2019-11-13 13:25:51 +01:00
R. RyanTM 5f994b9330 airsonic: 10.4.0 -> 10.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-10-21 09:14:54 +02:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
R. RyanTM c0e6667adc airsonic: 10.3.1 -> 10.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-08-17 11:54:53 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM 5999cac4c9 airsonic: 10.2.1 -> 10.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-05-31 20:32:22 -07:00
R. RyanTM b6c40f16da airsonic: 10.1.2 -> 10.2.1 (#57702)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-03-31 00:42:38 +01:00
R. RyanTM e4de4863c7 airsonic: 10.1.1 -> 10.1.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/airsonic/versions.
2018-08-08 20:15:42 -07:00
adisbladis 2d724b68bf
airsonic: 10.0.1 -> 10.1.1 2018-02-05 03:37:40 +08:00
Jörg Thalheim 7b982fcb09 airsonic: 10.0.0 -> 10.0.1 2017-08-25 23:18:46 +01:00
Samuel Leathers 916da89027 airsonic: init at 10.0.0 2017-08-23 08:09:10 -04:00