mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
gnome.gnome-initial-setup: 46.2 → 46.3
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/46.2...46.3 I don't know why we need to set PKG_CONFIG_SYSTEMD_SYSUSERSDIR so I just dropped it, it looks like the prefix is properly replaced in upstream's meson.build via pkgconfig_define.
This commit is contained in:
parent
5e3514cc3f
commit
541feca0fb
@ -36,11 +36,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-initial-setup";
|
||||
version = "46.2";
|
||||
version = "46.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-initial-setup/${lib.versions.major finalAttrs.version}/gnome-initial-setup-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-bHktiSrbYLDeC33oglwUlD0c0nmvT5x2So9UEbYKjyc=";
|
||||
hash = "sha256-o/AQgp9NTI1J+Dqxz6uCG2GyeA6eC15Wicfv8/hE7T4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -90,8 +90,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-Dvendor-conf-file=${./vendor.conf}"
|
||||
];
|
||||
|
||||
PKG_CONFIG_SYSTEMD_SYSUSERSDIR = "${placeholder "out"}/lib/sysusers.d";
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "gnome-initial-setup";
|
||||
|
Loading…
Reference in New Issue
Block a user