mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
epgstation: move node-pre-gyp and node-gyp-build to buildInputs
This commit is contained in:
parent
dfeb273bfa
commit
834477e4d4
@ -42,7 +42,7 @@ let
|
||||
production = false;
|
||||
|
||||
buildInputs = [ bash ];
|
||||
nativeBuildInputs = drv.nativeBuildInputs ++ [
|
||||
nativeBuildInputs = (drv.nativeBuildInputs or [ ]) ++ [
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
|
@ -119,7 +119,7 @@ let
|
||||
# NOTE: this is a stub package to fetch npm dependencies for
|
||||
# ../../applications/video/epgstation
|
||||
epgstation = super."epgstation-../../applications/video/epgstation".override (drv: {
|
||||
nativeBuildInputs = [ self.node-pre-gyp self.node-gyp-build ];
|
||||
buildInputs = [ self.node-pre-gyp self.node-gyp-build ];
|
||||
meta = drv.meta // {
|
||||
platforms = pkgs.lib.platforms.none;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user