iina: refactor stdenv -> stdenvNoCC

- Since no C compiler is needed, we should prefer stdenvNoCC
This commit is contained in:
DontEatOreo 2024-06-02 01:35:45 +03:00
parent ff3bced431
commit f19a7101de
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -1,11 +1,11 @@
{ lib
, fetchurl
, stdenv
, stdenvNoCC
, undmg
, nix-update-script
}:
stdenv.mkDerivation (finalAttrs: {
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "iina";
version = "1.3.5";