Remove unnecessary patchelf

This commit is contained in:
Jordan Dominion
2024-11-09 11:17:11 -05:00
parent af6c5f3f82
commit 538e9cffee
-2
View File
@@ -84,7 +84,6 @@ stdenv.mkDerivation {
zlib
gcc_multi
glibc
patchelf
];
nativeBuildInputs = with pkgs; [
makeWrapper
@@ -103,7 +102,6 @@ stdenv.mkDerivation {
lib.makeBinPath (
with pkgs;
[
patchelf
dotnetCorePackages.aspnetcore_8_0
gdb
]