3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

123793 commits

Author SHA1 Message Date
Jon Banafato c039fbb4bc paperwork: 1.2.1 -> 1.2.2
Paperwork has a new bugfix release.
2017-12-23 01:14:09 -05:00
Jan Tojnar 3ea18511dc
gegl_3_0: propagate dependencies needed by pkgconfig 2017-12-23 05:38:07 +01:00
Jan Tojnar 407721b73b
libmypaint: init at 1.3.0 2017-12-23 05:38:06 +01:00
Florian Klink 0543dc77b1 nixos/tests/virtualbox: remove mknod /dev/vda1 call
With devtmpfs introduced in 0d27df280f it is
created automatically.

See https://github.com/NixOS/nixpkgs/pull/32983#issuecomment-353703083
2017-12-23 03:16:18 +00:00
Florian Klink eb12741c7a virtualbox: add license 2017-12-23 03:16:18 +00:00
Florian Klink 035dfacf43 virtualbox: add flokli as maintainer 2017-12-23 03:16:18 +00:00
Florian Klink e2c6ea72a1 virtualbox: 5.2.2 -> 5.2.4 2017-12-23 03:16:18 +00:00
Florian Klink c7f1aa3804 buildUboot: add openssl to nativeBuildInputs
required by tools/kwbimage.c, tools/mxsimage.c and in various other
places too.
As those are tools running on the host, it's a nativeBuildInput.
2017-12-23 04:31:11 +02:00
Florian Klink bae218e7b5 ubootClearfog: add 2017-12-23 04:31:11 +02:00
Orivej Desh e3d7e45651
Merge pull request #32694 from yegortimoshenko/SkypeExport/init
SkypeExport: init at 1.4.0
2017-12-23 02:06:15 +00:00
Florian Klink 8a844db5fc ubootTools: set CONFIG_ARCH_MVEBU=y
u-boot only builds some architecture-specific tools, if this
architecture is selected in configuration. So a 'allnoconfig' won't
include them.

As they are pretty useful however, we'd like to have them in ubootTools.
This can be accomplished by enabling CONFIG_KIRKWOOD=y and possibly
more later.
2017-12-23 03:51:12 +02:00
Florian Klink 027d7bbb71 uboot: add extraMakeFlags option 2017-12-23 03:51:12 +02:00
Orivej Desh 1a1ade6160
Merge pull request #32991 from Infinisil/logkeys-fix
nixos/logkeys: fix evaluation
2017-12-23 01:45:04 +00:00
Silvan Mosberger 0b0df8f9cf nixos/logkeys: fix evaluation 2017-12-23 01:44:14 +00:00
Arseniy Seroka 36e02645eb
Merge pull request #32424 from oxij/nixos/related-packages
nixos: doc: implement related packages in the manual
2017-12-23 03:34:58 +03:00
Michael Weiss d0bb0a2c53 aiohttp-cors: 0.5.3 -> 0.6.0 2017-12-23 01:14:06 +01:00
Bert Moens 857a71cbc5
speechd: 0.8.5 -> 0.8.8, refactored 2017-12-22 22:40:16 +01:00
Bert Moens e0a356d1c7
espeak: 2016-08-28 → 1.49.2 2017-12-22 22:35:17 +01:00
Ivan Jager 36d0180057 altcoins.aeon: init at 0.9.14.0 2017-12-22 15:20:21 -06:00
William Casarin fd45c14b38 python-bitcoinlib: init at 0.9.0
Signed-off-by: William Casarin <jb55@jb55.com>, @jb55
2017-12-22 12:12:26 -08:00
Shea Levy ea9b677046
haskellPackages.coordinate: Fix build on ghc 8.2 2017-12-22 14:04:59 -05:00
Shea Levy e32bc0b5c0
haskellPackages.lenz: Fix against latest hs-functors 2017-12-22 13:54:01 -05:00
Shea Levy 4c66ebb0d1
hadoop-rpc: Fix build on ghc 8.2 2017-12-22 13:31:35 -05:00
John Wiegley 25ef9fa875
Merge pull request #32985 from vbgl/coq-contribs-recurse
coqPackages.contribs: recurse into the nested set
2017-12-22 10:06:12 -08:00
Shea Levy 5e8a0786b0
Disable tests on haskellPackages.protobuf 2017-12-22 12:48:07 -05:00
Vincent Laporte 24474528e4
coqPackages.contribs.containers: fix url 2017-12-22 17:07:25 +00:00
Jan Tojnar 6e3351d9cc
Merge pull request #32826 from jtojnar/gnome-python3
More GNOME clean-ups
2017-12-22 17:57:01 +01:00
Vincent Laporte 25576df64c
coqPackages.contribs: recurse into the nested set 2017-12-22 16:56:20 +00:00
Shea Levy 02efc7600b
gurobipy: Bump to 7.5.2 2017-12-22 11:43:09 -05:00
Yegor Timoshenko 73a0d95b96 chrootenv: code review
* Wrap LEN macro in parantheses
* Drop env_filter in favor of stateful environ_blacklist_filter,
  use execvp instead of execvpe, don't explicitly use environ
* Add argument error logging wherever it makes sense
* Drop strjoin in favor of asprintf
* char* -> const char* where appropriate
* Handle stat errors
* Print user messages with fputs, not errorf
* Abstract away is_str_in (previously bind_blacklisted)
* Cleanup temporary directory on error
* Some minor syntactic and naming changes

Thanks to Jörg Thalheim and Tuomas Tynkkynen for the code review!
2017-12-22 18:56:13 +03:00
Yegor Timoshenko 710662be94 chrootenv: error on chrootenv-inside-chrootenv, resolves #32802 2017-12-22 18:56:13 +03:00
Yegor Timoshenko 0234cd41b4 chrootenv: replace env whitelist with blacklist, closes #32878 2017-12-22 18:56:13 +03:00
Yegor Timoshenko c03663a145 chrootenv: bind-mount all dirs in /, symlink files, closes #32877 2017-12-22 18:56:13 +03:00
Yegor Timoshenko ef1accae91 chrootenv: print sysctl command for Debian users, fixes #32876 2017-12-22 18:56:13 +03:00
Vladimír Čunát c082544a52
Merge #32974: thunderbird: 52.5.0 -> 52.5.2 (security) 2017-12-22 16:31:27 +01:00
Shea Levy 7f410df1c6
haskell-modules: Request older haddock-library to match haddock-api. 2017-12-22 09:16:12 -05:00
Shea Levy 302202ccde
haskellPackages.monad-memo: Fix testsuite 2017-12-22 09:11:41 -05:00
Shea Levy bd424fdce9
ghc-exactprint: Fix build on GHC-8.2 2017-12-22 09:01:03 -05:00
volth ae24c812e9
zookeeper: 3.4.10 -> 3.4.11 2017-12-22 13:29:04 +00:00
Michael Weiss e6c3dcfcf7 android-studio: 3.0.0.18 -> 3.0.1.0 2017-12-22 13:55:25 +01:00
Eelco Dolstra b269f682c9
Merge pull request #32973 from dywedir/zstd
zstd: 1.3.2 -> 1.3.3
2017-12-22 13:34:19 +01:00
gnidorah aa8962a6b9 kdelibs: drop 2017-12-22 15:21:00 +03:00
gnidorah 4528ebbaeb kde4: drop 2017-12-22 15:19:52 +03:00
gnidorah ae806fd27c psi: kde4 is no more 2017-12-22 15:19:46 +03:00
gnidorah 03f2f8524a uim: drop kde4 parts 2017-12-22 15:19:37 +03:00
gnidorah 6236dd8e2d kadu-kde4: drop 2017-12-22 15:19:22 +03:00
gnidorah a4c0c4a9b0 calligra-kde4: drop 2017-12-22 15:19:16 +03:00
gnidorah 6c317b62a3 amarok-kde4: drop 2017-12-22 15:19:11 +03:00
dywedir 9d1a524157 zstd: 1.3.2 -> 1.3.3 2017-12-22 13:51:09 +02:00
Frederik Rietdijk 2e988b129d
Merge pull request #32967 from dotlambda/qmapshack
qmapshack: 1.9.1 -> 1.10.0
2017-12-22 11:15:30 +00:00