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
Dmitry Kalinkin
77b1803830
dblatex: 0.3.7 -> 0.3.10, fixes for the new texlive
2017-12-22 19:55:40 -05:00
Shea Levy
b6d215aa79
haskell generic-builder: Support installing internal libs.
...
Fixes #32980 .
2017-12-22 19:44:37 -05: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
Jan Tojnar
21b09d7961
ruby-modules gio2: re-add gobjectIntrospection dependency
...
Previously, it was accidentaly propagated by atk.
2017-12-22 23:31:54 +01:00
Jan Tojnar
023271e05e
font-manager: add gobject introspection dependency
2017-12-22 23:31:54 +01:00
Jan Tojnar
7f1a92fbcb
pantheon.pantheon-terminal: add gobject introspection dependency
2017-12-22 23:31:54 +01:00
Jan Tojnar
8bdcf7a726
dfeet: re-add gobject introspection dependency
2017-12-22 23:31:54 +01:00
Jan Tojnar
e3b9406713
gnome3.libpeas: re-add gobject introspection dependency
2017-12-22 23:31:54 +01:00
Jan Tojnar
7625f830f4
kupfer: add gobject introspection dependency
2017-12-22 23:31:54 +01:00
Jan Tojnar
b050530298
pdfpc: add gobject introspection dependency
2017-12-22 23:31:53 +01:00
Jan Tojnar
dd6d9a100f
valauncher: add gobject introspection dependency
2017-12-22 23:31:53 +01:00
Jan Tojnar
ec0cc33699
deepin-terminal: add gobject introspection dependency
2017-12-22 23:31:53 +01:00
Jan Tojnar
7e5717a209
gnome3.gspell: re-add gobject introspection dependency
2017-12-22 23:29:07 +01:00
Jan Tojnar
184f8ff69a
synapse: add gobject introspection dependency
2017-12-22 23:29:07 +01:00
Jan Tojnar
987d4595ba
gtk2: add gobject introspection dependency
2017-12-22 23:27:35 +01:00
Jan Tojnar
2f14c9da68
simple-scan: add gobject introspection dependency
2017-12-22 23:27:35 +01:00
Jan Tojnar
ff2bda33cc
gnome3.gtksourceview: re-add gobject introspection dependency
2017-12-22 23:27:35 +01:00
Jan Tojnar
8a9b352bec
gnome3.eog: add gobject introspection dependency
2017-12-22 23:27:35 +01:00
Jan Tojnar
041e5b95d3
gnome3.gucharmap: re-add gobject introspection dependency
2017-12-22 23:27:35 +01:00
Jan Tojnar
d2590f8a13
gnome3.gnome-bluetooth: re-add gobject-introspection dependency
...
It is no longer propagated from atk so we have to add it here.
2017-12-22 23:27:35 +01:00
Jan Tojnar
2e6f01d9a6
gnome3.gnome-characters: re-add gobject-introspection dependency
2017-12-22 23:27:34 +01:00
Jan Tojnar
79dd83d466
atk: do not propagate gi
2017-12-22 23:27:34 +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