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
commit f589fe5835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
, inkscape, xcursorgen }:
stdenv.mkDerivation rec {
name = "capitaine-cursors-${version}";
version = "2.1";
pname = "capitaine-cursors";
version = "3";
src = fetchFromGitHub {
owner = "keeferrourke";
repo = "capitaine-cursors";
repo = pname;
rev = "r${version}";
sha256 = "0ljvq1dqscp5gyf23qszn2ax80bxkqw2vx5zh3qln9vnzfascirb";
sha256 = "0pnfbmrn9nv8pryv6cbjcq5hl9366hzvz1kd8vsdkgb2nlfv5gdv";
};
postPatch = ''
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
installPhase = ''
install -dm 0755 $out/share/icons
cp -pr dist $out/share/icons/capitaine-cursors
cp -pr dist-white $out/share/icons/capitaine-cursors-white
'';
meta = with stdenv.lib; {