fix helium gsettings warning
This commit is contained in:
parent
609beb2089
commit
9c30e3de4d
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
||||||
at-spi2-atk,
|
at-spi2-atk,
|
||||||
at-spi2-core,
|
at-spi2-core,
|
||||||
cups,
|
cups,
|
||||||
|
gsettings-desktop-schemas,
|
||||||
|
gtk3,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
architectures = {
|
architectures = {
|
||||||
|
|
@ -81,6 +83,8 @@ stdenv.mkDerivation rec {
|
||||||
at-spi2-atk
|
at-spi2-atk
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
cups
|
cups
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
gtk3
|
||||||
];
|
];
|
||||||
|
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
|
|
@ -102,6 +106,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
makeWrapper $out/opt/helium/chrome-wrapper $out/bin/helium-browser \
|
makeWrapper $out/opt/helium/chrome-wrapper $out/bin/helium-browser \
|
||||||
--chdir $out/opt/helium \
|
--chdir $out/opt/helium \
|
||||||
|
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}" \
|
||||||
--prefix LD_LIBRARY_PATH : "${
|
--prefix LD_LIBRARY_PATH : "${
|
||||||
lib.makeLibraryPath [
|
lib.makeLibraryPath [
|
||||||
libGL
|
libGL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue