plymouth: unstable-2020-12-07 -> unstable-2021-10-18

This commit is contained in:
Thiago Kenji Okada 2021-11-10 15:40:38 -03:00
parent 063dd31419
commit e22ee9bf77

View file

@ -15,8 +15,8 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "plymouth-unstable"; pname = "plymouth";
version = "2020-12-07"; version = "unstable-2021-10-18";
outputs = [ outputs = [
"out" "out"
@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "plymouth"; owner = "plymouth";
repo = "plymouth"; repo = "plymouth";
rev = "c4ced2a2d70edea7fbb95274aa1d01d95928df1b"; rev = "18363cd887dbfe7e82a2f4cc1a49ef9513919142";
sha256 = "7CPuKMA0fTt8DBsaA4Td74kHT/O7PW8N3awP04nUnOI="; sha256 = "sha256-+AP4ALOFdYFt/8MDXjMaHptkogCwK1iXKuza1zfMaws=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -47,15 +47,6 @@ stdenv.mkDerivation rec {
systemd systemd
]; ];
patches = [
# KillMode=none is deprecated
# https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/123
(fetchpatch {
url = "https://gitlab.freedesktop.org/plymouth/plymouth/-/commit/b406b0895a95949db2adfedaeda451f36f2b51c3.patch";
sha256 = "/UBImNuFO0G/oxlttjGIXon8YXMXlc9XU8uVuR9QuxY=";
})
];
postPatch = '' postPatch = ''
sed -i \ sed -i \
-e "s#plymouthplugindir=.*#plymouthplugindir=/etc/plymouth/plugins/#" \ -e "s#plymouthplugindir=.*#plymouthplugindir=/etc/plymouth/plugins/#" \