nixpkgs/pkgs/applications/networking/irc/quassel
Samuel Dionne-Riel c52b5b8a5d quassel: Fix use of mkDerivation
The `with stdenv;` would override the `mkDerivation` to be the regular
one, instead of the libsForQt5 one.

This simply removes the dangerous use of the all-encompassing `with`,
and prefers using a more precise inherit for `lib`.

See #65399

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-01 01:23:10 -04:00
..
default.nix quassel: Fix use of mkDerivation 2019-10-01 01:23:10 -04:00