mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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:
parent
a494e0ce56
commit
134c68a411
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user