expect: split dev output
This commit is contained in:
parent
cdcc0b7110
commit
c4419e6264
|
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool for automating interactive applications";
|
description = "A tool for automating interactive applications";
|
||||||
homepage = "http://expect.sourceforge.net/";
|
homepage = "http://expect.sourceforge.net/";
|
||||||
|
|
Loading…
Reference in New Issue