pantheon.elementary-icon-theme: 5.3.0 -> 5.3.1

Now uses librsvg's rsvg-convert instead of inkscape.
This commit is contained in:
worldofpeace 2020-06-07 13:46:44 -04:00
parent 6c3b7923f0
commit e3be875b70

View File

@ -6,13 +6,13 @@
, ninja , ninja
, hicolor-icon-theme , hicolor-icon-theme
, gtk3 , gtk3
, inkscape
, xorg , xorg
, librsvg
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-icon-theme"; pname = "elementary-icon-theme";
version = "5.3.0"; version = "5.3.1";
repoName = "icons"; repoName = "icons";
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "elementary"; owner = "elementary";
repo = repoName; repo = repoName;
rev = version; rev = version;
sha256 = "0fgphyqjwhby7d4gbjkd442ng160xr0538prkbr1a2jb1pwzwl9h"; sha256 = "0rs68cb39r9vq85pr8h3mgmyjpj8bkhkxr5cz4cn5947kf776wg9";
}; };
passthru = { passthru = {
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
gtk3 gtk3
inkscape librsvg
meson meson
ninja ninja
python3 python3