mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
This commit is contained in:
parent
2517ca5488
commit
86dc05c920
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user