github-desktop: use stdenvNoCC

This commit is contained in:
Pol Dellaiera 2024-04-01 13:03:40 +02:00
parent 6163c182cf
commit 9320e86e1a
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -1,4 +1,4 @@
{ stdenv
{ stdenvNoCC
, lib
, fetchurl
, autoPatchelfHook
@ -19,7 +19,7 @@
, openssl
}:
stdenv.mkDerivation (finalAttrs: {
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "github-desktop";
version = "3.3.10";
rcversion = "1";