use rec
instead of let ... in
This commit is contained in:
parent
86dc05c920
commit
5b0f33a8ab
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user