summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtkit
Commit message (Collapse)AuthorAge
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* rtkit: 0.11 -> 0.13Edmund Wu2020-04-11
|
* rtkit: cleanupEdmund Wu2020-04-11
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: installTargets is a listRobin Gloster2019-12-30
|
* rtkit: link with librt explicitlyVladimír Čunát2019-01-06
|
* rtkit: add licensesMarkus Kowalewski2018-08-30
|
* rtkit: Add patch to fix format string errorsaszlig2018-04-12
| | | | | | | | | | | During the last staging merge I assume that we turned on -Werror=format-security by default (haven't checked in-depth though), which actually is a good thing. This causes the rtkit build to now fail, so I took a patch from Debian to fix these issues. Signed-off-by: aszlig <aszlig@nix.build>
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* rtkit: fix meta attrJörg Thalheim2017-04-29
|
* rtkit: *security* Pass uid of caller to polkitJörg Thalheim2016-10-05
| | | | | Otherwise, we force polkit to look up the uid itself in /proc, which is racy if they execve() a setuid binary.
* rtkit: add patch from debian to remove ControlGroup stanzaAlexander Ried2016-10-05
| | | | | fixes log clutter: systemd[1]: [/nix/store/....-rtkit-0.11/etc/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service'
* rtkit: Update from 0.10 to 0.11Rickard Nilsson2014-04-21
|
* * Add rtkit to the channel.Eelco Dolstra2011-08-01
| | | | svn path=/nixpkgs/branches/kde-4.7/; revision=28111
* * Added rtkit, a DBus system service for elevating the schedulingEelco Dolstra2011-07-26
priority of user processes. svn path=/nixpkgs/branches/kde-4.7/; revision=27961