mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
arcanPackages.prio: 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
48b434ab52
commit
d37b7eba9e
@ -1,9 +1,9 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, stdenvNoCC
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalPackages: {
|
||||
stdenvNoCC.mkDerivation (finalPackages: {
|
||||
pname = "prio";
|
||||
version = "unstable-2018-09-13";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user