3
0
Fork 0
forked from mirrors/nixpkgs

Remove trailing whitespace

This commit is contained in:
Evan Stoll 2020-10-19 20:52:25 -04:00
parent 99e2f6cb8e
commit 80d34ab9a4
2 changed files with 3 additions and 3 deletions

View file

@ -70,10 +70,10 @@ stdenv.mkDerivation rec {
'';
postInstall = ''
# move the binaries to the share/Grabber folder so
# move the binaries to the share/Grabber folder so
# some relative links can be resolved (e.g. settings.ini)
mv $out/bin/* $out/share/Grabber/
cd ../..
# run the package.sh with $out/share/Grabber as the $APP_DIR
sh ./scripts/package.sh $out/share/Grabber

View file

@ -21429,7 +21429,7 @@ in
img2pdf = with python3Packages; toPythonApplication img2pdf;
imgbrd-grabber = qt5.callPackage ../applications/graphics/imgbrd-grabber/default.nix {
imgbrd-grabber = qt5.callPackage ../applications/graphics/imgbrd-grabber/default.nix {
typescript = nodePackages.typescript;
};