expect: split dev output

This commit is contained in:
Sandro Jäckel 2021-02-14 09:17:09 +01:00
parent cdcc0b7110
commit c4419e6264
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
done
'';
outputs = [ "out" "dev" ];
meta = with lib; {
description = "A tool for automating interactive applications";
homepage = "http://expect.sourceforge.net/";