formatting

This commit is contained in:
Chance 2025-03-29 20:20:40 -04:00
parent 91af33858a
commit 7cd954a48a
Signed by: caznix
GPG key ID: 489D213143D753FD
15 changed files with 19868 additions and 2689 deletions

View file

@ -40,7 +40,6 @@ in
doCheck = false;
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath buildInputs}";
fixupPhase = ''
wrapProgram $out/bin/${pname} --set PATH ${bash}/bin:\$PATH --set LD_LIBRARY_PATH ${pkgs.lib.makeLibraryPath buildInputs}
'';