3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #67851 from romildo/upd.qogir-theme

qogir-theme: 2019-05-03 -> 2019-08-31
This commit is contained in:
worldofpeace 2019-08-31 23:04:34 -04:00 committed by GitHub
commit 76f82c2303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qogir-theme"; pname = "qogir-theme";
version = "2019-05-03"; version = "2019-08-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "031nqr47b3x8ahcym7cfc75y8sy53dcmrrrlywi7m1a10ckfp0pd"; sha256 = "1pqfnqc2c6f5cidg6c3y492hqlyn5ma4b7ra2lchw7g2dxfvq8w1";
}; };
buildInputs = [ gdk-pixbuf librsvg ]; buildInputs = [ gdk-pixbuf librsvg ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
patchShebangs . patchShebangs .
mkdir -p $out/share/themes mkdir -p $out/share/themes
name= ./Install -d $out/share/themes name= ./install.sh -d $out/share/themes
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {