bibata-cursors: touchup (since will be copying shortly)

This commit is contained in:
Will Dietz 2019-10-22 20:28:38 -05:00
parent 99df22190c
commit fd1e12b0e9
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -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;