mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
pantheon.elementary-icon-theme: 5.3.0 -> 5.3.1
Now uses librsvg's rsvg-convert instead of inkscape.
This commit is contained in:
parent
6c3b7923f0
commit
e3be875b70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user