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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user