Commit graph

16 commits

Author SHA1 Message Date
R. RyanTM 7720b9d991 livepeer: 0.5.14 -> 0.5.15 2021-03-17 14:46:12 +00:00
R. RyanTM e4b065e505 livepeer: 0.5.13 -> 0.5.14 2021-02-06 14:32:01 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM b9a2dcb8b5 livepeer: 0.5.12 -> 0.5.13 2021-01-22 14:58:37 +00: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 32584c4561 livepeer: 0.5.11 -> 0.5.12 2020-11-11 15:11:34 -08:00
R. RyanTM a37ff262d4 livepeer: 0.5.10 -> 0.5.11 2020-10-25 19:45:44 +00:00
zowoq 9b3bc6b46e livepeer: 0.2.4 -> 0.5.10 2020-09-08 16:32:39 +10:00
zowoq 8900b88162 livepeer: remove enableParallelBuilding = true 2020-08-17 17:13:01 +10:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
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-06-12 11:55:31 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim adb623147a
livepeer: fix build with strict deps 2020-03-23 08:16:32 +00:00
Pavol Rusnak afd38ea1ee
stop using hardeningDisable = [ "fortify" ]; for Go packages
it seems that the issue #25959 is not present anymore
2019-10-27 14:44:26 +01: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
Ryan Mulligan df8062c45b treewide: http -> https 2018-07-19 18:12:04 -07:00
Eric Litak faf44ff2dc livepeer: init at 0.2.4 2018-07-02 02:16:55 -07:00