mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
rPackages.sodium: fix build
This commit is contained in:
parent
e1c796341a
commit
1af3c32897
@ -977,6 +977,14 @@ let
|
||||
'';
|
||||
});
|
||||
|
||||
sodium = old.sodium.overrideDerivation (attrs: with pkgs; {
|
||||
preConfigure = ''
|
||||
patchShebangs configure
|
||||
'';
|
||||
nativeBuildInputs = [ pkg-config ] ++ attrs.nativeBuildInputs;
|
||||
buildInputs = [ libsodium.dev ] ++ attrs.buildInputs;
|
||||
});
|
||||
|
||||
};
|
||||
in
|
||||
self
|
||||
|
Loading…
Reference in New Issue
Block a user