epgstation: keep old buildInputs in overrideAttrs
This commit is contained in:
parent
834477e4d4
commit
6a0c84d594
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let
|
|||
# dependencies are pruned afterwards.
|
||||
production = false;
|
||||
|
||||
buildInputs = [ bash ];
|
||||
buildInputs = (drv.buildInputs or [ ]) ++ [ bash ];
|
||||
nativeBuildInputs = (drv.nativeBuildInputs or [ ]) ++ [
|
||||
makeWrapper
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue