Commit 7aa5a5eb authored by Harry Maclean's avatar Harry Maclean
Browse files

codeql: trim nativeBuildInputs

These dependencies are not needed for recent CodeQL versions. Removing
them also makes this package buildable on darwin.
parent 9de959a0
Loading
Loading
Loading
Loading
+1 −14
Original line number Diff line number Diff line
{ 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 = ''