nix-files/pkgs/additional/sxmo-suspend/default.nix

11 lines
286 B
Nix
Raw Normal View History

{ static-nix-shell }:
static-nix-shell.mkPython3Bin {
# name is `sxmo_suspend.sh` because that's the binary this intends to replace
pname = "sxmo_suspend.sh";
srcRoot = ./.;
pkgs = [ "rtl8723cs-wowlan" "util-linux" ];
extraMakeWrapperArgs = [ "--add-flags" "--verbose" ];
}