programs: ship expect
This commit is contained in:
@@ -52,6 +52,7 @@ in
|
|||||||
"errno"
|
"errno"
|
||||||
"ethtool"
|
"ethtool"
|
||||||
"evtest"
|
"evtest"
|
||||||
|
"expect"
|
||||||
"fatresize"
|
"fatresize"
|
||||||
"fd"
|
"fd"
|
||||||
"fftest" # for debugging moby haptics/vibrator, mostly
|
"fftest" # for debugging moby haptics/vibrator, mostly
|
||||||
|
@@ -58,6 +58,7 @@
|
|||||||
./evince.nix
|
./evince.nix
|
||||||
./evolution-data-server.nix
|
./evolution-data-server.nix
|
||||||
./exiftool.nix
|
./exiftool.nix
|
||||||
|
./expect.nix
|
||||||
./fcitx5.nix
|
./fcitx5.nix
|
||||||
./feedbackd.nix
|
./feedbackd.nix
|
||||||
./fftest.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