github-desktop: use stdenvNoCC
This commit is contained in:
parent
6163c182cf
commit
9320e86e1a
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue