WORLDofPEACE
dd8805658e
plymouth: 0.9.4 -> 2020-12-07
...
* default to bgrt
* don't use KillMode=none
https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/123
* multiple outputs
* fix spinfinity logo file
2021-02-25 16:46:03 -05: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
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
Matthew Bauer
e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
...
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Matthew Bauer
3a71e62c56
plymouth: set systemd-tty-ask-password-agent path
...
This is needed in cross where systemd is not in path.
2020-04-06 16:36:21 -04:00
Matthew Bauer
1bac797616
plymouth: update configure flags
...
- only set host when cross compiling
- use top-level configureFlags and installFlags instead of putting it
in the pre configure.
2020-03-06 00:45:47 -05: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
Will Dietz
5b45bfe783
plymouth: 0.9.3 -> 0.9.4
...
https://cgit.freedesktop.org/plymouth/tag/?h=0.9.4
2018-11-06 00:17:56 -06:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Tim Steinbach
ecd4c58d0a
plymouth: 0.9.2 -> 0.9.3
2017-08-10 16:21:24 -04:00
Nikolay Amiantov
6e21246dc4
plymouth: 0.9.0 -> 0.9.2
...
Use system-wide directories for various resources.
2016-07-12 22:22:28 +03:00
Vladimír Čunát
7e042659b7
plymouth: hacky fix build (automake-related)
2015-03-04 22:02:09 +01:00
Cillian de Róiste
a1d350287b
Plymouth: update to 0.9.0, fix build, sanitize, enable systemd-integration
...
NOTE: I can start the daemon and ping it, but I haven't been able to
get it to do more than that.
2014-05-29 14:39:37 +02:00
Cillian de Róiste
b57ee8c331
nixpkgs-lint: add the platforms meta attr for most of my packages
2014-03-16 12:08:26 +01:00
Cillian de Róiste
34b7ddafa8
Plymouth: works quite well with the X11 renderer and from a VT
...
I haven't figured out how to get it into the initrd correctly yet.
2013-04-15 20:15:47 +02:00
Cillian de Róiste
562cb3f460
Add Plymouth: WIP
2013-04-12 01:58:38 +02:00