| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mycli: Add paramiko as a propagated build input•••Fixes error: Cannot use SSH transport because paramiko isn't installed, please install paramiko or don't use --ssh-host= local/mycli-paramikogithub/mycli-paramikomycli-paramiko | Oleg Pykhalov | 2020-01-12 | 1 | -1/+1 |
| * | shfmt: 2.6.4 -> 3.0.1 (#77537) | zowoq | 2020-01-11 | 1 | -7/+7 |
| * | Merge pull request #77105 from r-ryantm/auto-update/kdbg•••kdbg: 3.0.0 -> 3.0.1 | Niklas Hambüchen | 2020-01-12 | 1 | -3/+9 |
| |\ | |||||
| | * | kdbg: Add QT pluging path wrapper.•••Fixes error qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. See #24256. | Niklas Hambüchen | 2020-01-12 | 1 | -1/+7 |
| | * | kdbg: 3.0.0 -> 3.0.1 | R. RyanTM | 2020-01-06 | 1 | -2/+2 |
| * | | Merge pull request #77096 from raboof/ms-sys-reproducibility•••ms-sys: avoid leaking the build timestamp into the manpage | Niklas Hambüchen | 2020-01-12 | 2 | -0/+14 |
| |\ \ | |||||
| | * | | ms-sys: avoid the build timestamp from leaking into the manpage•••Also proposed upstream as https://sourceforge.net/p/ms-sys/patches/8/ | Arnout Engelen | 2020-01-12 | 2 | -0/+14 |
| * | | | Merge pull request #77141 from r-ryantm/auto-update/libre•••libre: 0.6.0 -> 0.6.1 | Niklas Hambüchen | 2020-01-12 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | libre: 0.6.0 -> 0.6.1 | R. RyanTM | 2020-01-06 | 1 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #77232 from r-ryantm/auto-update/qtractor•••qtractor: 0.9.11 -> 0.9.12 | Niklas Hambüchen | 2020-01-12 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | qtractor: 0.9.11 -> 0.9.12 | R. RyanTM | 2020-01-07 | 1 | -2/+2 |
| | |/ / | |||||
| * | | | Merge pull request #77187 from r-ryantm/auto-update/pstoedit•••pstoedit: 3.74 -> 3.75 | Niklas Hambüchen | 2020-01-12 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | pstoedit: 3.74 -> 3.75 | R. RyanTM | 2020-01-06 | 1 | -2/+2 |
| | |/ / | |||||
| * | | | Merge pull request #77188 from tilpner/goxel-update•••goxel: 0.10.0 -> 0.10.5 | Niklas Hambüchen | 2020-01-12 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | goxel: 0.10.0 -> 0.10.5 | tilpner | 2020-01-07 | 1 | -2/+2 |
| * | | | | Merge pull request #77512 from minijackson/kodiPlugins.vfs-sftp-1.0.5•••kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5 | Niklas Hambüchen | 2020-01-12 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | kodiPlugins.vfs-sftp: 1.0.1 -> 1.0.5 | Minijackson | 2020-01-11 | 1 | -2/+2 |
| * | | | | | Merge pull request #77538 from adisbladis/poetry2nix-1_2_1•••poetry2nix: 1.2.0 -> 1.2.1 | adisbladis | 2020-01-12 | 1 | -1/+19 |
| |\ \ \ \ \ | |||||
| | * | | | | | poetry2nix: 1.2.0 -> 1.2.1 | adisbladis | 2020-01-11 | 1 | -1/+19 |
| * | | | | | | Merge pull request #77536 from lovesegfault/copying-2020•••COPYING: include 2020 | Graham Christensen | 2020-01-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | COPYING: include 2020 | Bernardo Meurer | 2020-01-11 | 1 | -1/+1 |
| |/ / / / / / | |||||
| * | | | | | | qmidinet: fix by using qt's mkDerivation | Will Dietz | 2020-01-12 | 2 | -6/+6 |
| * | | | | | | nixos/nat: use nixos-nat-out instead of OUTPUT | volth | 2020-01-12 | 1 | -1/+1 |
| * | | | | | | fix catAttrs documentation signature | ivann | 2020-01-12 | 1 | -1/+1 |
| * | | | | | | Merge pull request #77530 from grahamc/python3/diceware•••diceware: pythonPackages -> python3Packages | Graham Christensen | 2020-01-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | diceware: pythonPackages -> python3Packages | Graham Christensen | 2020-01-11 | 1 | -2/+2 |
| * | | | | | | | davfs2: substitute ps command•••umount.davfs2 uses ps to get a process list to terminate gracefully. On NixOS, this currently fails: ``` sh: ps: command not found /run/current-system/sw/bin/umount.davfs: can't find mount.davfs-process with pid 4085; trying to unmount anyway. you propably have to remove /var/run/mount.davfs/root-x.pid manually sh: umount: command not found ``` Fix this by patching ${procps}/bin/ps into the ps_command. Afterwards: ``` umount.davfs: waiting for mount.davfs (pid 4106) to terminate gracefully .. OK ``` | Florian Klink | 2020-01-12 | 2 | -3/+44 |
| * | | | | | | | pythonPackages.measurement: now python3 only•••Upstream has dropped python2 support and updated their build dependencies as of the 3.0 version; see here for changelog: https://github.com/coddingtonbear/python-measurement/releases Co-Authored-By: Jon <jonringer@users.noreply.github.com> | Benjamin Hipple | 2020-01-11 | 1 | -5/+16 |
| * | | | | | | | Merge pull request #75438 from avnik/wine-update•••wine: 4.0.2 -> 4.0.3, 4.17 -> 4.21 | Graham Christensen | 2020-01-11 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | wineUnstable: 5.0-rc1 -> 5.0-rc2 | Alexander V. Nikolaev | 2019-12-22 | 1 | -3/+3 |
| | * | | | | | | | wineUnstable: 4.21 -> 5.0-rc1•••Staging also updated | Alexander V. Nikolaev | 2019-12-22 | 1 | -4/+4 |
| | * | | | | | | | wine: 4.0.2 -> 4.0.3, 4.17 -> 4.21 | Alexander V. Nikolaev | 2019-12-10 | 1 | -5/+5 |
| * | | | | | | | | sidequest: 0.7.6 -> 0.8.4 | Andrew Dunham | 2020-01-11 | 1 | -2/+2 |
| * | | | | | | | | rx: 0.3.0 -> 0.3.1 | Minijackson | 2020-01-11 | 1 | -5/+5 |
| * | | | | | | | | actkbd: fixed the description of the `services.actkbd.bindings` option•••The description referred to `<option>sound.enableMediaKeys</option>`, which is actually called `<option>sound.mediaKeys.enable</option>`. | snicket2100 | 2020-01-11 | 1 | -1/+1 |
| * | | | | | | | | Merge pull request #75817 from filalex77/tuir-1.28.3•••tuir: init at 1.28.03 | Aaron Andersen | 2020-01-11 | 2 | -0/+34 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | tuir: add matthiasbeyer as a maintainer•••Co-authored-by: Matthias Beyer <mail@beyermatthias.de> | Oleksii Filonenko | 2019-12-30 | 1 | -1/+1 |
| | * | | | | | | | | tuir: init at 1.28.03•••Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com> | Oleksii Filonenko | 2019-12-30 | 2 | -0/+34 |
| * | | | | | | | | | mongodb-tools: use default openssl•••https://github.com/NixOS/nixpkgs/issues/77503 | Florian Klink | 2020-01-11 | 1 | -2/+2 |
| * | | | | | | | | | dhcp: fix homepage, quote | Will Dietz | 2020-01-11 | 1 | -1/+1 |
| * | | | | | | | | | Merge #77526: krita: set -Wno-deprecated-copy for gcc•••This reduces the build log length to fix the build on the Hydra. | Vladimír Čunát | 2020-01-11 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | krita: set -Wno-deprecated-copy for gcc•••This reduces the build log length to fix the build on the Hydra. | Dmitry Kalinkin | 2020-01-11 | 1 | -1/+2 |
| * | | | | | | | | | | cinnamon.xapps: 1.6.8 -> 1.6.10 | Will Dietz | 2020-01-11 | 1 | -2/+2 |
| * | | | | | | | | | | zsh-autosuggestions: 0.6.3 -> 0.6.4 | Will Dietz | 2020-01-11 | 1 | -2/+2 |
| * | | | | | | | | | | vimPlugins.LanguageClient-neovim: 0.1.155 -> 0.1.156 | Minijackson | 2020-01-11 | 1 | -3/+3 |
| * | | | | | | | | | | python3Packages.discordpy: 1.2.4 -> 1.2.5, enable, add import checks | Jonathan Ringer | 2020-01-11 | 1 | -13/+24 |
| * | | | | | | | | | | pythonPackages.hcloud: 1.6.2 -> 1.6.3 | Olli Helenius | 2020-01-11 | 1 | -2/+2 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #75523 from CheariX/open-vm-tools-11.0.1•••open-vm-tools: 10.3.10 -> 11.0.1 | worldofpeace | 2020-01-11 | 2 | -16/+17 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | open-vm-tools: 10.3.10 -> 11.0.1•••Also update our downstream patch. | Christian Mainka | 2020-01-11 | 2 | -16/+17 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #75413 from aanderse/pcsx2•••pcsx2: 1.4.0 -> unstable-2020-01-05 | Aaron Andersen | 2020-01-11 | 2 | -36/+46 |
| |\ \ \ \ \ \ \ \ \ | |||||
