codeql: trim nativeBuildInputs

These dependencies are not needed for recent CodeQL versions. Removing
them also makes this package buildable on darwin.
This commit is contained in:
Harry Maclean
2021-10-07 11:57:56 +01:00
parent 9de959a06f
commit 7aa5a5eb8f
@@ -1,14 +1,4 @@
{ lib, stdenv
, fetchzip
, zlib
, xorg
, freetype
, alsa-lib
, jdk11
, curl
, lttng-ust
, autoPatchelfHook
}:
{ lib, stdenv, fetchzip, zlib, xorg, freetype, jdk11, curl, autoPatchelfHook }:
stdenv.mkDerivation rec {
pname = "codeql";
@@ -31,12 +21,9 @@ stdenv.mkDerivation rec {
xorg.libXtst
xorg.libXrender
freetype
alsa-lib
jdk11
stdenv.cc.cc.lib
curl
lttng-ust
autoPatchelfHook
];
installPhase = ''