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 c001304 commit 477c1d8Copy full SHA for 477c1d8
1 file changed
pkgs/by-name/re/reqable/package.nix
@@ -76,8 +76,8 @@ stdenv.mkDerivation (finalAttrs: {
76
77
preFixup = ''
78
makeWrapper $out/share/reqable/reqable $out/bin/reqable \
79
- --prefix LD_LIBRARY_PATH : $out/share/reqable/lib \
80
- ''${gappsWrapperArgs[@]}
+ --prefix LD_LIBRARY_PATH : $out/share/reqable/lib \
+ ''${gappsWrapperArgs[@]}
81
'';
82
83
passthru.updateScript = nix-update-script { };
0 commit comments