Merge pull request #57197 from dtzWill/update/capitaine-cursors-3

capitaine-cursors: 2.1 -> 3
This commit is contained in:
worldofpeace
2019-03-10 20:28:37 -04:00
committed by GitHub
@@ -2,14 +2,14 @@
, inkscape, xcursorgen }: , inkscape, xcursorgen }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "capitaine-cursors-${version}"; pname = "capitaine-cursors";
version = "2.1"; version = "3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "keeferrourke"; owner = "keeferrourke";
repo = "capitaine-cursors"; repo = pname;
rev = "r${version}"; rev = "r${version}";
sha256 = "0ljvq1dqscp5gyf23qszn2ax80bxkqw2vx5zh3qln9vnzfascirb"; sha256 = "0pnfbmrn9nv8pryv6cbjcq5hl9366hzvz1kd8vsdkgb2nlfv5gdv";
}; };
postPatch = '' postPatch = ''
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
install -dm 0755 $out/share/icons install -dm 0755 $out/share/icons
cp -pr dist $out/share/icons/capitaine-cursors cp -pr dist $out/share/icons/capitaine-cursors
cp -pr dist-white $out/share/icons/capitaine-cursors-white
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {