programs: ship expect
This commit is contained in:
@@ -52,6 +52,7 @@ in
|
||||
"errno"
|
||||
"ethtool"
|
||||
"evtest"
|
||||
"expect"
|
||||
"fatresize"
|
||||
"fd"
|
||||
"fftest" # for debugging moby haptics/vibrator, mostly
|
||||
|
@@ -58,6 +58,7 @@
|
||||
./evince.nix
|
||||
./evolution-data-server.nix
|
||||
./exiftool.nix
|
||||
./expect.nix
|
||||
./fcitx5.nix
|
||||
./feedbackd.nix
|
||||
./fftest.nix
|
||||
|
7
hosts/common/programs/expect.nix
Normal file
7
hosts/common/programs/expect.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
sane.programs.expect = {
|
||||
packageUnwrapped = pkgs.linkBinIntoOwnPackage pkgs.expect "expect";
|
||||
sandbox.enable = false; #< it's typically used to launch programs
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user