Paraver: Use wrapGApps Hook for nixos
Needed to fix the error on NixOS: GLib-GIO-ERROR **: No GSettings schemas are installed on the system See https://github.com/NixOS/nixpkgs/issues/16285 Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es> Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
3b21a32d83
commit
37ce5ef391
@ -10,6 +10,7 @@
|
|||||||
, paraverKernel
|
, paraverKernel
|
||||||
, openssl
|
, openssl
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -48,6 +49,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-openssl=${openssl.dev}"
|
"--with-openssl=${openssl.dev}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
wrapGAppsHook
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
boost
|
boost
|
||||||
|
Loading…
Reference in New Issue
Block a user