openssh: Remove useless .dev
This commit is contained in:
parent
2b1011d4a3
commit
a1aa6bd250
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config ]
|
||||
++ optional withKerberos kerberos.dev
|
||||
++ optional withKerberos kerberos
|
||||
++ extraNativeBuildInputs;
|
||||
buildInputs = [ zlib openssl libedit ]
|
||||
++ optional withFIDO libfido2
|
||||
|
|
Loading…
Reference in a new issue