mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
badvpn: fix build
This commit is contained in:
parent
94bea74004
commit
e71a6aabf8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ let
|
|||
sha256="02b1fra43l75mljkhrq45vcrrqv0znicjn15g7nbqx3jppzbpm5z";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [
|
||||
cmake openssl nss nspr
|
||||
];
|
||||
|
@ -18,6 +17,7 @@ let
|
|||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit (s) name version;
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
inherit buildInputs;
|
||||
src = fetchurl {
|
||||
inherit (s) url sha256;
|
||||
|
|
Loading…
Reference in a new issue