1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

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" ];