openssh: Remove useless .dev

This commit is contained in:
Janne Heß 2021-03-11 11:59:16 +01:00
parent 2b1011d4a3
commit a1aa6bd250
No known key found for this signature in database
GPG key ID: 69165158F05265DF

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