mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
ligthdm: 1.18.1 -> 1.19.4
Required applying patch from https://bugs.gentoo.org/show_bug.cgi?id=588764 to lightdm_gtk_greeter
This commit is contained in:
parent
29caa185a7
commit
3cfcd937d3
|
@ -18,6 +18,14 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "031iv7zrpv27zsvahvfyrm75zdrh7591db56q89k8cjiiy600r1j";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchurl {
|
||||
name = "lightdm-gtk-greeter-2.0.1-lightdm-1.19.patch";
|
||||
url = "https://588764.bugs.gentoo.org/attachment.cgi?id=442616";
|
||||
sha256 = "0r383kjkvq9yanjc1lk878xc5g8993pjgxylqhhjb5rkpi1mbfsv";
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [ pkgconfig lightdm intltool makeWrapper ]
|
||||
++ (if useGTK2 then [ gtk2 ] else [ gtk3 ]);
|
||||
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
}:
|
||||
|
||||
let
|
||||
ver_branch = "1.18";
|
||||
version = "1.18.1";
|
||||
ver_branch = "1.19";
|
||||
version = "1.19.4";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lightdm-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/${ver_branch}/${version}/+download/${name}.tar.xz";
|
||||
sha256 = "1yl9zhn9l83bj5mbifkxfw15nqgsjzzhqcrgb81fr290wijqaj45";
|
||||
sha256 = "1l105y07wkl9dj0cjhbs8qh6flpkyfj97wkw0rdd3n624lknvbqf";
|
||||
};
|
||||
|
||||
patches = [ ./fix-paths.patch ];
|
||||
|
|
Loading…
Reference in a new issue