summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* dovecot_pigeonhole: 0.4.21 -> 0.5.0.1 (#34449)Ruben Maher2018-01-31
|
* top-level: Duplicate overlaying unless stdenvOverrides comes lastTyson Whitehead2018-01-31
| | | | | | | | | | The stdenvOverrides overlay is used to bring packages forward during bootstrapping via stdenv.overrides. These packages have already had the overlays applied to them in the previous boostrapping stage. If stdenvOverrides is not last in the overlays stack, all remaining overlays will windup being applied again to these packages. closes #34086
* lib: Avoid double importJohn Ericson2018-01-31
|
* beets-alternatives: Fix tests against beets 1.4.6aszlig2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | Since the bump of beets to version 1.4.6 in e5fab33efdea1d0e1357bc084605 the tests no longer run successfully because beets 1.4.6 introduces a breaking API change for the Item.move() method which now instead of just passing copy=True the operation is now passed using a different "operation" keyword argument. Unfortunately the original repository of beets-alternatives is unmaintained since 3 years and thus there is no upstream fix available at the moment. However, there is a fork maintained by @wisp3rwind, which addresses this problem (wisp3rwind/beets-alternatives@33c6525ed4f799a2a4991c9fc9d55524) and a bunch of other fixes. The reason why I'm not using the patch from @wisp3rwind is that it simply doesn't apply against beets-alternatives 0.8.2, but my patch here essentially does the same. Signed-off-by: aszlig <aszlig@nix.build> Upstream issue: geigerzaehler/beets-alternatives#13 Cc: @Profpatsch
* lib: Better use the module type system in platform parsingJohn Ericson2018-01-30
| | | | | | | | | I need some module system types here so I can next fix meta-checks for derivations. I'd like to use a "proper" record type here, but submodule types seem overkill so holding off with ad-hoc stuff for now. In practice, all I need for the next step are the `.check` functions so this is good, especially as the submodule check function is shallow, saving full inductive type-checking for a later step.
* aria2 (nixos): actually load the modulePeter Hoeg2018-01-31
| | | | Fixes #33991
* Merge pull request #32042 from ck3d/lirc-0.9.4dPeter Hoeg2018-01-31
|\ | | | | lirc: 0.9.4 -> 0.10.0 + more driver
| * lirc: 0.10.0 -> 0.10.1Christian Kögler2018-01-29
| |
| * lirc: 0.9.4d -> 0.10.0Christian Kögler2017-12-09
| |
| * use python3.pkgs instead of python3PackagesChristian Kögler2017-12-07
| | | | | | | | incoporated review comment reported by FRidh
| * lirc: 0.9.4 -> 0.9.4d + more driverChristian Kögler2017-11-25
| | | | | | | | | | | | | | * added a bunch of optional libraries to get more IR drivers built * removed deprecated configure flags * unneeded make flags * simplified install flags
* | Merge pull request #34424 from tokudan/ff-bin5801Andreas Rammhold2018-01-30
|\ \ | | | | | | firefox-bin: 58.0 -> 58.0.1 [security]
| * | firefox-bin: 58.0 -> 58.0.1 [security]Daniel Frank2018-01-30
| | |
* | | Merge pull request #34405 from pjan/developPackage-modifierPeter Simons2018-01-30
|\ \ \ | | | | | | | | Adds modifier option to developPackage
| * | | Adds modifier option to developPackagepjan vandaele2018-01-30
| | | |
* | | | Merge pull request #34403 from mdorman/semi-automated-emacs-package-updatesJoachim F2018-01-30
|\ \ \ \ | | | | | | | | | | Semi automated emacs package updates
| * | | | melpa-packages: remove llvm-mode overrideMichael Alan Dorman2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | This package was removed from melpa, so there's no value in overriding it, and in fact it won't evaluate. :)
| * | | | melpa-packages: 2018-01-29Michael Alan Dorman2018-01-29
| | | | |
| * | | | melpa-stable-packages: 2018-01-29Michael Alan Dorman2018-01-29
| | | | |
| * | | | org-packages: 2018-01-29Michael Alan Dorman2018-01-29
| | | | |
| * | | | elpa-packages: 2018-01-29Michael Alan Dorman2018-01-29
| |/ / /
* | | | Merge pull request #34417 from dywedir/dunstJoachim F2018-01-30
|\ \ \ \ | | | | | | | | | | dunst: 1.3.0 -> 1.3.1
| * | | | dunst: 1.3.0 -> 1.3.1dywedir2018-01-30
| | | | |
* | | | | runInLinuxVM: Use QEMU command line that works on other architecturesTuomas Tynkkynen2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | ... by moving the existing definition to qemu-flags.nix and reusing that.
* | | | | runInLinuxVM: Don't hardcode x86-specific serial deviceTuomas Tynkkynen2018-01-30
| | | | |
* | | | | nixos/qemu: Deduplicate QEMU serialDevice into qemu-flags.nixTuomas Tynkkynen2018-01-30
| | | | |
* | | | | nixos/qemu-flags: Take a 'pkgs' parameterTuomas Tynkkynen2018-01-30
| | | | | | | | | | | | | | | | | | | | I'm gonna use it in the next commit.
* | | | | nixos/tests: Drop unnecessary qemu-flags.nix includeTuomas Tynkkynen2018-01-30
| |_|/ / |/| | | | | | | | | | | None of these files are using anything from there.
* | | | Merge pull request #33746 from NeQuissimus/docker_18_01Tim Steinbach2018-01-30
|\ \ \ \ | | | | | | | | | | docker-edge: 17.12.0 -> 18.01.0
| * | | | docker-edge: 17.12.0 -> 18.01.0Tim Steinbach2018-01-11
| | | | |
* | | | | vscode: 1.19.2 -> 1.19.3zimbatm2018-01-30
| | | | |
* | | | | pythonPackages.xdot: 0.7 -> 0.9Gabriel Ebner2018-01-30
| | | | |
* | | | | seturgent: Move out from linuxPackages_*Tuomas Tynkkynen2018-01-30
| | | | | | | | | | | | | | | | | | | | It's not a kernel module at all!
* | | | | eternal-terminal: init at 4.1.2Tuomas Tynkkynen2018-01-30
| | | | |
* | | | | Merge pull request #34401 from magnetophon/rtvJörg Thalheim2018-01-30
|\ \ \ \ \ | | | | | | | | | | | | rtv: 1.19.0 -> 1.21.0
| * | | | | rtv: 1.19.0 -> 1.21.0Bart Brouns2018-01-30
| | |_|/ / | |/| | |
* | | | | Merge pull request #34381 from JohnAZoidberg/lessJörg Thalheim2018-01-30
|\ \ \ \ \ | | | | | | | | | | | | nixos/less configure less with module
| * | | | | nixos/less: use lesspipe package for preprocessingDaniel Schaefer2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than a custom script the less config now uses the lesspipe package config by default.
| * | | | | nixos/less configure less with moduleDaniel Schaefer2018-01-29
| | | | | |
* | | | | | Merge pull request #34408 from markuskowa/beegfs-rdma-prJörg Thalheim2018-01-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | beegfs: add beeond, enable RDMA
| * | | | | | beegfs: build beeondMarkus Kowalewski2018-01-29
| | | | | | |
| * | | | | | beegfs: add rdma supportMarkus Kowalewski2018-01-29
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #34252 from bkchr/hplip_fixesadisbladis2018-01-30
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | hplip: Fixes runtime errors
| * | | | | hplip: Fixes runtime errorsBastian Köcher2018-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following errors are fixed: - pyqt4 not found - hpasio for sane not found
* | | | | | pyprof2calltree: init at 1.4.3 (#34379)Stefan Frijters2018-01-30
| |/ / / / |/| | | |
* | | | | criu: 2.12.1 -> 3.7Herwig Hochleitner2018-01-30
| | | | | | | | | | | | | | | | | | | | cc @thoughtpolice
* | | | | Merge pull request #34396 from Moredread/fix/btrbkFranz Pletz2018-01-29
|\ \ \ \ \ | | | | | | | | | | | | Fixes #34290
| * | | | | btrbk: install to binAndré-Patrick Bubel2018-01-29
| | | | | |
* | | | | | Merge pull request #34398 from joncojonathan/keepass_mono54Daniel Peebles2018-01-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | keepass: change from mono40 to mono54
| * | | | | | keepass: change from mono40 to mono54joncojonathan2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #31859 (https://github.com/NixOS/nixpkgs/issues/31859) highlighted TLSv1.1 / TLSv1.2 support isn't available with older versions of Mono 4. This change moves to use Mono 5.4. Tested as working with Keepass v2.38 for which PR https://github.com/NixOS/nixpkgs/pull/34360 is already open.