summary refs log tree commit diff
path: root/pkgs/os-specific/linux/plymouth
Commit message (Collapse)AuthorAge
* plymouth: 0.9.4 -> 2020-12-07WORLDofPEACE2021-02-25
| | | | | | | | | * default to bgrt * don't use KillMode=none https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/123 * multiple outputs * fix spinfinity logo file
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2020-04-13
|\ | | | | Cross compilation fixes [april 2020]
| * plymouth: set systemd-tty-ask-password-agent pathMatthew Bauer2020-04-06
| | | | | | | | This is needed in cross where systemd is not in path.
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* plymouth: update configure flagsMatthew Bauer2020-03-06
| | | | | | - only set host when cross compiling - use top-level configureFlags and installFlags instead of putting it in the pre configure.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* plymouth: 0.9.3 -> 0.9.4Will Dietz2018-11-06
| | | | https://cgit.freedesktop.org/plymouth/tag/?h=0.9.4
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* plymouth: 0.9.2 -> 0.9.3Tim Steinbach2017-08-10
|
* plymouth: 0.9.0 -> 0.9.2Nikolay Amiantov2016-07-12
| | | | Use system-wide directories for various resources.
* plymouth: hacky fix build (automake-related)Vladimír Čunát2015-03-04
|
* Plymouth: update to 0.9.0, fix build, sanitize, enable systemd-integrationCillian de Róiste2014-05-29
| | | | | NOTE: I can start the daemon and ping it, but I haven't been able to get it to do more than that.
* nixpkgs-lint: add the platforms meta attr for most of my packagesCillian de Róiste2014-03-16
|
* Plymouth: works quite well with the X11 renderer and from a VTCillian de Róiste2013-04-15
| | | | I haven't figured out how to get it into the initrd correctly yet.
* Add Plymouth: WIPCillian de Róiste2013-04-12