mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
gnome.gnome-panel: 3.46.0 → 3.47.1
https://gitlab.gnome.org/GNOME/gnome-panel/-/compare/3.46.0...3.47.1 grep -inr 'soup' returns nothing. Having both e-d-s and libsoup2 will be weird otherwise. Previously we have this because we init this package 5+ years ago but we only started propagating libsoup in e-d-s 4 years ago. Co-authored-by: Bobby Rong <rjl931189261@126.com> Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
008a5ebb1d
commit
e6c58074b3
@ -14,7 +14,6 @@
|
||||
, gtk3
|
||||
, itstool
|
||||
, libgweather
|
||||
, libsoup
|
||||
, libwnck
|
||||
, libxml2
|
||||
, pkg-config
|
||||
@ -25,13 +24,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-panel";
|
||||
version = "3.46.0";
|
||||
version = "3.47.1";
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-zsehG3DFJLXo121Nfk2DXuYHq9outC9N92GeYusGrrE=";
|
||||
hash = "sha256-2PbixllmjHffgsPdlboE/O+MQMIo4sImBfmhepFh7IM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -77,7 +76,6 @@ stdenv.mkDerivation rec {
|
||||
gnome-menus
|
||||
gtk3
|
||||
libgweather
|
||||
libsoup
|
||||
libwnck
|
||||
polkit
|
||||
systemd
|
||||
|
Loading…
Reference in New Issue
Block a user