badvpn: fix build

This commit is contained in:
Michael Raskin 2017-10-10 17:08:00 +02:00
parent 94bea74004
commit e71a6aabf8

View file

@ -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;