Commit graph

23 commits

Author SHA1 Message Date
Orivej Desh 124bbaf311
lsp-plugins: 1.1.26 -> 1.1.30 (#128330) 2021-06-28 11:00:08 +00:00
Sandro Jäckel dd9862ba98
jack2Full: deprecate alias 2021-04-03 18:13:59 +02:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Bart Brouns f6c30c554f lsp-plugins: 1.1.24 -> 1.1.26 2020-09-21 17:20:28 +02:00
R. RyanTM 65376beba8 lsp-plugins: 1.1.22 -> 1.1.24 2020-07-20 08:03:42 +00:00
Bart Brouns 21836f4859 lsp-plugins: 1.1.19 -> 1.1.22 2020-06-11 17:08:20 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Jan Tojnar 7ac738273d
lsp-plugins: Fix build
/build/source/include/metadata/modules.h:122:1: note: in expansion of macro 'MOD_PLUGIN'
	  122 | MOD_PLUGIN(slap_delay_mono, plugin_ui)
	      | ^~~~~~~~~~
	lv2.cpp:414:43: error: invalid conversion from 'void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*)' {aka 'void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)'} to 'void* (*)(const LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*)' {aka 'void* (*)(const LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)'} [-fpermissive]
	  414 |                 d->instantiate          = lv2ui_instantiate;    \
	      |                                           ^~~~~~~~~~~~~~~~~
	      |                                           |
	      |                                           void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*) {aka void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)}
2020-05-15 16:14:20 +02:00
Bart Brouns 183e448a23 lsp-plugins: 1.1.15 -> 1.1.19 2020-04-19 14:08:15 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Bart Brouns fa54163b4d lsp-plugins: 1.1.13 -> 1.1.15 2020-03-29 17:40:19 +02:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Bart Brouns 5aa18d71ff lsp-plugins: 1.1.10 -> 1.1.13 2019-12-24 21:10:09 +01:00
Mario Rodas 9008b890ff
lsp-plugins: disable on aarch64
does not build on aarch64 https://github.com/sadko4u/lsp-plugins/issues/56
2019-10-22 07:47:45 -05:00
R. RyanTM 782d3b5777
lsp-plugins: 1.1.9 -> 1.1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lsp-plugins/versions
2019-10-22 02:34:33 -05:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00: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
Bart Brouns fc89e919f9 lsp-plugins: 1.1.5 ->1.1.9 2019-07-20 12:32:53 +02:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
R. RyanTM c7cb749dd2 lsp-plugins: 1.1.4 -> 1.1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lsp-plugins/versions
2019-01-03 04:46:48 -08:00
Bart Brouns f14c0b4610 lsp-plugins: init at 1.1.4 2018-10-05 00:24:13 +02:00