We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af83ace commit c001304Copy full SHA for c001304
1 file changed
pkgs/by-name/re/reqable/package.nix
@@ -4,7 +4,7 @@
4
fetchurl,
5
dpkg,
6
autoPatchelfHook,
7
- makeBinaryWrapper,
+ wrapGAppsHook3,
8
fontconfig,
9
atk,
10
cairo,
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
38
nativeBuildInputs = [
39
dpkg
40
autoPatchelfHook
41
- makeBinaryWrapper
+ wrapGAppsHook3
42
];
43
44
buildInputs = [
@@ -72,11 +72,12 @@ stdenv.mkDerivation (finalAttrs: {
72
runHook postInstall
73
'';
74
75
+ dontWrapGApps = true;
76
+
77
preFixup = ''
- mkdir $out/bin
78
makeWrapper $out/share/reqable/reqable $out/bin/reqable \
- --prefix LD_LIBRARY_PATH : $out/share/reqable/lib \
79
- --set GIO_MODULE_DIR "${glib.out}/lib/gio/modules"
+ --prefix LD_LIBRARY_PATH : $out/share/reqable/lib \
80
+ ''${gappsWrapperArgs[@]}
81
82
83
passthru.updateScript = nix-update-script { };
0 commit comments