Sandro Jäckel
|
653837881e
|
treewide: replace lib/${python.libPrefix}/site-packages with its shorthand ${python.sitePackages}
which should be always preferred
|
2024-01-30 19:56:57 +01:00 |
|
Sebastian Sellmeier
|
50fe7ed8d6
|
mkchromecast: add qt5.qtwayland
|
2023-07-19 09:34:46 +02:00 |
|
Martin Weinelt
|
0deebc3b24
|
python310Packages.pychromecast: Normalize attribute name
|
2023-02-19 21:36:03 +01:00 |
|
williamvds
|
15498d642f
|
mkchromecast: Add Sonos support
mkchromecast optionally depends on the soco library, which provides Sonos
speaker support
(https://github.com/muammar/mkchromecast/blob/master/README.md#sonos-support)
Add an option which brings in the soco dependency, enable it by default for
convenience.
|
2022-12-21 22:14:22 +00:00 |
|
arcnmx
|
f604963c06
|
mkchromecast: 2020-10-17 -> 2022-10-31
|
2022-11-25 17:16:27 -08:00 |
|
Ben Siraphob
|
badf51221d
|
treewide: stdenv.lib -> lib
|
2021-01-16 17:58:11 +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 |
|
Benedict Aas
|
f6da38a42b
|
mkchromecast: init at 0.3.8.1
|
2019-03-07 13:36:41 +00:00 |
|