google-chrome: fix native inputs, otherwise uses wrong patchelf
This commit is contained in:
parent
fd8bca45c9
commit
776e6da544
@ -71,9 +71,8 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = chromium.upstream-info.binary;
|
src = chromium.upstream-info.binary;
|
||||||
|
|
||||||
|
nativeBuildInputs = [ patchelf makeWrapper ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
patchelf makeWrapper
|
|
||||||
|
|
||||||
# needed for GSETTINGS_SCHEMAS_PATH
|
# needed for GSETTINGS_SCHEMAS_PATH
|
||||||
gsettings-desktop-schemas glib gtk
|
gsettings-desktop-schemas glib gtk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user