epgstation: keep old buildInputs in overrideAttrs

main
midchildan 2 years ago
parent 834477e4d4
commit 6a0c84d594
No known key found for this signature in database
GPG Key ID: A64DE57FA5963935
  1. 2
      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
];

Loading…
Cancel
Save