tela-icon-theme: use stdenvNoCC

This doesn't use any of the compilers tools, so it may as well use the
compilerless version of the stdenv.
This commit is contained in:
Luke Granger-Brown 2021-05-02 20:18:48 +00:00
parent a494e0ce56
commit 134c68a411

View file

@ -1,6 +1,6 @@
{ fetchFromGitHub, gtk3, hicolor-icon-theme, jdupes, lib, stdenv }:
{ fetchFromGitHub, gtk3, hicolor-icon-theme, jdupes, lib, stdenvNoCC }:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "tela-icon-theme";
version = "2021-01-21";