Skip to content

Commit 477c1d8

Browse files
reqable: fix formatting
1 parent c001304 commit 477c1d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/re/reqable/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ stdenv.mkDerivation (finalAttrs: {
7676

7777
preFixup = ''
7878
makeWrapper $out/share/reqable/reqable $out/bin/reqable \
79-
--prefix LD_LIBRARY_PATH : $out/share/reqable/lib \
80-
''${gappsWrapperArgs[@]}
79+
--prefix LD_LIBRARY_PATH : $out/share/reqable/lib \
80+
''${gappsWrapperArgs[@]}
8181
'';
8282

8383
passthru.updateScript = nix-update-script { };

0 commit comments

Comments
 (0)