matcha: 2018-11-12 -> 2018-12-24

This commit is contained in:
José Romildo Malaquias 2018-12-24 18:04:05 -02:00
parent aac3ae3be6
commit dd915395c4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "matcha-${version}"; name = "matcha-${version}";
version = "2018-11-12"; version = "2018-12-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = "matcha"; repo = "matcha";
rev = version; rev = version;
sha256 = "04alnwb3r0546y7xk2lx8bsdm47q6j89vld3g19rfb3622iv85la"; sha256 = "178y5s5jfprkw8y6clqb8ss4kvfswivfrh6cn67fk4z7wg72i3yc";
}; };
buildInputs = [ gdk_pixbuf librsvg ]; buildInputs = [ gdk_pixbuf librsvg ];
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
patchShebangs . patchShebangs .
substituteInPlace Install --replace '$HOME/.themes' "$out/share/themes" mkdir -p $out/share/themes
./Install name= ./Install -d $out/share/themes
install -D -t $out/share/gtksourceview-3.0/styles src/extra/gedit/matcha.xml install -D -t $out/share/gtksourceview-3.0/styles src/extra/gedit/matcha.xml
''; '';