summary refs log tree commit diff
path: root/pkgs/applications/video/epgstation
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-05-14 15:24:01 +0900
committermidchildan <git@midchildan.org>2022-05-14 15:24:01 +0900
commit6a0c84d59493aa2cecdb2d422431f8223d06edd4 (patch)
treeb67af278c92500332cec9bb0ca9a22932434a1e8 /pkgs/applications/video/epgstation
parent834477e4d43f45bf34f52804015783298e4e2ff1 (diff)
epgstation: keep old buildInputs in overrideAttrs
Diffstat (limited to 'pkgs/applications/video/epgstation')
-rw-r--r--pkgs/applications/video/epgstation/default.nix2
1 files changed, 1 insertions, 1 deletions
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
     ];