openssh: Remove useless .dev

This commit is contained in:
Janne Heß
2021-03-11 11:59:16 +01:00
parent 2b1011d4a3
commit a1aa6bd250

View File

@@ -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