capitaine-cursors: 2.1 -> 3
Adds white variant!
This commit is contained in:
parent
5511fd1318
commit
35e62082ff
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "capitaine-cursors-${version}";
|
name = "capitaine-cursors-${version}";
|
||||||
version = "2.1";
|
version = "3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "keeferrourke";
|
owner = "keeferrourke";
|
||||||
repo = "capitaine-cursors";
|
repo = "capitaine-cursors";
|
||||||
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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user