summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-10-22 20:28:38 -0500
committerWill Dietz <w@wdtz.org>2019-10-23 12:25:05 -0500
commitfd1e12b0e9936390348ebfa12e01ab99daf01994 (patch)
tree6bf21809c66e1f6e83139254dfb4d00bf9484a84
parent99df22190cfd8c6261ca3dc641391a75b6a2ff2e (diff)
downloadnixpkgs-fd1e12b0e9936390348ebfa12e01ab99daf01994.tar
nixpkgs-fd1e12b0e9936390348ebfa12e01ab99daf01994.tar.gz
nixpkgs-fd1e12b0e9936390348ebfa12e01ab99daf01994.tar.bz2
nixpkgs-fd1e12b0e9936390348ebfa12e01ab99daf01994.tar.lz
nixpkgs-fd1e12b0e9936390348ebfa12e01ab99daf01994.tar.xz
nixpkgs-fd1e12b0e9936390348ebfa12e01ab99daf01994.tar.zst
nixpkgs-fd1e12b0e9936390348ebfa12e01ab99daf01994.zip
bibata-cursors: touchup (since will be copying shortly)
-rw-r--r--pkgs/data/icons/bibata-cursors/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/icons/bibata-cursors/default.nix b/pkgs/data/icons/bibata-cursors/default.nix
index 2e99c3d9232..a7a403726fa 100644
--- a/pkgs/data/icons/bibata-cursors/default.nix
+++ b/pkgs/data/icons/bibata-cursors/default.nix
@@ -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";
   version = "0.4.1";
 
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     cp -pr Bibata_* $out/share/icons/
   '';
 
-  meta = with stdenv.lib; {
+  meta = with stdenvNoCC.lib; {
     description = "Material Based Cursor";
     homepage = https://github.com/KaizIqbal/Bibata_Cursor;
     license = licenses.gpl3;