nixpkgs/pkgs/os-specific/linux
Sander van der Burg 9af95960e2 skawarePackages: 2021-01 release
Maintainer notes
-----
The execline exec function interface changed quite drastically, and
backwards-compatibility to the old functions was dropped in-between
the last release and this one. Thus, downstream code might break.
At the end of this commit message is a compatibility interface.

-----
Release notes
-----

 Hello,

 Happy New Year to everyone!
 New versions of the skarnet.org packages are available.

 This is a major release. The skalibs major version number has been
bumped, which means that compatibility with previous versions is not
ensured. Other packages have been updated to build against the new
skalibs. If they only had their patch number increased, that's all
the modifications they had (save for possible bugfixes); but some
packages also received significant changes and underwent either a major
(compatibility not ensured) or minor (simple additions) release.

 Support for the 2.9.* branch of skalibs, and associated versions of
the other packages, is still ensured for a while, but users are always
strongly encouraged to upgrade.

 * General
   -------

 - Some rarely-triggered build bugs have been fixed.
 - -fno-stack-protector is not part of the default CFLAGS anymore;
stack protector policy now defaults to the compiler's settings.

* skalibs-2.10.0.0
  ----------------

 - Bugfixes.
 - Significant code cleanup.
 - New sysdep: chroot.
 - Lots of new functions, mostly to optimize the number of needed
fcntl() calls at open() time. Traces should generally be marginally
shorter than they were before.
 - Removal of the DJBUNIX_FLAG_NB and DJBUNIX_FLAG_COE macros, replaced
by the POSIX O_NONBLOCK and O_CLOEXEC macros wherever they were used.
 - Removal of the skalibs/webipc.h header, and better header separation.
 - Complete revamping of the pathexec functions, now separated into
exec_* (simple execution) and mexec_* (execution with merging of the
environment first). In true skalibs fashion, there is a little code,
and 3 pages of convenience macros (the exec.h header).
 - Complete rewrite of the locking functions, with a change of
underlying mechanisms. The skalibs locking primitives are now named
fd_lock(), fd_unlock() and fd_islocked().
 The Unix locks primitive space is a horror show. flock() is not
POSIX and does not have a way to test for a lock without taking it.
The POSIX lockf() only has exclusive locks, not shared ones. The least
bad option is fcntl(), which has shared and exclusive locks *and* a way
to check for a lock without taking it, but does not allow taking a
shared lock via a O_WRONLY file descriptor. Of all inconveniences this
is the most minor one, so now skalibs uses fcntl().

 https://skarnet.org/software/skalibs/
 git://git.skarnet.org/skalibs

 * nsss-0.1.0.0
   ------------

 - New --enable-libc-includes configure option. Without this option,
the pwd.h, grp.h and shadow.h headers are not installed anymore, so
by default installing nsss on a FHS system does not overwrite the
libc headers.

 https://skarnet.org/software/nsss/
 git://git.skarnet.org/nsss

 * utmps-0.1.0.0
   -------------

 - New --enable-libc-includes configure option. Without this option,
the utmpx.h header is not installed anymore, so by default installing
utmps on a FHS system does not overwrite the libc headers.

 https://skarnet.org/software/utmps/
 git://git.skarnet.org/utmps

 * execline-2.7.0.0
   ----------------

 - Bugfixes.
 - The trap program has changed. The "timeout" directive has been
removed; a "default" directive has been added, to handle all signals
for which a specific directive has not been given. Subprograms are
now run with the SIGNAL environment variable set to the signal number
(in addition to ! always being set to the application's pid).
 - The forstdin program has changed. It now exits 0 if it has read at
least one line, and 1 otherwise.
 - The default list of delimiters for backtick, withstdinas, forstdin
and forbacktickx has been set to "\n", so by default those programs
will read and/or split on lines and only lines.
 - The backtick, withstdinas, forstdin, forbacktickx, forx, getpid
and getcwd programs now have a -E option to activate autoimport.
(This saves the user from manually adding "importas var var" after
every use of these programs.)

 https://skarnet.org/software/execline/
 git://git.skarnet.org/execline

 * s6-2.10.0.0
   -----------

 It is imperative to restart your supervision trees, by rebooting if
necessary, after upgrading s6 to the new version. Otherwise, new s6
binaries interacting with service directories maintained by old
s6-supervise binaries may not work.
 If you are using s6-linux-init, it is necessary to upgrade to the
latest version of s6-linux-init at the same time as s6.

 - Bugfixes.
 - Significant code refactoring.
 - The internal locking system of service directories has changed,
allowing for a cleaner permissions model and official support of
relaxed permissions.
 - New binary to implement those relaxed permissions: s6-svperms.
 - The "nosetsid" file is not supported anymore in service directories.
Services are now always started in a new session.
 - s6-supervise now traps SIGINT: before dying, it sends a SIGINT to its
service's process group. This allows correct transmission of ^C when a
supervision tree is running in a terminal, even though every service
runs in its own session.
 - s6-svc -X doesn't exist anymore. s6-supervise now always closes stdin
and stdout on the last execution of the service.
 - The semantics of SIGHUP and SIGQUIT have changed for s6-supervise.
 - The set of commands sent by s6-svscanctl and received by s6-svscan
has been cleaned up and made more logical.
 - When told to exit normally (typically via s6-svscanctl -t), s6-svscan
now first waits for the whole supervision tree to die. The
.s6-svscan/finish script can now assume that all services are completely
down. (s6-svscanctl -b is an exception; it should not be used in normal
circumstances.)
 - The -s and -S options to s6-svscan are not supported anymore. Signal
management in s6-svscan has been streamlined: signals have a default
handler that can be overridden by a corresponding executable
.s6-svscan/SIGfoo file.
 - Default signal handlers for s6-svscan have more intuitive semantics.
 - New binary to help with management of user-owned supervision trees:
s6-usertree-maker.

 https://skarnet.org/software/s6/
 git://git.skarnet.org/s6

s6 now has man pages! Thanks to flexibeast for performing the conversion

work. Please allow some time for the man pages to be updated to reflect
the current HTML documentation. The repository can be found here:

 https://github.com/flexibeast/s6-man-pages

 * s6-linux-init-1.0.6.0
   ---------------------

 It *is necessary* to upgrade s6-linux-init at the same time as s6.
 It *is recommended*, although not strictly necessary, to create your
run-image directory again via a s6-linux-init-maker invocation. Old
images will still boot, as long as you are using an upgraded version
of s6-linux-init; but they may incorrectly handle signals sent to init,
so for instance Ctrl-Alt-Del may not work anymore, until you run
s6-linux-init-maker again.

 - New internal binary: s6-linux-init-nuke. This program is not meant
to be invoked by users directly: it simply removes a dependency to the
'kill' program in a rare case involving containers.

 https://skarnet.org/software/s6-linux-init/
 git://git.skarnet.org/s6-linux-init

 * s6-dns-2.3.4.0
   --------------

 - New library function: s6dns_message_parse_question().

 https://skarnet.org/software/s6-dns/
 git://git.skarnet.org/s6-dns

 * s6-networking-2.4.0.0
   ---------------------

 - Important refactoring of the tls code. The crypto tunnel now runs
as a child of the application, instead of the other way around. It is
now isolated in a s6-tls[cd]-io binary; s6-tlsc is now a simple wrapper
around s6-tlsc-io, and s6-tlsd is a simple wrapper around s6-tlsd-io.
 - New binaries: s6-ucspitlsc and s6-ucspitlsd. Those implement
opportunistic TLS via the UCSPI-TLS protocol.
 - The -K option to the tls binaries has changed semantics: it now
enforces a timeout for the handshake instead of dropping the connection
after some inactivity. Note that this option is only useful with the
bearssl backend: the libtls backend always performs a synchronous
handshake, with no way of interrupting it after a timeout expires.
 - The execline dependency is now optional. Disabling execline, however,
changes the behaviour of s6-tcpserver-access (which cannot support
exec files without it).

 https://skarnet.org/software/s6-networking/
 git://git.skarnet.org/s6-networking

 It is now possible to build the s6-networking package against OpenSSL
instead of LibreSSL, thanks to the libretls project:
 https://git.causal.agency/libretls/about/

 * mdevd-0.1.3.0
   -------------

 - New -C option to the mdevd program. This option makes mdevd
automatically spawn a mdevd-coldplug program when it's ready, allowing
mdevd to be used as a drop-in mdev -d replacement. (Note that the
coldplug is also performed if mdevd restarts after being killed, so
this feature should not be used in place of a proper service startup
sequence with a mdevd-coldplug oneshot depending on the mdevd longrun.
It has only been added for convenience.)

 https://skarnet.org/software/mdevd/
 git://git.skarnet.org/mdevd

 * Other packages
   --------------

 The following packages have received an update so they build with the

latest version of skalibs and other dependencies, but nothing has changed

except possibly some bugfixes, and hopefully not too many bug additions.

 - s6-rc-0.5.2.1. (It is not necessary to recompile your service
database. However, it is necessary to upgrade s6-rc along with s6, and
to reboot the system ASAP after upgrading.)
 - s6-portable-utils-2.2.3.1
 - s6-linux-utils-2.5.1.4
 - bcnm-0.0.1.2

 Enjoy,
 Bug-reports welcome.

--
 Laurent

-----
execline compat interface
-----

    /* Compatibility */

    #define pathexec_run(file, argv, envp) exec_ae(file, argv, envp)
    #define pathexec0_run(file, argv, envp) exec0_ae(file, argv, envp)
    #define xpathexec_run(file, argv, envp) xexec_ae(file, argv, envp)
    #define xpathexec0_run(file, argv, envp) xexec0_ae(file, argv, envp)

    #define pathexec_env(key, value) env_mexec(key, value)
    #define pathexec_fromenv(argv, envp, envlen) mexec_f(argv, envp, envlen)
    #define pathexec(argv) mexec(argv)
    #define pathexec0(argv) mexec0(argv)
    #define xpathexec_fromenv(argv, envp, envlen) xmexec_f(argv, envp, envlen)
    #define xpathexec(argv) xmexec(argv)
    #define xpathexec0(argv) xmexec0(argv)

    #define pathexec_r_name(file, argv, envp, envlen, modif, modiflen) mexec_afm(file, argv, envp, envlen, modif, modiflen)
    #define pathexec_r(argv, envp, envlen, modif, modiflen) mexec_fm(argv, envp, envlen, modif, modiflen)
    #define xpathexec_r_name(file, argv, envp, envlen, modif, modiflen) xmexec_afm(file, argv, envp, envlen, modif, modiflen)
    #define xpathexec_r(argv, envp, envlen, modif, modiflen) xmexec_fm(argv, envp, envlen, modif, modiflen)

    #endif

copied from 18e4356557 (diff-69efbe5d997280a1430a6af2fa38e3f5105e706076a26fc751885c505ca598c6R140)
2021-01-23 12:16:41 +01:00
..
915resolution treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
acpi pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
acpi-call treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
acpid treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
acpitool pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
afuse treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
akvcam
alsa-firmware pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
alsa-lib alsaLib: correct license field 2021-01-17 03:49:59 +01:00
alsa-oss treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
alsa-plugins treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
alsa-tools treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
alsa-topology-conf treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
alsa-ucm-conf treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
alsa-utils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
amdgpu-pro pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
anbox pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
android-udev-rules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
apparmor treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
asus-wmi-sensors treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ati-drivers pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
atop treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
audit pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
autofs pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
batman-adv treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
bbswitch treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bcc pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
beefi beefi: Init at 0.1.1 2021-01-14 20:35:00 +01:00
blktrace pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
bluez treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
bolt treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
bpftool treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
bpftrace treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
bridge-utils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
brillo treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
broadcom-sta pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
btfs treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
busybox pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
cachefilesd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
can-isotp treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
can-utils treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
catfs
checkpolicy pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
checksec pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
chromium-xorg-conf
cifs-utils cifs-utils: missing python3 dependency for smbinfo 2021-01-20 18:39:42 +01:00
compsize compsize: 1.3 -> 1.4 2021-01-21 06:11:51 -05:00
conky treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
conntrack-tools treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
consoletools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
conspy pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
cpufrequtils treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
cpuid pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
cpupower pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
cpuset treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
cpustat
cramfsprogs treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
cramfsswap treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
crda treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
criu treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
cryptodev pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
cryptsetup treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
cshatag
dbus-broker treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ddcci treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
device-tree pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
devmem2 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
digimend pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
directvnc treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
disk-indicator pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
displaylink treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dmidecode treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dmraid pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
dmtcp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dpdk treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
drbd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dropwatch treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
dstat dstat: 0.7.3 -> 0.7.4 2021-01-18 10:50:46 +01:00
e1000e pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
earlyoom pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
ebtables ebtables: restore "legacy" commands 2021-01-18 20:27:17 +01:00
edac-utils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
ell ell: 0.35 -> 0.36 2021-01-20 23:50:25 -05:00
ena treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
erofs-utils treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
eudev treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
evdi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
eventstat
exfat Revert "lib: Clean up how linux and gcc config is specified" 2021-01-22 14:07:06 -08:00
extrace treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
facetimehd pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
fatrace treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fbterm treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ffado treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
firejail pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
firmware treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
flashbench treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fnotifystat
forkstat
forktty pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
freefall treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fscrypt treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fscryptctl treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fswebcam pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
ftop treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fuse pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
fwts treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
fxload treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
g15daemon
gcadapter-oc-kmod treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gfxtablet pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
gobi_loader treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gogoclient treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
google-authenticator
gpu-switch
gradm treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
guvcview treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
hal-flash treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
hd-idle treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
hdapsd pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
hdparm treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
health-check
hibernate pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
hostapd treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
hwdata pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
hyperv-daemons treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
i2c-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
i7z
i810switch pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
ifenslave pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
ifmetric treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
iio-sensor-proxy treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ima-evm-utils treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
input-utils treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
intel-compute-runtime treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
intel-ocl pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
intel-speed-select treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
iomelt
ioport treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
iotop treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
iproute treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ipsec-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ipset treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
iptables treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
iptstate treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
iputils treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ipvsadm treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
irqbalance treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
it87 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
iw pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
iwd iwd: 1.10 -> 1.11 2021-01-20 23:50:51 -05:00
ixgbevf treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
jfbview pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
jool treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
jujuutils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
kbd treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
kbdlight treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kernel Revert "lib: Clean up how linux and gcc config is specified" 2021-01-22 14:07:06 -08:00
kernel-headers Revert "lib: Clean up how linux and gcc config is specified" 2021-01-22 14:07:06 -08:00
kexectools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
keyutils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
klibc Revert "lib: Clean up how linux and gcc config is specified" 2021-01-22 14:07:06 -08:00
kmod treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
kmod-blacklist-ubuntu treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kmod-debian-aliases
kmscon treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
kmscube treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
latencytop treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ldm pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
ledger-udev-rules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
libaio pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
libatasmart treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libbpf treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libcap pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
libcap-ng pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
libcgroup pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
libevdevc treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libfabric treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libgestures treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libnl treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libpsm2 treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libratbag treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libselinux treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libsemanage treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libsepol pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
libsmbios treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
libudev0-shim treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
libvolume_id treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
libwebcam treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
light pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
lightum treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
linuxptp treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lksctp-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lm-sensors pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
lockdep pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
logitech-udev-rules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lsb-release
lsiutil pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
lsscsi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lttng-modules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
lvm2 treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
lxc Merge pull request #109071 from marsam/update-lxc 2021-01-19 06:54:08 -05:00
lxcfs lxcfs: 4.0.6 -> 4.0.7 2021-01-20 05:15:04 +00:00
macchanger treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mba6x_bl treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mbpfan
mcelog treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mdadm pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
metastore treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
microcode treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mingetty treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
miraclecast treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
mkinitcpio-nfs-utils treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mmc-utils treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
molly-guard treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
msr-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mstpd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
multipath-tools treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
musl Merge pull request #104039 from kampka/musl 2021-01-03 10:08:02 +01:00
mwprocapture pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
mxu11x0 treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
ndiswrapper pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
net-tools pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
netatop pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
nfs-utils treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
nftables treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
nixos-rebuild nixos-rebuild: put some important dependencies in PATH 2021-01-16 13:24:18 +01:00
nmon treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nss_ldap treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
numactl treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
numad treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
numatop treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
numworks-udev-rules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nvidia-x11 treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
nvidiabl treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nvme-cli
oci-seccomp-bpf-hook treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
odp-dpdk treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ofp treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
open-iscsi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
open-isns pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
opengl/xorg-sys pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
openrazer treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
openvswitch treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
otpw pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
pagemon treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pam linux-pam: remove broken musl pam_exec patch 2021-01-19 02:41:52 -05:00
pam_ccreds treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pam_gnupg treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pam_krb5 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pam_ldap
pam_mount treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pam_p11 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pam_pgsql treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pam_ssh_agent_auth pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
pam_u2f treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pam_usb treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pax-utils
paxctl treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
paxtest treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pcimem treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pcm treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pcmciautils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
perf-tools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pflask
phc-intel pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
piper treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pipework
pktgen treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
ply pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
plymouth treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pm-utils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
pmount pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
policycoreutils treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pommed-light treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
power-calibrate
powerstat treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
powertop treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pps-tools pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
prl-tools pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
procdump treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
procps-ng treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
pscircle treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
psftools treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
psmisc pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
r8125 r8125: add broken check for kernel >=5.9.1 2020-12-31 15:38:52 -05:00
r8168
radeontools treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
radeontop treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
raspberrypi-eeprom rpi-eeprom: unstable-2020-10-05 -> 2020-12-11 2020-12-27 17:01:02 +01:00
rdma-core treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
read-edid treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
regionset treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
reptyr
rewritefs treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
rfkill treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
roccat-tools treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
rtkit treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
rtl88x2bu treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rtl88xxau-aircrack treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rtl8192eu pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
rtl8723bs Revert "lib: Clean up how linux and gcc config is specified" 2021-01-22 14:07:06 -08:00
rtl8812au Revert "lib: Clean up how linux and gcc config is specified" 2021-01-22 14:07:06 -08:00
rtl8814au treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rtl8821au treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rtl8821ce treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rtl8821cu treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
rtlwifi_new pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
s6-linux-utils skawarePackages: 2021-01 release 2021-01-23 12:16:41 +01:00
sch_cake pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
schedtool treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sd-switch treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sdnotify-wrapper skawarePackages: 2021-01 release 2021-01-23 12:16:41 +01:00
sdparm treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
selinux-python pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
selinux-sandbox pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
semodule-utils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
sepolgen treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
service-wrapper treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
setools pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
seturgent pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
shadow pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
sinit pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
smem
smemstat
speedometer
sssd treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
statifier
swapview
syscall_limiter treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sysdig pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
sysfsutils pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
sysklogd sysklogd: add explainer for musl patch 2021-01-20 14:27:30 -05:00
syslinux pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
sysstat pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
system76 treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
system76-acpi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
system76-io treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
systemd treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
systemd-wait
sysvinit pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
target-isns pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
targetcli treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tbs pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
tcp-wrappers pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
thunderbolt treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
tiptop treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tiscamera
tmon treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tomb tomb: 2.8.1 -> 2.9 2021-01-21 12:51:30 +00:00
tp_smapi pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
tpacpi-bat pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
trace-cmd treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
trezor-udev-rules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
trinity treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tunctl pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
turbostat treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tuxedo-keyboard treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
uclibc Revert "lib: Clean up how linux and gcc config is specified" 2021-01-22 14:07:06 -08:00
udisks treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
udisks-glue treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
undervolt treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
unstick treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
untie treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
upower treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
usbguard nixos/tests/usbguard: init 2021-01-23 01:19:11 +01:00
usbip treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
usbtop treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
usbutils treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
usermount treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
util-linux treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
uvcdynctrl treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
v4l2loopback treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
v4l-utils treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
v86d treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
virtualbox
wireguard pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
wireless-tools pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
wooting-udev-rules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
wpa_supplicant treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
x86_energy_perf_policy treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
x86info pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
xf86-input-cmt treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
xf86-input-wacom treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
xf86-video-nested treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
xpadneo
xsensors treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
zenmonitor treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
zenpower treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zenstates treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
zfs zfs: use meta.broken instead of throw when incompatible with kernel 2021-01-21 14:58:00 +01:00
zsa-udev-rules treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00