summary refs log tree commit diff
path: root/pkgs/development/libraries/uid_wrapper
Commit message (Collapse)AuthorAge
* uid_wrapper: 1.2.4 -> 1.2.7R. RyanTM2019-07-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uid_wrapper/versions
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* uid_wrapper: 1.2.0 -> 1.2.4Ryan Mulligan2018-02-28
| | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - found 1.2.4 with grep in /nix/store/dqq7n2sk0fdzn7dnz88yhgms5dq6s39x-uid_wrapper-1.2.4 - found 1.2.4 in filename of file in /nix/store/dqq7n2sk0fdzn7dnz88yhgms5dq6s39x-uid_wrapper-1.2.4 cc "@wkennington"
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* uid_wrapper: Remove glibc from build inputs hackTuomas Tynkkynen2016-04-15
| | | | Not needed anymore after #14668
* Merge staging into closure-sizeVladimír Čunát2015-11-20
|\ | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * uid_wrapper: 1.1.1 -> 1.2.0William A. Kennington III2015-11-07
| |
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * uid_wrapper: 1.1.0 -> 1.1.1William A. Kennington III2015-08-28
| |
* | Merge staging into closure-sizeVladimír Čunát2015-05-05
|\|
| * uid_wrapper.src: use mirrors to enable better availability for proxied usersEdward Tjörnhammar2015-04-29
| |
* | samba.org wrappers: fix builds by a hackVladimír Čunát2015-04-21
|/
* uid_wrapper: the unquoted meta.homepage url breaks evaluationPeter Simons2015-03-05
|
* uid_wrapper: Add derivationWilliam A. Kennington III2015-03-04