forked from mirrors/nixpkgs
Remove trailing whitespace
This commit is contained in:
parent
99e2f6cb8e
commit
80d34ab9a4
|
@ -70,10 +70,10 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
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)
|
# some relative links can be resolved (e.g. settings.ini)
|
||||||
mv $out/bin/* $out/share/Grabber/
|
mv $out/bin/* $out/share/Grabber/
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
# run the package.sh with $out/share/Grabber as the $APP_DIR
|
# run the package.sh with $out/share/Grabber as the $APP_DIR
|
||||||
sh ./scripts/package.sh $out/share/Grabber
|
sh ./scripts/package.sh $out/share/Grabber
|
||||||
|
|
|
@ -21429,7 +21429,7 @@ in
|
||||||
|
|
||||||
img2pdf = with python3Packages; toPythonApplication img2pdf;
|
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;
|
typescript = nodePackages.typescript;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue