use rec instead of let ... in

This commit is contained in:
chessai 2018-11-17 15:08:41 -05:00 committed by GitHub
parent 86dc05c920
commit 5b0f33a8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,10 @@
assert (openssl != null) == (gnutls == null);
let
stdenv.mkDerivation rec {
version = "unstable-2018-10-08";
name = "openconnect_pa-${version}";
in stdenv.mkDerivation rec {
inherit name;
outputs = [ "out" "dev" ];
src = fetchFromGitHub {