about summary refs log tree commit diff
path: root/pkgs/servers/livepeer
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06livepeer: switch to `proxyVendor`zowoq1-2/+2
2021-09-15livepeer: 0.5.15 -> 0.5.20R. RyanTM1-3/+3
2021-03-17livepeer: 0.5.14 -> 0.5.15R. RyanTM1-3/+3
2021-02-06livepeer: 0.5.13 -> 0.5.14R. RyanTM1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-22livepeer: 0.5.12 -> 0.5.13R. RyanTM1-3/+3
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
2020-11-11livepeer: 0.5.11 -> 0.5.12R. RyanTM1-2/+2
2020-10-25livepeer: 0.5.10 -> 0.5.11R. RyanTM1-3/+3
2020-09-08livepeer: 0.2.4 -> 0.5.10zowoq2-31/+13
2020-08-17livepeer: remove enableParallelBuilding = truezowoq1-2/+0
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-23livepeer: fix build with strict depsJörg Thalheim1-1/+3
2019-10-27stop using hardeningDisable = [ "fortify" ]; for Go packagesPavol Rusnak1-5/+0
it seems that the issue #25959 is not present anymore
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-19treewide: http -> httpsRyan Mulligan1-1/+1
2018-07-02livepeer: init at 0.2.4Eric Litak2-0/+55