ghidra: 9.1 -> 9.1.2
Move icoutils from buildInputs to nativeBuildInputs because it is a compile time dependency.
This commit is contained in:
parent
0e27a1f2b4
commit
ec88246d1a
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, unzip, lib, makeWrapper, autoPatchelfHook
|
{ stdenv, fetchzip, lib, makeWrapper, autoPatchelfHook
|
||||||
, openjdk11, pam, makeDesktopItem, icoutils
|
, openjdk11, pam, makeDesktopItem, icoutils
|
||||||
}: let
|
}: let
|
||||||
|
|
||||||
@ -16,23 +16,22 @@
|
|||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "ghidra-9.1";
|
name = "ghidra-9.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchzip {
|
||||||
url = "https://ghidra-sre.org/ghidra_9.1_PUBLIC_20191023.zip";
|
url = "https://ghidra-sre.org/ghidra_9.1.2_PUBLIC_20200212.zip";
|
||||||
sha256 = "0pl7s59008gvgwz4mxp7rz3xr3vaa12a6s5zvx2yr9jxx3gk1l99";
|
sha256 = "0j48pijypg44bw06azbrgfqjkigb13ljfdxib70sxwyqia3vkbbm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
unzip
|
icoutils
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
pam
|
pam
|
||||||
icoutils
|
|
||||||
];
|
];
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user