Skip to content

Commit

Permalink
flake.nix: remove redundant stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 31, 2023
1 parent a94e55a commit 77d75eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
'';
};

secp256k1-static = stripDylib (pkgs.secp256k1.overrideAttrs (attrs: {
secp256k1-static = pkgs.secp256k1.overrideAttrs (attrs: {
configureFlags = attrs.configureFlags ++ [ "--enable-static" ];
}));
});

ncurses-static = pkgs.ncurses.override { enableStatic = true; };

Expand Down

0 comments on commit 77d75eb

Please sign in to comment.