mpvScripts: use stdenvNoCC

mpv lua scripts do not require a C compiler
This commit is contained in:
lunik1
2021-04-20 18:38:09 +01:00
parent 35398a3eb9
commit b41e56b751
6 changed files with 12 additions and 12 deletions
@@ -1,6 +1,6 @@
{ fetchFromGitHub, lib, python3, stdenv }:
{ fetchFromGitHub, lib, python3, stdenvNoCC }:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "mpv_thumbnail_script";
version = "unstable-2020-01-16";