aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-27Adding mesa dependencies and disabling format hardeningKaiden Fey1-2/+10
2020-09-27SQUASH MEKaiden Fey1-0/+2
2020-09-27pkgs/liberation-circuit: init at 1.3Kaiden Fey1-0/+15
2020-09-21pkgs/pelican: disabling broken test suiteKatharina Fey1-1/+1
2020-03-27msmtp: adding texinfo to buildInputsKatharina Fey1-2/+2
2020-01-21mullvad-vpn: wrapping the mullvad-daemon to have access to iprouteKatharina Fey1-2/+6
2019-11-23wally-cli: init at 1.1.1Katharina Fey3-0/+102
2019-10-25prosody: updating prosody_modules branchKatharina Fey1-2/+2
2019-10-06quassel: Fix use of `mkDerivation`Samuel Dionne-Riel1-6/+9
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>