expect: split dev output
This commit is contained in:
parent
cdcc0b7110
commit
c4419e6264
1 changed files with 2 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue