1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #33801 from romildo/upd.paper-icon-theme

paper-icon-theme: 2017-02-13 -> 2017-11-20
This commit is contained in:
Jörg Thalheim 2018-01-13 12:01:56 +00:00 committed by GitHub
commit 5f8bb3fc23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,21 +3,17 @@
stdenv.mkDerivation rec {
name = "${package-name}-${version}";
package-name = "paper-icon-theme";
version = "2017-02-13";
version = "2017-11-20";
src = fetchFromGitHub {
owner = "snwh";
repo = package-name;
rev = "fcaf8bb2aacdd1bb7dcde3d45ef92d0751567e8e";
sha256 = "1l1w99411jrv4l7jr5dvwszghrncsir23c7lpc26gh2f0ydf3d0d";
rev = "af0296ecc872ad723fad7dca6e7e89eb85cbb3a8";
sha256 = "18a9zl9lbw9gc3zas49w329xrps4slvkp4nv815nlnmimz8dj85m";
};
nativeBuildInputs = [ autoreconfHook ];
postPatch = ''
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
'';
meta = with stdenv.lib; {
description = "Modern icon theme designed around bold colours and simple geometric shapes";
homepage = https://snwh.org/paper;