Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true ( #130500 )
2021-07-18 23:42:48 +02:00
Sandro Jäckel
fa949bad45
zsh-autoenv: add unstable to version
2021-07-18 01:12:35 +02:00
Sandro Jäckel
efd793b484
vdr.plugins: switch to pname + version, format
2021-07-18 00:11:25 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
Ben Siraphob
108bdac3d9
pkgs/applications: 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
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
markuskowa
56190b7794
Merge pull request #97400 from ck3d/vdr-epgsearch-20191202
...
vdr-epgsearch: 2.4.0 -> 20191202
2020-09-15 22:21:05 +02:00
Christian Kögler
73653fe547
vdr-vaapidevice: 0.7.0 -> 20190526
2020-09-07 23:35:13 +02:00
Christian Kögler
31fed01d54
vdr-epgsearch: 2.4.0 -> 20191202
2020-09-07 23:17:46 +02: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
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
markuskowa
02128a8bb5
Merge pull request #63113 from ck3d/vdr-xineliboutput
...
initial vdr plugin xineliboutput-2.1.0
2019-06-20 13:37:36 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Christian Kögler
8eafd21f9e
initial vdr plugin xineliboutput-2.1.0
...
Needed to patch package xineLib to fix usage of XINE_PLUGIN_PATH .
2019-06-14 10:04:27 +02:00
Christian Kögler
75060fab76
vdr: fix overrideAttrs ( #59083 )
...
The current vdr derivation can not be overritten. The attribute plugins
gets lost while overriding and that leads to problems when evaluating
vdrPlugins.
Moved vdr own plugins outside vdr derivation.
2019-04-07 15:09:38 +02:00
Christian Kögler
dd3f755cf4
vdr: initial at 2.4.0 and nixos module
...
used same plugin mechanism as kodi does
2018-12-22 15:13:25 +01:00