all-packages.nix: Remove trailing space for qutebrowser

This commit is contained in:
Doron Behar 2020-09-17 09:24:46 +03:00
parent 832738755f
commit eaf667bbf0

View File

@ -22846,7 +22846,7 @@ in
}; };
self = python3; self = python3;
}; };
in libsForQt5.callPackage ../applications/networking/browsers/qutebrowser { in libsForQt5.callPackage ../applications/networking/browsers/qutebrowser {
python3 = python; python3 = python;
}; };