mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
Merge pull request #45387 from romildo/upd.numix-icon-theme
numix-icon-theme: 2017-12-25 -> 18.07.17
This commit is contained in:
commit
744be28c5d
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "numix-icon-theme";
|
pname = "numix-icon-theme";
|
||||||
version = "17-12-25";
|
version = "18.07.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "numixproject";
|
owner = "numixproject";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0q3hpq2jc9iwnzzqpb12g1qzjsw4ckhdqkfqf6nirl87r5drkv6j";
|
sha256 = "0clh55kmhc52d33dfm2c6h3lg6ddfh8a088ir9lv1camn9kj55bd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk3 hicolor-icon-theme ];
|
nativeBuildInputs = [ gtk3 hicolor-icon-theme ];
|
||||||
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Numix icon theme";
|
description = "Numix icon theme";
|
||||||
homepage = https://numixproject.org;
|
homepage = https://numixproject.org;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
# darwin cannot deal with file names differing only in case
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo jgeerds ];
|
maintainers = with maintainers; [ romildo jgeerds ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user