openssh: Remove useless .dev
This commit is contained in:
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ]
|
nativeBuildInputs = [ pkg-config ]
|
||||||
++ optional withKerberos kerberos.dev
|
++ optional withKerberos kerberos
|
||||||
++ extraNativeBuildInputs;
|
++ extraNativeBuildInputs;
|
||||||
buildInputs = [ zlib openssl libedit ]
|
buildInputs = [ zlib openssl libedit ]
|
||||||
++ optional withFIDO libfido2
|
++ optional withFIDO libfido2
|
||||||
|
|||||||
Reference in New Issue
Block a user