Apply suggestions from code review

Co-Authored-By: chessai <chessai@users.noreply.github.com>
This commit is contained in:
worldofpeace 2018-11-17 15:03:53 -05:00 committed by GitHub
parent 2517ca5488
commit 86dc05c920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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