mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #314025 from bobby285271/upd/elementary-icon-theme
pantheon.elementary-icon-theme: 7.3.1 -> 8.0.0
This commit is contained in:
commit
7780316162
|
@ -3,7 +3,6 @@
|
|||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
, meson
|
||||
, python3
|
||||
, ninja
|
||||
, hicolor-icon-theme
|
||||
, gtk3
|
||||
|
@ -13,13 +12,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "elementary-icon-theme";
|
||||
version = "7.3.1";
|
||||
version = "8.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "elementary";
|
||||
repo = "icons";
|
||||
rev = version;
|
||||
sha256 = "sha256-3qvbpY1O8E3sX+66yBoZXEOeWQrgyNu2rOT6PPbli58=";
|
||||
sha256 = "sha256-EPmQgE33+HBI78SlCBV3WlyLCP6AggvqsQa7gZuOMRM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -27,7 +26,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
librsvg
|
||||
meson
|
||||
ninja
|
||||
python3
|
||||
xcursorgen
|
||||
];
|
||||
|
||||
|
@ -42,11 +40,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
"-Dpalettes=false" # Don't install gimp and inkscape palette files
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x meson/symlink.py
|
||||
patchShebangs meson/symlink.py
|
||||
'';
|
||||
|
||||
postFixup = "gtk-update-icon-cache $out/share/icons/elementary";
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue