1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00
Commit graph

30475 commits

Author SHA1 Message Date
Langston Barrett cb77b9c2e9 formencode: update for dnspython 2017-07-28 16:13:28 +02:00
Langston Barrett cecbb9fdf6 dnspython: 1.14.0 -> 1.15.0 2017-07-28 16:13:28 +02:00
adisbladis 6bd2ac7707 pythonPackages.persistent: 4.0.8 -> 4.2.4.2 2017-07-28 16:13:28 +02:00
adisbladis 61e73427e0 pythonPackages.zodbpickle: 0.5.2 -> 0.6.0 2017-07-28 16:13:28 +02:00
adisbladis 2e34c6d8a9 pythonPackages.zc_lockfile: 1.0.2 -> 1.2.1 2017-07-28 16:13:28 +02:00
Franz Pletz b116fa5ff2
Merge branch 'master' into staging 2017-07-28 16:08:30 +02:00
Frederik Rietdijk e01181a32c Merge pull request #27708 from konimex/bubblewrap
bubblewrap: init at 0.1.8
2017-07-28 14:55:36 +02:00
Ollie Charles 11e13306f7 ephemeralpg: init at 2.2 2017-07-28 11:51:12 +01:00
aszlig 6e5d2f8963
nixos/xserver: Properly validate XKB options
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
2017-07-28 12:39:55 +02:00
Jörg Thalheim 9fc4b66800 Merge pull request #27706 from wizzup/cleanup-pythonPackages
Cleanup pkgs/top-level/python-packages.nix
2017-07-28 10:54:59 +01:00
Muhammad Herdiansyah 159be2e4f5 bubblewrap: init at 0.1.8 2017-07-28 16:26:12 +07:00
wisut hantanong f1ef53286d python.pkgs.asn1ate: move to separate expression 2017-07-28 16:07:38 +07:00
wisut hantanong b01adce061 python.pkgs.chainmap: move to separate expression 2017-07-28 16:07:38 +07:00
wisut hantanong 3182658a4f python.pkgs.chai: move to separate expression 2017-07-28 16:07:37 +07:00
wisut hantanong 76c4ec7519 python.pkgs.area53: move to separate expression 2017-07-28 16:07:37 +07:00
wisut hantanong ff0e08c015 python.pkgs.args: move to separate expression 2017-07-28 16:07:37 +07:00
wisut hantanong e77f62df0f python.pkgs.funcsigs: move to separate expression 2017-07-28 16:07:36 +07:00
wisut hantanong f970ee8e7e python.pkgs.astor: move to separate expression 2017-07-28 16:07:36 +07:00
wisut hantanong 6d09e0c9be python.pkgs.apsw: move to separate expression 2017-07-28 16:07:32 +07:00
wisut hantanong 4cae4418e9 python.pkgs.apipkg: move to separate expression 2017-07-28 16:04:11 +07:00
Alexey Lebedeff 1d72b7345f dosbox-unstable: init at 2017-07-02
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
2017-07-28 11:20:56 +03:00
Peter Hoeg e10d7655dc anydesk: init at 2.9.4 2017-07-28 16:05:35 +08:00
wisut hantanong 8e1a2250e1 python.pkgs.amqplib: move to separate expression 2017-07-28 13:36:38 +07:00
Frederik Rietdijk 265b007d7f Merge pull request #27696 from dtzWill/fix/one-skype-to-call-them-all
skype: remove deprecated
2017-07-28 08:33:25 +02:00
Robert Helgesson 19425c78e2
python-PyICU: 1.9.6 -> 1.9.7 2017-07-27 22:53:32 +02:00
Will Dietz 916c64416e aliases: add 'skype' -> 'skypeforlinux' for backwards compat 2017-07-27 14:57:46 -05:00
Will Dietz 946cabd5a1 skype: Remove old Linux version, deprecated July 1st 2017.
As reported on various news sites, and currently
on the skype linux download page it contains:

"Important notice: All Skype for Linux clients version 4.3 and older
will be retired on July 1, 2017. To keep chatting, please install the
latest version of Skype for Linux."
2017-07-27 14:43:02 -05:00
aszlig 664bbed412
all-packages.nix: Fix evaluation error for zfs
Regression introduced by 2799a94963.

Attribute zfsStable and zfsUnstable are now gone for the package
expression itself.

The mentioned commit however only changed the reference in
all-packages.nix for the kernel module, but not the userland package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @globin
2017-07-27 21:13:12 +02:00
Robin Gloster 2799a94963
zfs, spl: 0.6.5.11 -> 0.7.0 2017-07-27 19:00:54 +02:00
Eelco Dolstra 8dfa472178 Merge pull request #27690 from konimex/nawk
nawk: init at 20121220
2017-07-27 17:01:51 +02:00
Muhammad Herdiansyah d31e7ee1bd nawk: init at 20121220 2017-07-27 21:51:10 +07:00
Nikolay Amiantov 4907e58a02 python.pkgs.pyspf: add pydns to dependencies 2017-07-27 17:07:45 +03:00
Nikolay Amiantov 3a04b2c318 python.pkgs.pypolicyd-spf: 1.3 -> 2.0 2017-07-27 17:07:45 +03:00
Nikolay Amiantov 53c3e5ee97 python.pkgs.netifaces: 0.10.5 -> 0.10.6 2017-07-27 17:07:45 +03:00
Nikolay Amiantov c10cf27589 python.pkgs.ipaddr: 2.1.10 -> 2.1.11 2017-07-27 17:07:45 +03:00
Nikolay Amiantov 411fe648bd python.pkgs.pydns: use py3dns 3.1.1a for python3 2017-07-27 17:07:45 +03:00
Nikolay Amiantov a91cb71a83 python.pkgs.python-axolotl: 0.1.35 -> 0.1.39 2017-07-27 17:07:45 +03:00
Nikolay Amiantov bc52bf2cfe citra: init at 2017-07-26 2017-07-27 17:07:45 +03:00
Frederik Rietdijk 17496a2e07 Merge pull request #27682 from lsix/drop_django_1_10
pythonPackages.django_1_10: drop
2017-07-27 11:54:56 +02:00
Nikolay Amiantov 5a3c35cce5 beignet: 1.2.1 -> 1.3.1 2017-07-27 12:47:58 +03:00
Lancelot SIX 128430cd3e
pythonPackages.django_1_10: drop
Drop django_1_10 ahead of `release-17.09`[1] branch off. Django-1.10
will not be maintained for the entire lifetime of 17.09 so only the 1.8
and 1.11 branches are maintained (both are LTS versions[2]).

[1] https://groups.google.com/forum/#!topic/nix-devel/vILGXXbeCPg
[2] https://www.djangoproject.com/download/
2017-07-27 11:27:13 +02:00
John Ericson 9be40841ea Merge remote-tracking branch 'upstream/master' into staging-base
Conflicts:
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/build-support/gcc-wrapper-old/builder.sh
	pkgs/build-support/trivial-builders.nix
	pkgs/desktops/kde-4.14/kde-package/default.nix
	pkgs/development/compilers/openjdk-darwin/8.nix
	pkgs/development/compilers/openjdk-darwin/default.nix
	pkgs/development/compilers/openjdk/7.nix
	pkgs/development/compilers/openjdk/8.nix
	pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
	pkgs/development/compilers/zulu/default.nix
	pkgs/development/haskell-modules/generic-builder.nix
	pkgs/misc/misc.nix
	pkgs/stdenv/generic/builder.sh
	pkgs/stdenv/generic/setup.sh
2017-07-26 13:46:04 -04:00
Nikolay Amiantov 44a18ddd31 python.pkgs: move my several packages to separate files 2017-07-26 20:35:59 +03:00
Robert Scott 2989324d60 aws-auth: init at unstable-2017-07-24 2017-07-26 18:45:41 +02:00
Vladimír Čunát ac4c567c36
pythonPackages.augeas: init at 1.0.2 2017-07-26 17:56:11 +02:00
Nikolay Amiantov fe80dbaae0 python.pkgs.sphfile: init at 1.0.0 2017-07-26 18:36:52 +03:00
Nikolay Amiantov aa4d747ac9 python.pkgs.hmmlearn: init at 0.2.0 2017-07-26 18:36:52 +03:00
Nikolay Amiantov 50ed470a50 python.pkgs.PyChromecast: init at 0.8.1 2017-07-26 18:36:52 +03:00
Nikolay Amiantov 0a7f2acb17 boost164: init at 1.64.0 2017-07-26 18:36:52 +03:00
Orivej Desh 1ec5b7f1d3 mailutils: 2.2 -> 3.2 2017-07-26 13:32:59 +02:00
Peter Hoeg b23b1345f7 lcdproc: init at 0.5.9 2017-07-26 16:32:06 +08:00
Daiderd Jordan bbc5d15d0a
mypy: 0.501 -> 0.511 2017-07-25 21:52:54 -04:00
Daiderd Jordan 4c013a91f0 Merge pull request #27640 from ankhers/update_elixir_rc
elixir: 1.5.0-rc.2 -> 1.5.0
2017-07-25 19:47:49 +02:00
Robert Helgesson 97102f4580
perl-Unicode-CaseFold: 1.00 -> 1.01 2017-07-25 18:37:21 +02:00
Robert Helgesson 46383f48d4
perl-Perl-Critic: 1.128 -> 1.130 2017-07-25 18:37:21 +02:00
Robert Helgesson 1b88217139
perl-CryptX: 0.044 -> 0.050 2017-07-25 18:37:21 +02:00
Tuomas Tynkkynen b3b1ae67e5 quota: init at 4.03 2017-07-25 17:29:21 +03:00
Justin Wood b7709539b4 elixir: 1.5.0-rc.2 -> 1.5.0 2017-07-25 09:44:49 -04:00
Tim Steinbach 4a4a33ff88 Merge pull request #27582 from NeQuissimus/remove_accelio
accelio: Remove
2017-07-25 09:17:23 -04:00
Charles Strahan c1fdf3341b Merge pull request #27347 from cstrahan/osquery-new
osquery: init at 2.5.2
2017-07-24 21:51:10 -04:00
Charles Strahan 53426f6cb9
osquery: init at 2.5.2 2017-07-24 21:47:32 -04:00
Charles Strahan 29d2fe4a1f
rocksdb: enable support for lite mode
See: https://github.com/facebook/rocksdb/blob/master/ROCKSDB_LITE.md
2017-07-24 21:45:33 -04:00
Charles Strahan dc21851707
linenoise-ng: init at 1.0.1 2017-07-24 21:44:52 -04:00
Eelco Dolstra 9f345ce2c7
gnumake41: Remove unused version 2017-07-24 14:27:12 +02:00
Eelco Dolstra 8cfe77444b
gnumake40: Remove unused version 2017-07-24 14:27:11 +02:00
Eelco Dolstra 969d7b0451
gnumake380: Remove
This hasn't been used in a long time.
2017-07-24 14:27:11 +02:00
Peter Hoeg dcd6467936 xxd: init at 8.0.0442 2017-07-24 09:37:58 +08:00
Benno Fünfstück 1d1735ce0f nix-index: init at 0.1.0 2017-07-23 23:12:37 +02:00
Benno Fünfstück adf756d4f7 rustRegistry: 2017-06-27 -> 2017-07-23 2017-07-23 23:12:37 +02:00
Tim Steinbach 6e00673e7f
accelio: Remove 2017-07-23 10:47:13 -04:00
Jörg Thalheim 11f8524b12 Merge pull request #27505 from jameysharp/gnss-sdr
gnss-sdr: init at 0.0.9 (and patch armadillo's buildInputs)
2017-07-23 15:12:33 +01:00
Bjørn Forsman a842fa34dd nixopsUnstable: add lowPrio
Or else nix-env updates the stable version to unstable.
2017-07-23 15:24:00 +02:00
Robert Helgesson 9e90d9e5a3
gpsbabel: 1.5.3 -> 1.5.4
Also really use QT5 and switch download location to GitHub.
2017-07-23 13:51:28 +02:00
Frederik Rietdijk 29f91c107f Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-23 11:23:43 +02:00
Silvan Mosberger 313b8b7e4b scyther: Separated into two derivations 2017-07-23 03:17:38 +02:00
Jamey Sharp 22292c0462 gnss-sdr: init at 0.0.9
I've tested the resulting build against the sample
"2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN" dataset linked from:

http://gnss-sdr.org/my-first-fix/

Many thanks to @knedlsepp for suggestions in #27505 that have
substantially improved this package!
2017-07-22 12:49:11 -07:00
Domen Kožar 90fa9eafaf Merge pull request #27557 from adisbladis/substanced_removal
pythonPackages.substanced: Delete severly outdated package
2017-07-22 20:37:02 +02:00
Joachim F dc841b7bdb Merge pull request #27559 from ericsagnes/pkg/blackbox
blackbox: init at 1.20170611
2017-07-22 10:50:42 +01:00
Eric Sagnes a6bcc158cf blackbox: init at 1.20170611 2017-07-22 18:15:45 +09:00
adisbladis d3be3606df
pythonPackages.substanced: Delete severly outdated package 2017-07-22 10:48:07 +08:00
Thomas Tuegel 6a004bf9c8
Merge branch 'master' into bugfix/staging/stdenv 2017-07-21 20:36:34 -05:00
Joel Thompson 4b42fc4b8a exhibitor: init at 3.4.9
Initial Exhibitor nix package and nixos module for Netflix's Exhibitor,
which is a manager for Apache Zookeeper.
2017-07-21 09:45:37 -04:00
Glenn Searby de0fb400bf linode-api: init at 4.1.1b1
Added Linode's official Python library for their v4 API.

This should assist with adding Linode support to Nixops (see:
https://github.com/NixOS/nixops/issues/198).

Note that this API is still in beta and subject to changes.
2017-07-21 14:25:48 +01:00
Jörg Thalheim d0bcb41d2d Merge pull request #27524 from therealpxc/arrow
pythonPackages.arrow: 0.7.0 -> 0.10.0
2017-07-21 14:14:44 +01:00
Jörg Thalheim ce67c7c1ac pythonPackages.arrow: move to python-modules 2017-07-21 14:10:05 +01:00
Peter Hoeg 3bccedb081 owl-lisp: init at 0.1.14 2017-07-21 20:07:36 +08:00
Tim Steinbach ba9275da88
linux: Remove 4.11
4.11.x has been EOL'd
2017-07-21 07:33:14 -04:00
volth 17c8fe21fd libvirt: 3.1.0 -> 3.5.0 (#25411) 2017-07-20 23:31:04 +02:00
Yegor Timoshenko ec4f51fd9e flac123: init at 0.0.12 (#27520)
* flac123: init at 0.0.12

* flac123: add to all-packages.nix

* flac123: use autoreconfHook
2017-07-20 19:51:51 +02:00
Franz Pletz e69dfc252a
Revert "coq2html: New expression"
This reverts commit 31437ccf7a.
2017-07-20 19:36:50 +02:00
Franz Pletz 3e8a565a04
libressl: refactor, drop 2.4, 2.5.4 -> 2.5.5, init 2.6 2017-07-20 19:31:08 +02:00
Patrick Callahan 98fe450553 pythonPackages.pympler: disable tests on Darwin since the included
psutil test needs /proc
2017-07-20 10:29:52 -07:00
Patrick Callahan eea396ca9b pythonPackages.arrow: 0.7.0 -> 0.10.0 2017-07-20 10:05:15 -07:00
John Wiegley 31437ccf7a
coq2html: New expression 2017-07-20 11:51:25 -04:00
Tuomas Tynkkynen 2712554f4f xfsprogs: 4.5.0 -> 4.11.0 2017-07-20 17:14:28 +03:00
Domen Kožar e8c72a46f5
bashInteractive: add a warning not to be renamed/removed 2017-07-20 13:53:29 +02:00
Franz Pletz bbafe64bdd
hue-cli: init at 0.1.4 2017-07-20 04:20:07 +02:00
Benno Fünfstück e1c57c4698 pyelftools: 0.23 -> 0.24 2017-07-19 18:40:14 +02:00
Benno Fünfstück b66858582c python-pwntools: 3.7.0 -> 3.7.1 2017-07-19 18:17:48 +02:00
Jörg Thalheim cd2724db50 Merge pull request #27497 from wizzup/cleanup-pythonPackages
Cleanup pkgs/top-level/python-packages.nix
2017-07-19 13:16:41 +01:00
wisut hantanong ccf0468a84 python.pkgs.python-uinput : move to separate expression 2017-07-19 18:23:11 +07:00
wisut hantanong 84c3055620 python.pkgs.python-editor : move to separate expression 2017-07-19 17:46:07 +07:00
wisut hantanong ff6797e8aa python.pkgs.aniso8601 : move to separate expression 2017-07-19 17:29:51 +07:00
wisut hantanong 4206da05b0 python.pkgs.ansicolors : move to separate expression 2017-07-19 17:23:52 +07:00
Frederik Rietdijk 3a5735ca06 Merge pull request #27351 from adisbladis/zope_bump
Bump Zope packages to support Python 3.6
2017-07-19 11:45:30 +02:00
wisut hantanong 9b313484de python.pkgs.alabaster : move to separate expression 2017-07-19 16:43:01 +07:00
wisut hantanong 5eea07391e python.pkgs.aiodns : move to separate expression 2017-07-19 16:32:53 +07:00
wisut hantanong af02f13e25 python.pkgs.afew : move to separate expression 2017-07-19 16:23:28 +07:00
wisut hantanong 68bcf522c7 python.pkgs.adal : move to separate expression 2017-07-19 16:04:59 +07:00
wisut hantanong c21e915c97 python.pkgs.actdiag : move to separate expression 2017-07-19 15:59:47 +07:00
wisut hantanong fd17424580 python.pkgs.acme-tiny : move to separate expression 2017-07-19 15:50:21 +07:00
zimbatm 14f53e5251 Merge pull request #26214 from zimbatm/google-compute-image
Google compute image
2017-07-19 09:49:20 +01:00
Elijah Caine 1fef42dde9 container-linux-config-transpiler: init at 0.4.1 (#27486) 2017-07-19 08:30:51 +01:00
Jörg Thalheim 699f8e2f65 Merge pull request #26352 from Mounium/aliza
aliza: init at 1.29.2
2017-07-19 07:03:01 +01:00
Jörg Thalheim b2caceced3 Merge pull request #27354 from TomSmeets/androidstudio-3.0
android-studio-preview: init at 3.0.0.5 canary 6
2017-07-19 00:39:10 +01:00
John Wiegley 006a512e8f
coqPackages_8_6.math-classes: New expression (for 8.6) 1.0.6 2017-07-18 19:12:52 -04:00
John Wiegley 53d1eb0fc6
coqPackages_8_6.CoLoR: new expression 1.3.0 2017-07-18 19:12:51 -04:00
Al Zohali 0b3d29d4ac linux_samus_4_12: init at 4.12.2
Co-authored-by: Nikolay Amiantov <ab@fmap.me>

fixes #26038
2017-07-18 23:31:18 +01:00
Symphorien Gibol d7103eadc8 boolector: 1.{5,6} -> 2.4.1 2017-07-18 23:50:31 +02:00
Franz Pletz 2f9f70ba89 Merge pull request #27472 from mguentner/python-gnupg
python-gnupg: 0.4.0 -> 0.4.1 and enable tests
2017-07-18 23:43:44 +02:00
Jörg Thalheim 37d87343bf python-gnupg: move out of python-packages 2017-07-18 22:37:56 +01:00
Stefan Siegl fe05e165f7
tomboy: 1.15.7 -> 1.15.9 2017-07-18 22:39:29 +02:00
Maximilian Güntner e7abb9b8ec
python-gnupg: 0.4.0 -> 0.4.1 and enable tests 2017-07-18 18:11:36 +02:00
Benno Fünfstück 496dac571c racer[d]: fix RUST_SRC_PATH
`rustc.src` is a `tar.gz` archive, but we need it unpacked.
2017-07-18 17:16:52 +02:00
Benno Fünfstück ae28f5cac8 Merge pull request #27455 from TomSmeets/hidlisten
hid-listen: init at 1.01
2017-07-18 15:30:12 +02:00
Benno Fünfstück 99fbd867ef Merge pull request #27031 from jerith666/cnijfilter-2-80
cnijfilter: init at 2.80
2017-07-18 14:37:32 +02:00
adisbladis 7d19959ac5
pythonPackages.zconfig: 3.0.3 -> 3.2.0 2017-07-18 18:02:05 +08:00
adisbladis 8ea9602ed8
pythonpackages.zope_interface: 4.1.3 -> 4.4.2 2017-07-18 18:02:04 +08:00
adisbladis 4ebe73dc1b
pythonpackages.zope_testrunner: 4.4.10 -> 4.7.0 2017-07-18 18:01:56 +08:00
Jörg Thalheim 26f85e4253 Merge pull request #27410 from florianjacob/journalwatch
journalwatch & journalwatch service: init at 1.1.0
2017-07-18 08:19:33 +01:00
Jörg Thalheim 66af169adb rustRegistry: 2017-06-27 -> 2017-07-17 2017-07-17 23:29:18 +01:00
Jörg Thalheim 63402a1888 alacritty: init at 2017-07-08
fixes #21801
2017-07-17 23:27:35 +01:00
Tom Smeets ff41ec7d80 hid-listen: init at 1.01 2017-07-17 21:14:28 +02:00
Dan Peebles b4ee24d5b1 pants13-pre: remove from pythonPackages
Sorry, I broke evaluation in my last pants commit!
2017-07-17 12:13:45 -04:00
Frederik Rietdijk 24a31888ee Merge pull request #27445 from dapphub/dapp
dapp: init at v0.5.2
2017-07-17 17:53:35 +02:00
Dan Peebles 8253fc2ae5 pants: 1.2.1 -> 1.3.0
I'm also removing the pants13-pre attribute since it's unnecessary and I
don't want to maintain 1.4.x prereleases yet.

I'm temporarily taking out the pants native rust engine shenanigans until
I can get a nix-native rust build of it to work (it works on Linux but
not on Darwin!)
2017-07-17 10:37:52 -04:00
Lancelot SIX 9bb9d93ee7 pythonPackages.pyparsing: 2.1.10 -> 2.2.0 2017-07-17 14:23:48 +02:00
Lancelot SIX f7179c0474 pythonPackages.celery: fix tests for python3.6 2017-07-17 14:23:48 +02:00
Lancelot SIX a8dd4d8e53 pythonPackages.pillow: 3.4.2 -> 4.2.1 2017-07-17 14:23:47 +02:00
Lancelot SIX 1e06824b3b pythonPackages.olefile: init at 0.44 2017-07-17 14:23:47 +02:00
Lancelot SIX e0f988fc46 pythonPackages.kombu: fix tests for python3.6 2017-07-17 14:23:47 +02:00
Tom Hunger 567b84dd50 python.pkgs.pytorch: init at 0.1.12 2017-07-17 14:08:15 +02:00
Frederik Rietdijk 3eceecb90d Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-17 13:52:01 +02:00
Matt McHenry 67d02cd60a cnijfilter: init at 2.80
this driver reads support files from lib/bjlib as well as lib/cups,
which is why the path in cupsd.nix is tweaked
2017-07-17 07:32:23 -04:00
Frederik Rietdijk c0cf19608f aspellWithDicts: create derivation with aspell and selected dictionaries
Currently, `aspell` checks the active profiles for dictionaries. While
this may be convenient, it does not work with `nix-shell` and it doesn't
allow any isolation.

This commit adds the possibility to use composition by creating a
derivation with `symlinkJoin` that contains all the chosen dictionaries,
and another derivation that wraps the executables linking to the dictionaries.

Nix example:

my_aspell = aspellWithDicts(ps: with ps; [ en nl ])

`nix-shell` example:

nix-shell -p 'aspellWithDicts(ps: with ps; [ en nl ])'
2017-07-17 10:17:20 +02:00
Silvan Mosberger 75fde4130d scyther: init at 1.1.3 2017-07-16 23:38:05 +02:00
Jörg Thalheim d3ee993a27 Merge pull request #27419 from elitak/armjdk
oraclejdk8: armv7l support
2017-07-16 22:31:29 +01:00
Jörg Thalheim b6f9047d01 Merge pull request #27418 from roconnor/tarsnap
tarsnap: 1.0.37 -> 1.0.38
2017-07-16 22:02:29 +01:00
Graham Christensen 6b879ef36e Merge pull request #23964 from benley/nixos-manual-launcher
nixos: nix snowflake logo for the nixos manual launcher
2017-07-16 16:28:30 -04:00
Daiderd Jordan fa74d99e42 Merge pull request #27295 from ankhers/generalize_lfe
Generalize building of LFE
2017-07-16 14:36:24 +02:00
Eric Litak 00335098a5 oraclejdk8: armv7l support 2017-07-16 05:16:59 -07:00
Silvan Mosberger 4d30116c9e bashSnippets: init at 1.12.0 (#27408) 2017-07-16 12:41:35 +01:00
Jörg Thalheim f31773b852 tarsnapper: 0.2.1 -> 0.4
- project is not a python library -> move out of pythonPackages.
- also enable tests
2017-07-16 11:12:38 +01:00
Florian Jacob 63bb133373 journalwatch & journalwatch service: init at 1.1.0 2017-07-16 00:14:19 +02:00
Tuomas Tynkkynen c3d9ec531b pythonPackages.unittest2: Fix missing argument to substituteInPlace 2017-07-16 01:06:56 +03:00
John Ericson 7d95391f6a Merge pull request #27407 from obsidiansystems/null-configure-flags
mkDerivation: Fix errors from #27365
2017-07-15 15:56:29 -04:00
Benno Fünfstück 063e81145d Merge pull request #26036 from bcdarwin/elastix
elastix: init at 4.8
2017-07-15 20:15:44 +02:00
John Ericson aaaa470ff8 mkDerivation: Fix errors from #27365
`nix-build pkgs/top-level/release.nix -A tarball` now succeeds.

`configureFlags = null` lead to a type error, and one overrideDrv
needed to be converted to to append a configureFlags list instead of
string due to the normalization.

Thanks @vcunat for alerting me to the issues---sorry I did not catch
them before merging my own PR.
2017-07-15 13:47:21 -04:00
zimbatm 812346c9c9 google-compute-engine: init at 20170523 2017-07-15 18:00:55 +01:00
wisut hantanong a5d75f0f18 python.pkgs.yapf: move to separate expression
fixes #27379
2017-07-15 17:40:55 +01:00
wisut hantanong 5529758791 python.pkgs.jsonref: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong f0ac823696 python.pkgs.intervaltree: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong cca503b389 python.pkgs.packaging: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong 9115f68bde python.pkgs.pytoml: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong b493824162 python.pkgs.pypandoc: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong 911655fe5f python.pkgs.yamllint: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong 33bcafcf5b python.pkgs.stripe: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong 4546623b37 python.pkgs.vine: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong 2857dbd497 python.pkgs.zeroconf: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong d437a722af python.pkgs.acme: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong ee1022bf26 python.pkgs.vega: move to separate expression 2017-07-15 17:40:55 +01:00
wisut hantanong 2ce14a8ce9 python.pkgs.altair: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong f6b103b51e python.pkgs.aafigure: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong eed3b4991b python.pkgs.unifi: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong 3e75b0fd12 python.pkgs.pygame_sdl2: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong 6506c41fd9 python.pkgs.discid: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong 501eb9712e python.pkgs.emcee: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong 85239d1455 python.pkgs.ansicolor: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong 2d546a98e2 python.pkgs.acoustics: move to separate expression 2017-07-15 17:40:54 +01:00
wisut hantanong bcb73a13e3 python-packages.django_tagging_0_3: use overrideAttrs 2017-07-15 17:40:54 +01:00
wisut hantanong eff03340c4 python.pkgs.django_tagging: move to separate expression 2017-07-15 17:40:54 +01:00
Aristid Breitkreuz 78fc7269be paperwork: 1.0.6.1 -> 1.2 2017-07-15 15:10:14 +02:00
Vladimír Čunát e2b7b09960
Merge branch 'master' into staging 2017-07-15 12:15:56 +02:00
Joachim F e4229bb3f8 Merge pull request #27311 from Radvendii/master
ring-daemon: init at 2017-07-11
2017-07-14 15:18:37 +01:00
Mikael Brockman 8d9740e100 dapp: init at v0.5.2
Simple tool for creating Ethereum-based dapps
2017-07-14 14:59:00 +03:00
Jörg Thalheim f93050e509 Merge pull request #27156 from dbrock/hsevm
hsevm: init at 0.3.2
2017-07-14 08:58:46 +01:00
Jörg Thalheim 00ee2091be Merge pull request #27097 from jfrankenau/init-nnn
nnn: init at 1.2
2017-07-14 08:53:11 +01:00
Jörg Thalheim ff4ba02902 Merge pull request #27364 from veprbl/slurm2
slurm: add alias attribute for backward compatibility
2017-07-14 08:33:23 +01:00
Jörg Thalheim ab87dc585d fast-cli: add reference to all-packages.nix
fixes #27375
2017-07-14 07:19:38 +01:00
hhm c5798c1db2 hebcal: init at 4.13
fixes #27373
2017-07-14 06:54:20 +01:00
Dmitry Kalinkin ba8fe290ec
slurm: add alias attribute for backward compatibility
Fixes: b917a8760 ('slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm')
2017-07-13 18:55:45 -04:00
Franz Pletz 672171be57 Merge pull request #27303 from MatrixAI/phpcbf
phpPackages.phpcbf: init at 2.6.0
2017-07-14 00:28:54 +02:00
Roger Qiu 5c336fc549
phpPackages.phpcbf: init at 2.6.0 2017-07-14 00:26:37 +02:00
Jörg Thalheim 30223dd334 Merge pull request #25654 from 4z3/mfcl2700dn
Add support for Brother MFC-L2700DN
2017-07-13 21:48:48 +01:00
Vincent Laporte bd7bf33814 ocaml: init at 4.05.0 2017-07-13 17:58:24 +00:00
Taeer Bar-Yam 484df87ab1 ring-daemon: init at 2017-07-11 2017-07-13 13:09:07 -04:00
GRBurst 63ee6d6e29 xcwd: init at 2016-09-30
fixes #27345
2017-07-13 13:56:22 +01:00
Tom Smeets 9ab69a3416 android-studio-preview: init at 3.0.0.5 canary 6
Added the `androidStudioPackages` attribute containing both
the `stable` and `preview` channels.
Changed the attribute `andorid-studio` to point to
  `androidStudioPackages.stable`
Added the attribute `andorid-studio-preview` pointing to
  `androidStudioPackages.preview`

I have tested this package using the new koltin support,
no issues found yet.
2017-07-13 11:38:05 +02:00
Jörg Thalheim 9d28cd9ca4 Merge pull request #27206 from nthorne/InitGitBigPicture
git-big-picture: init at 0.9.0
2017-07-13 09:54:26 +01:00
Jörg Thalheim c29b5b5a40 Merge pull request #27350 from veprbl/slurm
Bump slurm, add pyslurm
2017-07-13 09:32:51 +01:00