Skip to content

Commit

Permalink
pantheon.elementary-icon-theme: 5.3.0 -> 5.3.1
Browse files Browse the repository at this point in the history
Now uses librsvg's rsvg-convert instead of inkscape.

(cherry picked from commit e3be875)
  • Loading branch information
worldofpeace committed Jun 8, 2020
1 parent 044c9a4 commit 3c96a13
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
, 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";

src = fetchFromGitHub {
owner = "elementary";
repo = repoName;
rev = version;
sha256 = "0fgphyqjwhby7d4gbjkd442ng160xr0538prkbr1a2jb1pwzwl9h";
sha256 = "0rs68cb39r9vq85pr8h3mgmyjpj8bkhkxr5cz4cn5947kf776wg9";
};

passthru = {
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [
gtk3
inkscape
librsvg
meson
ninja
python3
Expand Down

0 comments on commit 3c96a13

Please sign in to comment.