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