From 6a0c84d59493aa2cecdb2d422431f8223d06edd4 Mon Sep 17 00:00:00 2001 From: midchildan Date: Sat, 14 May 2022 15:24:01 +0900 Subject: epgstation: keep old buildInputs in overrideAttrs --- pkgs/applications/video/epgstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/video/epgstation') diff --git a/pkgs/applications/video/epgstation/default.nix b/pkgs/applications/video/epgstation/default.nix index 323b22c7883d3..1f5d23a684a8a 100644 --- a/pkgs/applications/video/epgstation/default.nix +++ b/pkgs/applications/video/epgstation/default.nix @@ -41,7 +41,7 @@ let # dependencies are pruned afterwards. production = false; - buildInputs = [ bash ]; + buildInputs = (drv.buildInputs or [ ]) ++ [ bash ]; nativeBuildInputs = (drv.nativeBuildInputs or [ ]) ++ [ makeWrapper ]; -- cgit 1.4.1