about summary refs log tree commit diff
path: root/pkgs/desktops/arcan/pipeworld
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-10-16 02:24:37 -0300
committerehmry <ehmry@posteo.net>2022-10-16 10:15:23 -0500
commit9121d66ad621a6492fb8d0f17dfb66272592b7e6 (patch)
tree58c38627c740527eff1db08876b53817e40be0c5 /pkgs/desktops/arcan/pipeworld
parentd37b7eba9e8706b3aea6f550c3535d81233924f4 (diff)
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.
Diffstat (limited to 'pkgs/desktops/arcan/pipeworld')
-rw-r--r--pkgs/desktops/arcan/pipeworld/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/arcan/pipeworld/default.nix b/pkgs/desktops/arcan/pipeworld/default.nix
index 6954f157d6e89..1c1c66fd3fb0d 100644
--- a/pkgs/desktops/arcan/pipeworld/default.nix
+++ b/pkgs/desktops/arcan/pipeworld/default.nix
@@ -1,9 +1,9 @@
 { lib
-, stdenv
+, stdenvNoCC
 , fetchFromGitHub
 }:
 
-stdenv.mkDerivation (finalPackages: {
+stdenvNoCC.mkDerivation (finalPackages: {
   pname = "pipeworld";
   version = "unstable-2022-04-03";