forked from mirrors/nixpkgs
arcanPackages.pipeworld: use stdenvNoCC instead of stdenv
It is merely a set of Lua files to be consumed by the Arcan launcher. No compiler is needed here.
This commit is contained in:
parent
d37b7eba9e
commit
9121d66ad6
|
@ -1,9 +1,9 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, stdenvNoCC
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalPackages: {
|
||||
stdenvNoCC.mkDerivation (finalPackages: {
|
||||
pname = "pipeworld";
|
||||
version = "unstable-2022-04-03";
|
||||
|
||||
|
|
Loading…
Reference in a new issue