Skip to content

Commit

Permalink
feat(libmain): drop openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Feb 8, 2025
1 parent 06a2532 commit c6d92e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/libmain/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
lib,
mkMesonLibrary,

openssl,

nix-util,
nix-store,

Expand Down Expand Up @@ -37,7 +35,6 @@ mkMesonLibrary (finalAttrs: {
propagatedBuildInputs = [
nix-util
nix-store
openssl
];

preConfigure =
Expand Down
2 changes: 0 additions & 2 deletions src/libmain/shared.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include <features.h>
#endif

#include <openssl/crypto.h>

#include "exit.hh"
#include "strings.hh"

Expand Down

0 comments on commit c6d92e7

Please sign in to comment.