Skip to content

Commit

Permalink
Try remove-references-to again
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Oct 12, 2023
1 parent 5415213 commit f77593a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/7.x/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
, cacert
, lz4
, jemalloc
, glibc
, removeReferencesTo
, version ? "7.1.37"
, sha256 ? "sha256-jJ1OUdjDhReY0iXzFlXu/cOE7dqu8LHuVRfkbuF8AtE="
Expand Down Expand Up @@ -91,6 +92,10 @@ stdenv.mkDerivation {
mv $out/lib $lib
mv $out/bindings $bindings
remove-references-to -t ${gcc11.cc} $lib/libfdb_java.so
remove-references-to -t ${glibc.dev} $lib/libfdb_java.so
remove-references-to -t ${openjdk11} $lib/libfdb_java.so
'';

dontPatchShebangs = true;
Expand Down

0 comments on commit f77593a

Please sign in to comment.