Compare commits

..

2 Commits

Author SHA1 Message Date
xenia f1a03dbf33 lmao whoops 2024-12-17 00:54:22 -05:00
xenia ff3680817c ghidra: add back doc entries that are needed 2024-12-17 00:54:16 -05:00
2 changed files with 6 additions and 1 deletions

View File

@ -1 +0,0 @@
/nix/store/j0r1vyd1hd43rjzaday70wny2lhjkc1p-satisfactory-dedicated-server-build-15636842

View File

@ -148,6 +148,12 @@ stdenv.mkDerivation (finalAttrs: {
mv "$lib/lib/ghidra"/*/* "$lib/lib/ghidra"
rmdir "''${f[@]}"
mv "$lib/lib/ghidra/docs" "$doc/share/doc/ghidra"
# the builtin help viewer needs the following to stay in-tree
mkdir "$lib/lib/ghidra/docs"
cp "$doc/share/doc/ghidra/WhatsNew.html" "$lib/lib/ghidra/docs"
cp "$doc/share/doc/ghidra/README_PDB.html" "$lib/lib/ghidra/docs"
for path in server/svrREADME.html support/GhidraGo/ghidraGoREADME.html support/analyzeHeadlessREADME.html support/buildGhidraJarREADME.txt; do
out_path="$(basename "$path")"
mv "$lib/lib/ghidra/$path" "$doc/share/doc/ghidra/$out_path"