about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* python.pkgs: maintenance updatesFrederik Rietdijk2017-07-28
|
* python.pkgs.tornado: 4.4.2 -> 4.5.1Frederik Rietdijk2017-07-28
|
* python.pkgs.pytest_xdist: 1.16.0 -> 1.18.2Frederik Rietdijk2017-07-28
|
* pythonPackages.sqlobject: 3.0.0 -> 3.3.0Langston Barrett2017-07-28
|
* pythonPackages.FormEncode: 1.3.0 -> 1.3.1Langston Barrett2017-07-28
|
* pythonPackages.pysideShiboken: patch for Python 3.6Langston Barrett2017-07-28
|
* faker: 0.0.4 -> 0.7.17Langston Barrett2017-07-28
|
* ukpostcodeparser: init at 1.1.0Langston Barrett2017-07-28
|
* email_validator: init at 1.0.2Langston Barrett2017-07-28
|
* formencode: update for dnspythonLangston Barrett2017-07-28
|
* dnspython: 1.14.0 -> 1.15.0Langston Barrett2017-07-28
|
* pythonPackages.dkimpy: 0.6.1 -> 0.6.2Langston Barrett2017-07-28
|
* vulnix: use zc_lockfile, zodbpickle and persistent from pythonPackagesadisbladis2017-07-28
|
* pythonPackages.persistent: 4.0.8 -> 4.2.4.2adisbladis2017-07-28
|
* pythonPackages.zodbpickle: 0.5.2 -> 0.6.0adisbladis2017-07-28
|
* pythonPackages.zc_lockfile: 1.0.2 -> 1.2.1adisbladis2017-07-28
|
* pythonPackages.btrees: Add missing build-time only dependenciesadisbladis2017-07-28
|
* pythonPackages.zconfig: Add missing build-time only dependenciesadisbladis2017-07-28
|
* Revert "kbd: 2.0.3 -> 2.0.4"Frederik Rietdijk2017-07-28
| | | | | | | | | | This reverts commit fd43b508775dd9490cc1314c4239ab48265d4529. ``` substitute(): ERROR: Invalid command line argument: /nix/store/8f42syfzv3cpw3jjq96sdzvnclivi783-kbd-2.0.4/bin/unicode_stop ``` @rnhmjoj please check
* Merge branch 'master' into stagingFranz Pletz2017-07-28
|\
| * knot-resolver: remove unused inputsVladimír Čunát2017-07-28
| |
| * xfstests: Use keyutilsTuomas Tynkkynen2017-07-28
| |
| * Merge pull request #27585 from NeQuissimus/exfat_2017-06-19Tim Steinbach2017-07-28
| |\ | | | | | | exfat-nofuse: 2017-01-03 -> 2017-06-19
| | * exfat-nofuse: 2017-01-03 -> 2017-06-19Tim Steinbach2017-07-23
| | |
| * | knot-resolver: maintenance 1.3.1 -> 1.3.2Vladimír Čunát2017-07-28
| | |
| * | knot-dns: maintenance 2.5.2 -> 2.5.3Vladimír Čunát2017-07-28
| | |
| * | Merge pull request #27708 from konimex/bubblewrapFrederik Rietdijk2017-07-28
| |\ \ | | | | | | | | bubblewrap: init at 0.1.8
| | * | bubblewrap: init at 0.1.8Muhammad Herdiansyah2017-07-28
| | | |
| * | | cups-filters: 0.15.0 -> 0.16.0Guillaume Maudoux2017-07-28
| | | |
| * | | ephemeralpg: init at 2.2Ollie Charles2017-07-28
| | | |
| * | | nixos/xserver: Properly validate XKB optionsaszlig2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking the keyboard layout has been a long set of hurdles so far, with several attempts. Originally, the checking was introduced by @lheckemann in #23709. The initial implementation just was trying to check whether the symbols/ directory contained the layout name. Unfortunately, that wasn't enough and keyboard variants weren't recognized, so if you set layout to eg. "dvorak" it will fail with an error (#25526). So my improvement on that was to use sed to filter rules/base.lst and match the layout against that. I fucked up twice with this, first because layout can be a comma-separated list which I didn't account for and second because I ran into a Nix issue (NixOS/nix#1426). After fixing this, it still wasn't enough (and this is btw. what localectl also does), because we were *only* matching rules but not symbols, so using "eu" as a layout won't work either. I decided now it's the time to actually use libxkbcommon to try compiling the keyboard options and see whether it succeeds. This comes in the form of a helper tool called xkbvalidate. IMHO this approach is a lot less error-prone and we can be sure that we don't forget about anything because that's what the X server itself uses to compile the keymap. Another advantage of this is that we now validate the full set of XKB options rather than just the layout. Tested this against a variety of wrong and correct keyboard configurations and against the "keymap" NixOS VM tests. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @lheckemann, @peti, @7c6f434c, @tohl, @vcunat, @lluchs Fixes: #27597
| * | | rustracer: 2.0.6 -> 2.0.9dywedir2017-07-28
| | | |
| * | | Merge pull request #27706 from wizzup/cleanup-pythonPackagesJörg Thalheim2017-07-28
| |\ \ \ | | | | | | | | | | Cleanup pkgs/top-level/python-packages.nix
| | * | | python.pkgs.asn1ate: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.chainmap: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.chai: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.area53: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.args: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.funcsigs: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.astor: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.apsw: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.apipkg: move to separate expressionwisut hantanong2017-07-28
| | | | |
| | * | | python.pkgs.amqplib: move to separate expressionwisut hantanong2017-07-28
| | | | |
| * | | | Merge pull request #27705 from binarin/dosbox-unstable-initBenno Fünfstück2017-07-28
| |\ \ \ \ | | | | | | | | | | | | dosbox-unstable: init at 2017-07-02
| | * | | | dosbox-unstable: init at 2017-07-02Alexey Lebedeff2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As current stable version segfaults when playing HoMM2, as described at https://www.reddit.com/r/linux_gaming/comments/4dxfei/dosbox_segmentation_fault_core_dumped/ Also some missing dependencies (compared to stable version) were added: - SDL_sound - for mounting .cue files with compressed sound - SDL_net - for IPX support - libpng - for making screenshots
| * | | | | vim-yapf: fix evaluationBenno Fünfstück2017-07-28
| |/ / / / | | | | | | | | | | | | | | | /cc @Mic92
| * | | | anydesk: init at 2.9.4Peter Hoeg2017-07-28
| | | | |
| * | | | coqPackages.autosubst: fix hashVincent Laporte2017-07-28
| | | | |
| * | | | mplayer: adds dvdread supportVincent Laporte2017-07-28
| | | | |
| * | | | Merge pull request #27696 from dtzWill/fix/one-skype-to-call-them-allFrederik Rietdijk2017-07-28
| |\ \ \ \ | | |/ / / | |/| | | skype: remove deprecated