about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* linux: 5.5.6 -> 5.5.7Tim Steinbach2020-02-28
|
* linux: 5.4.22 -> 5.4.23Tim Steinbach2020-02-28
|
* linux: 4.9.214 -> 4.9.215Tim Steinbach2020-02-28
|
* linux: 4.4.214 -> 4.4.215Tim Steinbach2020-02-28
|
* linux: 4.19.106 -> 4.19.107Tim Steinbach2020-02-28
|
* linux: 4.14.171 -> 4.14.172Tim Steinbach2020-02-28
|
* Merge pull request #81202 from r-ryantm/auto-update/zenmonitorMario Rodas2020-02-28
|\ | | | | zenmonitor: 1.3 -> 1.4.0
| * zenmonitor: 1.3 -> 1.4.0R. RyanTM2020-02-27
| |
* | Merge pull request #80914 from fkstef/fix/metastore-createlewo2020-02-28
|\ \ | |/ |/| metastore: init at 1.1.2
| * metastore: init at 1.1.2Stephane2020-02-25
| |
* | Merge pull request #81139 from r-ryantm/auto-update/pagemonMario Rodas2020-02-26
|\ \ | |/ |/| pagemon: 0.01.17 -> 0.01.18
| * pagemon: 0.01.17 -> 0.01.18R. RyanTM2020-02-26
| |
* | linux: 5.5.5 -> 5.5.6Tim Steinbach2020-02-24
| |
* | linux: 5.4.21 -> 5.4.22Tim Steinbach2020-02-24
| |
* | linux: 4.19.105 -> 4.19.106Tim Steinbach2020-02-24
| |
* | Merge pull request #80101 from NixOS/fwupd-1.3.8Jan Tojnar2020-02-24
|\ \ | | | | | | fwupd: 1.3.7 → 1.3.8
| * | fwupd: 1.3.7 → 1.3.8Jan Tojnar2020-02-24
| | | | | | | | | | | | https://github.com/fwupd/fwupd/compare/1.3.7...1.3.8
* | | Merge pull request #80642 from r-ryantm/auto-update/pax-utilsJoachim F2020-02-21
|\ \ \ | | | | | | | | pax-utils: 1.2.4 -> 1.2.5
| * | | pax-utils: 1.2.4 -> 1.2.5R. RyanTM2020-02-20
| | |/ | |/|
* | | can-utils: fixup build after PR #78994Vladimír Čunát2020-02-20
| | |
* | | linux: 5.5.4 -> 5.5.5Tim Steinbach2020-02-20
| | |
* | | linux: 5.4.20 -> 5.4.21Tim Steinbach2020-02-20
| | |
* | | linux: 4.19.104 -> 4.19.105Tim Steinbach2020-02-20
| | |
* | | Merge pull request #80428 from xaverdh/dbus-broker-22Peter Hoeg2020-02-20
|\ \ \ | |/ / |/| | dbus-broker: 21 -> 22
| * | dbus-broker: 21 -> 22Dominik Xaver Hörl2020-02-18
| | |
* | | Merge pull request #79344 from LnL7/darwin-mpv-swiftDaiderd Jordan2020-02-19
|\ \ \ | | | | | | | | mpv: add flag for swift on darwin
| * | | mpv: add flag for swift on darwinDaiderd Jordan2020-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While we currently don't have a pure swift build on macOS it's possible to build mpv using the swift compiler from CLT. eg. self: super: let CommandLineTools = "/Library/Developer/CommandLineTools"; in { swift = super.stdenv.mkDerivation { name = "swift-CommandLineTools-0.0.0"; phases = [ "installPhase" "fixupPhase" ]; propagatedBuildInputs = [ self.darwin.DarwinTools ]; installPhase = '' mkdir -p $out/bin $out/lib ln -s ${CommandLineTools}/usr/bin/swift $out/bin ln -s ${CommandLineTools}/usr/lib/swift $out/lib ln -s ${CommandLineTools}/SDKs $out ''; setupHook = builtins.toFile "hook" '' addCommandLineTools() { echo >&2 echo "WARNING: this is impure and unreliable, make sure the CommandLineTools are installed!" >&2 echo " $ xcode-select --install" >&2 echo >&2 [ -d ${CommandLineTools} ] export NIX_LDFLAGS+=" -L@out@/lib/swift/macosx" export SWIFT=swift export SWIFT_LIB_DYNAMIC=@out@/lib/swift/macosx export MACOS_SDK_VERSION=$(sw_vers -productVersion | awk -F. '{print $1 "." $2}') export MACOS_SDK=@out@/SDKs/MacOSX$MACOS_SDK_VERSION.sdk } prePhases+=" addCommandLineTools" ''; __impureHostDeps = [ CommandLineTools ]; }; mpv = super.mpv.override { swiftSupport = true; }; }
* | | | Merge pull request #80252 from NixOS/staging-nextFrederik Rietdijk2020-02-19
|\ \ \ \ | | | | | | | | | | Staging next
| * \ \ \ Merge master into stagingFrederik Rietdijk2020-02-16
| |\ \ \ \
| * \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2020-02-12
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #78994 from orivej/linux-headersOrivej Desh (NixOS)2020-02-11
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | linuxHeaders: 4.19.16 -> 5.5
| | * | | | | linuxHeaders: replace rsync by cp and findOrivej Desh2020-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/78994#issuecomment-584437442
| | * | | | | linuxHeaders: 4.19.16 -> 5.5Orivej Desh2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux has reworked its header install process in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=59b2bd05f5f4dc62979c2e82ddd384f07e8f10bc It has introduced `make headers` that prepares the headers in ./usr/include, and made `make headers_install` copy the headers from there using rsync.
* | | | | | | linux: 5.6-rc1 -> 5.6-rc2Tim Steinbach2020-02-18
| |_|_|/ / / |/| | | | |
* | | | | | linux: 5.5.3 -> 5.5.4Tim Steinbach2020-02-15
| | | | | |
* | | | | | linux: 5.4.19 -> 5.4.20Tim Steinbach2020-02-15
| | | | | |
* | | | | | linux: 4.9.213 -> 4.9.214Tim Steinbach2020-02-15
| | | | | |
* | | | | | linux: 4.4.213 -> 4.4.214Tim Steinbach2020-02-15
| | | | | |
* | | | | | linux: 4.19.103 -> 4.19.104Tim Steinbach2020-02-15
| | | | | |
* | | | | | linux: 4.14.170 -> 4.14.171Tim Steinbach2020-02-15
| | | | | |
* | | | | | Merge pull request #79944 from r-ryantm/auto-update/libratbagRyan Mulligan2020-02-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | libratbag: 0.12 -> 0.13
| * | | | | | libratbag: 0.12 -> 0.13R. RyanTM2020-02-12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #74227 from r-ryantm/auto-update/fwtsDaniel Schaefer2020-02-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | fwts: 19.09.00 -> 19.11.00
| * | | | | | fwts: 19.09.00 -> 19.11.00R. RyanTM2019-11-25
| | | | | | |
* | | | | | | linuxPackages.wireguard: 0.0.20200214 -> 0.0.20200215David Terry2020-02-15
| | | | | | |
* | | | | | | linuxPackages.wireguard: 0.0.20200205 -> 0.0.20200214Maximilian Bosch2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-February/005013.html
* | | | | | | alsaPluginWrapper: fix shebangAlyssa Ross2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bang was missing! But there's a neater way to do this anyway. What was there before would still have worked, but I think it would end up being executed by /bin/sh since it had no shebang line.
* | | | | | | piper: 0.3 -> 0.4R. RyanTM2020-02-13
| | | | | | |
* | | | | | | linux: 5.5-rc7 -> 5.6-rc1Tim Steinbach2020-02-13
| | | | | | |
* | | | | | | iwd: tests, openssl check depWill Dietz2020-02-12
| | | | | | |