bibata-cursors: touchup (since will be copying shortly)
This commit is contained in:
parent
99df22190c
commit
fd1e12b0e9
@ -1,6 +1,6 @@
|
|||||||
{ fetchFromGitHub, gnome-themes-extra, inkscape, stdenv, xcursorgen }:
|
{ stdenvNoCC, fetchFromGitHub, gnome-themes-extra, inkscape, xcursorgen }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "bibata-cursors";
|
pname = "bibata-cursors";
|
||||||
version = "0.4.1";
|
version = "0.4.1";
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp -pr Bibata_* $out/share/icons/
|
cp -pr Bibata_* $out/share/icons/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenvNoCC.lib; {
|
||||||
description = "Material Based Cursor";
|
description = "Material Based Cursor";
|
||||||
homepage = https://github.com/KaizIqbal/Bibata_Cursor;
|
homepage = https://github.com/KaizIqbal/Bibata_Cursor;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user