Peter Simons
67f37b70e8
Merge pull request #24944 from ahmedtd/make-makewrapper-picky
...
makeWrapper: Fail loudly when misused
2017-08-08 17:26:38 +02:00
Vincent Laporte
82a4c5e38b
ImageMagick: fix Magick-config
2017-08-08 17:07:54 +02:00
Kranium Gikos Mendoza
725089bb2d
powerstat: 0.02.11 -> 0.02.12
2017-08-08 23:46:01 +10:00
Kranium Gikos Mendoza
c943cf7c26
forkstat: 0.01.17 -> 0.02.00
2017-08-08 23:44:25 +10:00
Thomas Tuegel
ca6f1591ba
Merge pull request #27013 from expipiplus1/qt-charts
...
qt5: Add qtcharts submodule
2017-08-08 06:48:25 -05:00
Tim Steinbach
39b5cd5f6d
Merge pull request #28023 from volth/zookeeper-3.4.10
...
zookeeper: 3.4.9 -> 3.4.10
2017-08-08 07:20:22 -04:00
Tim Digel
e3d9f6b21b
openldap: enable crypt
2017-08-08 11:50:05 +02:00
kiloreux
6a279ec77a
Fix typo
2017-08-08 10:27:41 +01:00
kiloreux
2ff9f969a1
Added libopencore to all-packages.nix
2017-08-08 10:09:17 +01:00
Orivej Desh
a6e7dffd1f
cc-wrapper: Fix standalone ld
2017-08-08 11:03:51 +02:00
Orivej Desh
c8e9dcc8a4
cc-wrapper: Fix standalone gcc
...
This ensures that all salted variables are defined even if the wrapped program
is invoked outside nix-build environment.
2017-08-08 11:03:51 +02:00
Orivej Desh
c8f7f18e69
cc-wrapper: Fix adding directories to rpath
...
This fixes a bug introduced in #27831 : `for path in "$dir"/lib*.so` assumed that
all libs match `lib*.so`, but 07674788d6
started
adding libs that match `*.so` and `*.so.*`.
2017-08-08 11:03:51 +02:00
Domen Kožar
a082215df5
hydra: 2017-07-24 -> 2017-07-27
2017-08-08 10:50:50 +02:00
Taahir Ahmed
e1d46c0c4d
makeWrapper: Only wrap normal executable files
...
`makeWrapper` and `wrapProgram` are being invoked on all kinds of
wacky things (usually with the help of bash globs or other machine
assistance).
So far, I have come across `wrapProgram` being invoked on a directory,
as well as on the empty string.
As far as I can tell, it's only valid to invoke these utilities on a
normal (non-directory, non-device) executable file. This commit
enforces that precondition.
2017-08-08 03:46:47 -05:00
kiloreux
6f7f06375c
Implement required changes
2017-08-08 09:43:23 +01:00
Robin Gloster
3e981b9e33
Revert "cc-wrapper: fix set -u errors"
...
This reverts commit 67a41eafe9
.
see #28021 for discussion
2017-08-08 10:20:00 +02:00
Robin Gloster
67a41eafe9
cc-wrapper: fix set -u errors
...
cc @Ericson2314
2017-08-08 10:15:34 +02:00
Peter Simons
550373b000
cabal-install: fix build after updating to version 2.x
2017-08-08 10:09:56 +02:00
Peter Simons
35dd36a027
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4.1 from Hackage revision
d913f9a17b
.
2017-08-08 10:09:46 +02:00
Peter Simons
142df08825
hackage2nix: update list of broken packages
2017-08-08 10:09:44 +02:00
Frederik Rietdijk
85519561a2
Merge pull request #28027 from sh01/shpr_fixurls_libtiff
...
libtiff: Fix debian patch tarball URL
2017-08-08 09:12:42 +02:00
Frederik Rietdijk
468fdddde6
Merge pull request #27753 from FRidh/python33eol
...
python33: end-of-life
2017-08-08 09:11:11 +02:00
kiloreux
21b6e9cc05
Add kiloreux as maintainer
2017-08-08 08:07:55 +01:00
Frederik Rietdijk
89af5d93e6
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-08 09:01:54 +02:00
Frederik Rietdijk
0734fb26c5
Merge pull request #28032 from casey/feedgen
...
python.pkgs.feedgen: init at 0.5.1
2017-08-08 09:01:27 +02:00
Casey Rodarmor
2141086af8
python.pkgs.feedgen: init at 0.5.1
2017-08-07 23:58:39 -07:00
kiloreux
ea4d01b857
Added libopencore support
2017-08-08 07:50:38 +01:00
Frederik Rietdijk
739b4b42e6
searx: fix typo, fixes #28015
2017-08-08 08:40:26 +02:00
Peter Simons
b196230e71
Merge pull request #25185 from ahmedtd/fix-makewrapper-unsupported-args
...
Fix makewrapper unsupported args
2017-08-08 08:33:56 +02:00
Taahir Ahmed
ece5387b09
makeWrapper: Die on unsupported arguments
...
Previously, makeWrapper would accept arguments it didn't recognize,
potentially allowing argument misspellings or broken callers.
Now, makeWrapper dies with a backtrace if it is called incorrectly.
Also changes `wrapProgram` so that it doesn't pass through the first
argument twice --- this was tripping up the argument checking.
2017-08-08 00:18:12 -05:00
Taahir Ahmed
12354b8eb5
dieHook: Add die
utility function
...
Calling `die "Error message"` causes the current script to exit with
an error, printing a backtrace
2017-08-08 00:17:56 -05:00
Sebastian Hagen
edf6176d8a
libtiff: Fix debian patch tarball URL
...
The tiff debian tarball URL has disappeared (since debian updated their current
version), which renders this package unbuildable.
Change it to a debian snapshot URL, which should be around indefinitely.
2017-08-08 04:06:55 +01:00
Volth
50d165c785
zookeeper: 3.4.9 -> 3.4.10
2017-08-08 01:38:33 +00:00
volth
b32a1199f8
orackejdk: untie from gnome2
...
Nothing should change unless you override ```gtk2``` or ```gnome2.gtk``` so they become different
2017-08-08 02:16:26 +02:00
Franz Pletz
9d29bed078
Merge pull request #28020 from michalrus/geekbench
...
geekbench: init at 4.1.1
2017-08-08 02:14:03 +02:00
Michal Rus
a809cf409a
geekbench: init at 4.1.1
2017-08-08 01:28:12 +02:00
Tim Steinbach
f46f98ad31
Revert 0cf0d7186a
...
Order common kernel config by functionality
See #27949
2017-08-07 17:34:10 -04:00
Daniel Peebles
de1110b52a
Merge pull request #27960 from LnL7/clang-libgcrypt
...
libgcrypt: fix clang build
2017-08-07 16:52:59 -04:00
Daiderd Jordan
44c354317d
Merge pull request #27911 from LnL7/erlang-no-gcc
...
erlang: remove explicit gcc dependency
2017-08-07 22:23:58 +02:00
Cray Elliott
2f9724e804
ffmpeg, ffmpeg-full: 3.3.2 -> 3.3.3
2017-08-07 12:53:48 -07:00
davidak
3270aa896b
replace "Mac OS X" and "OS X" with "macOS"
...
as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Wout Mertens
b6f19f79aa
Merge pull request #28004 from moesasji/master
...
xfce4-session: fix lock screen not working with light-locker
2017-08-07 18:40:48 +02:00
Wout Mertens
67ed1599bc
Merge pull request #28003 from kamilchm/ponyc
...
ponyc: 0.16.1 -> 0.17.0
2017-08-07 18:37:56 +02:00
Wout Mertens
ba203e40a6
Merge pull request #28010 from womfoo/bump/facter-3.7.1
...
facter: 3.6.6 -> 3.7.1 and related deps
2017-08-07 18:32:03 +02:00
Wout Mertens
5df2798221
Merge pull request #28011 from womfoo/bump/zabbix-cli-1.7.0
...
zabbix-cli: 1.6.1 -> 1.7.0
2017-08-07 18:31:11 +02:00
Wout Mertens
5ac09bc484
Merge pull request #28013 from womfoo/bump/pick-1.7.0
...
pick: 1.6.1 -> 1.7.0
2017-08-07 18:29:07 +02:00
Tim Steinbach
fa10497834
Merge pull request #27684 from gnidorah/bfq
...
linux: BFQ Group Scheduling support
2017-08-07 11:58:45 -04:00
Tim Steinbach
4edcfa3eb7
gradle: 4.0.2 -> 4.1
2017-08-07 11:44:35 -04:00
Tim Steinbach
06af1df857
linux: 4.13-rc3 -> 4.13-rc4
2017-08-07 11:40:01 -04:00
Tim Steinbach
ea2a10e143
linux: 4.4.79 -> 4.4.80
2017-08-07 11:35:42 -04:00
Tim Steinbach
4825e4818b
linux: 4.9.40 -> 4.9.41
2017-08-07 11:32:26 -04:00
Kranium Gikos Mendoza
bcc2858485
pick: 1.6.1 -> 1.7.0
2017-08-08 01:22:44 +10:00
Gabriel Ebner
795c003359
isabelle: use polyml 5.6
...
Isabelle 2016 does not work with newer PolyML versions.
2017-08-07 17:21:08 +02:00
John Ericson
810fb0c968
cc-wrapper: Don't slurp NIX_DONT_SET_RPATH
twice
...
Otherwise we end with a definition like `1 1`, which doesn't trigger the right
conditional.
2017-08-07 11:09:25 -04:00
Kranium Gikos Mendoza
a852d39dda
zabbix-cli: 1.6.1 -> 1.7.0
2017-08-08 01:02:38 +10:00
Kranium Gikos Mendoza
b99f162e40
facter: 3.6.6 -> 3.7.1
2017-08-08 00:37:43 +10:00
Kranium Gikos Mendoza
b416579af4
leatherman: 0.11.2 -> 1.0.0
2017-08-08 00:37:43 +10:00
Domen Kožar
4f80406fdd
Merge pull request #27615 from NickHu/cuda
...
fix haskellPackages.cuda and some tools dependent on cudatoolkit
2017-08-07 16:13:49 +02:00
Frederik Rietdijk
2203908e5f
Merge commit 'b679e14' into HEAD
2017-08-07 13:19:09 +02:00
Frederik Rietdijk
e6808e30ae
Merge pull request #27931 from gnidorah/kde
...
Fix some KDE applications
2017-08-07 13:15:36 +02:00
Frederik Rietdijk
7aaad6cd8c
Merge pull request #27980 from romildo/upd.mate
...
Update some mate packages
2017-08-07 13:13:23 +02:00
Frederik Rietdijk
3b9b0485fe
Merge pull request #28005 from romildo/upd.adapta
...
adapta-gtk-theme: 3.90.0.125 -> 3.91.1.47
2017-08-07 13:12:51 +02:00
Frederik Rietdijk
1271e5e0d4
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-07 13:05:31 +02:00
Frederik Rietdijk
e7651e4b60
Merge pull request #27940 from bkchr/fix_qt56_ld
...
QT5.6: Fixes compile error with wrong LD env variable
2017-08-07 13:04:43 +02:00
romildo
22ba421a08
adapta-gtk-theme: 3.90.0.125 -> 3.91.1.47
2017-08-07 06:37:11 -03:00
moesasji
71203503f9
xfce4-session: fix lock screen not working with light-locker
2017-08-07 10:17:40 +01:00
Bastian Köcher
0053bf6d47
QT5.6: Fixes compile error with wrong LD env variable
...
QT uses -Wl linker flags and these flags only work with gcc/g++
and not with LD directly.
2017-08-07 10:51:53 +02:00
Kamil Chmielewski
cc7777f5f8
ponyc: 0.16.1 -> 0.17.0
...
https://github.com/ponylang/ponyc/issues/2135
2017-08-07 10:39:45 +02:00
gnidorah
dc21f1ad65
linux: BFQ Group Scheduling support
2017-08-07 10:12:21 +03:00
John Ericson
2493454e13
cc-wrapper: Use set -u
throughout
...
Now is an opportune time to do this, as the infixSalt conversion in
`add-flags.sh` ensures that all the relevant `NIX_*` vars will be
defined even if empty.
2017-08-07 03:05:51 -04:00
John Ericson
a8bd415fa0
unzip: cc-wrapper has been fixed so don't need to be so clever
2017-08-07 03:05:51 -04:00
John Ericson
42f35503b5
cc-wrapper: Make hygienic
...
See the added comments for what exactly has been done.
2017-08-07 03:05:50 -04:00
John Ericson
9f1e009975
cc-wrapper: Unconditionally use @infixSalt@ accross the board
...
This is basically a sed job, in preparation of the next commit. The
rules are more or less:
- s"NIX_(.._WRAPPER_)?([a-zA-Z0-9@]*)"NIX_\1@infixSalt@_\2"g
- except for non-cc-wrapper-specific vars like `NIX_DEBUG`
2017-08-07 03:05:50 -04:00
John Ericson
5ba3972add
cc-wrapper: Stop preWrapping
...
This is an ugly temp hack for cross compilation, but now we have something better on the way.
Bind `infixSalt` as an environment variable as it will be used in it.
2017-08-07 03:05:50 -04:00
Peter Simons
f152749c99
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.4.1 from Hackage revision
cfa51cac76
.
2017-08-07 08:58:48 +02:00
Gabriel Ebner
28ca51c7df
Merge pull request #27899 from matthewbauer/emscripten-update
...
emscripten: 1.37.13 -> 1.37.16
2017-08-07 08:51:58 +02:00
Benjamin Staffin
989514f38b
jsonnet: 0.8.9 -> 0.9.4 ( #27989 )
2017-08-06 23:13:26 -04:00
Tim Steinbach
1ec7242bc2
linux-copperhead: 4.12.4.a -> 4.12.5.a
2017-08-06 22:04:46 -04:00
Tim Steinbach
ff9479cd54
linux: 4.12.4 -> 4.12.5
2017-08-06 19:22:15 -04:00
Joachim F
70d8768af5
Merge pull request #27876 from joachifm/libsodium-1_0_13
...
libsodium: 1.0.12 -> 1.0.13
2017-08-07 00:18:39 +01:00
Tim Steinbach
0cf0d7186a
linux-common-config: Refactor, clean up
2017-08-06 19:17:30 -04:00
Michael Raskin
638b67146d
Merge pull request #27812 from tohl/master
...
sbcl updated, tested on nixos x86_64
2017-08-07 00:05:18 +02:00
Joachim F
bba56ff461
Merge pull request #27985 from romildo/upd.elementary-icon-theme
...
elementary-icon-theme: 4.1.0 -> 4.2.0
2017-08-06 23:00:17 +01:00
Joachim Fasting
a40bf20a1d
pigz: enable parallel building
2017-08-06 23:38:15 +02:00
Joachim Fasting
d56361f036
pigz: 2.3.3 -> 2.3.4
2017-08-06 23:38:14 +02:00
Joachim Fasting
4a65f9ef5f
dnscrypt-proxy: enable parallel building
2017-08-06 23:38:13 +02:00
Joachim Fasting
f963014829
linux-hardened-config: various fixups
...
Note
- the kernel config parser ignores "# foo is unset" comments so they
have no effect; disabling kernel modules would break *everything* and so
is ill-suited for a general-purpose kernel anyway --- the hardened nixos
profile provides a more flexible solution
- removed some overlap with the common config (SECCOMP is *required* by systemd;
YAMA is enabled by default).
- MODIFY_LDT_SYSCALL is guarded by EXPERT on vanilla so setting it to y breaks
the build; fix by making it optional
- restored some original comments which I feel are clearer
2017-08-06 23:38:07 +02:00
Vladimír Čunát
b679e148bd
release.nix: resurrect stdenvBootstrapTools
...
13d6681ce7
crippled it unintentionally.
Also remove the incorrect/non-existing stdenv.i686-linux;
building the bootstrap tools should be a good-enough test anyway.
2017-08-06 21:30:39 +02:00
zimbatm
19c64b57d5
minikube: 0.20.0 -> 0.21.0
2017-08-06 20:24:26 +01:00
Robin Gloster
41492abf4d
qt56.qtbase: fix build
2017-08-06 21:23:38 +02:00
Jörg Thalheim
46e691eefb
Merge pull request #27988 from lheckemann/oil
...
oil: init at 0.0.0
2017-08-06 19:45:09 +01:00
Heitham Omar
5ac00265a8
linux-common-config: add CONFIG_HOTPLUG_PCI_ACPI
2017-08-06 20:41:28 +02:00
georgewhewell
e85a855d2c
openssl 1_1_0: fix build on aarch64
2017-08-06 20:38:32 +02:00
Robin Gloster
f14c27d178
cmus: fix build
...
fixes #27966
2017-08-06 20:34:14 +02:00
Robin Gloster
1ff2c65acf
phantomjs2: don't use bundled qt
2017-08-06 20:30:17 +02:00
Linus Heckemann
434d3700d3
oil: init at 0.0.0
2017-08-06 18:17:00 +01:00
Daiderd Jordan
147cd29fff
rustc: remove gdb dependency for darwin
2017-08-06 19:00:58 +02:00
romildo
dad7b6bb40
elementary-icon-theme: 4.1.0 -> 4.2.0
2017-08-06 13:42:57 -03:00
Michael Weiss
953b232385
gns3-server: init at 2.0.3
2017-08-06 17:40:53 +02:00
Michael Weiss
2bc92695bf
pythonPackages.aiohttp: 1.1.6 -> 1.3.5
2017-08-06 17:40:53 +02:00
Michael Weiss
f17cadadd3
pythonPackages.zipstream: init at 1.1.4
2017-08-06 17:40:53 +02:00
Michael Weiss
15bf0f68c3
pythonPackages.aiohttp-cors: init at 0.5.1
2017-08-06 17:40:53 +02:00
Jörg Thalheim
6b9b08eaed
Merge pull request #27977 from symphorien/update_par2
...
par2cmdline: 0.6.13 -> 0.7.3
2017-08-06 15:37:14 +01:00
Jörg Thalheim
f8aa39476a
Merge pull request #27973 from edanaher/update-urweb
...
urweb: 20170105 -> 20170720
2017-08-06 15:33:52 +01:00
Tim Steinbach
83b7a415d5
Merge pull request #27970 from NeQuissimus/expand_hardened_config
...
linux: Expand hardened config
2017-08-06 10:11:57 -04:00
Tim Steinbach
747cbbad71
Merge pull request #27969 from NeQuissimus/atom_paxmark
...
atom: Add paxmark
2017-08-06 10:03:32 -04:00
Roman Volosatovs
2700b62168
grml-zsh-config: 0.12.4 -> 0.14.2 ( #27961 )
...
* grml-zsh-config: 0.12.4 -> 0.14.2
* grml-zsh-config: fix typo
2017-08-06 14:58:38 +01:00
Tim Steinbach
ff10bafd00
linux: Expand hardened config
...
Based on latest recommendations at
http://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
2017-08-06 09:58:02 -04:00
romildo
8ba81342dc
mate-terminal: 1.18.0 -> 1.18.1
2017-08-06 10:36:42 -03:00
romildo
eb70dfb130
caja: 1.18.0 -> 1.18.3
2017-08-06 10:35:11 -03:00
Gabriel Ebner
357b93e1b1
anki: 2.0.36 -> 2.0.46
2017-08-06 15:33:50 +02:00
romildo
2f1ae93e43
mate-themes: 3.20.19 -> 3.20.22, 3.22.10 -> 3.22.13
2017-08-06 10:32:48 -03:00
romildo
1048cefa7a
mate-icon-theme-faenza: 1.18.0 -> 1.18.1
2017-08-06 10:31:59 -03:00
romildo
e3629d05cb
mate-icon-theme: 1.18.1 -> 1.18.2
2017-08-06 10:29:29 -03:00
Symphorien Gibol
aec9f1b9d8
par2cmdline: 0.6.13 -> 0.7.3
2017-08-06 14:50:15 +02:00
Michael Weiss
b0a2ea01c5
python3Packages.zodb: Fix the build
...
Side note: Not sure if it makes sense that zodb3 depends on zodb (zodb4)
via ZEO.
2017-08-06 14:45:52 +02:00
Michael Weiss
4b0afc169d
zpl*: Fix the attribute name of the license
...
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00
Daiderd Jordan
7960bbff14
gnutls: fix darwin build
2017-08-06 13:07:52 +02:00
Vladimír Čunát
332a60cbd1
release.nix: resurrect stdenvBootstrapTools
...
13d6681ce7
crippled it unintentionally.
Also remove the incorrect/non-existing stdenv.i686-linux;
building the bootstrap tools should be a good-enough test anyway.
2017-08-06 12:35:34 +02:00
gnidorah
771c80d216
gwenview, k3b, konsole: propagate kinit
2017-08-06 12:55:02 +03:00
Robert Helgesson
2bbfac7b97
expat: fix build on aarch
2017-08-06 11:24:12 +02:00
Robin Gloster
145be4e340
Merge commit 'ad83979e5986fa3bb0d254c2be9482c12a8743b9' from staging
2017-08-06 11:21:53 +02:00
Vladimír Čunát
67b6b7e46f
Merge branch 'master' into staging
...
... to fix bugs in i686-linux removal.
2017-08-06 11:20:36 +02:00
Vladimír Čunát
a5e135ef7c
release.nix: fix a typo from #27923 , build stdenv
...
The typo removed also all aarch64-linux on Hydra.
2017-08-06 11:00:51 +02:00
Domen Kožar
71bebd5254
{fs,h}notify: move to configuration-nix.nix
2017-08-06 10:42:37 +02:00
Domen Kožar
8e16cee256
double-conversion: remove patch superseeded by ghc patch
...
https://github.com/NixOS/nixpkgs/pull/27584
2017-08-06 10:42:37 +02:00
Vladimír Čunát
f779df87b1
Merge branch 'master' into staging
...
Let's drop i686-linux here as well.
2017-08-06 10:03:25 +02:00
Gabriel Ebner
e619ace733
perlPackages.TextBibTeX: fix build
2017-08-06 09:28:02 +02:00
Gabriel Ebner
7cc0ef8937
goldendict: fix build by upgrading to qt 5.9
2017-08-06 09:06:24 +02:00
Evan Danaher
b769a94153
urweb: 20170105 -> 20170720
2017-08-05 22:28:19 -04:00
Michael Weiss
acb9ca3006
gns3-gui: init at 2.0.3
2017-08-06 01:55:49 +02:00
Tim Steinbach
74998657c7
Merge pull request #27902 from LumiGuide/flockit
...
flockit: init at 2012-08-11
2017-08-05 18:54:27 -04:00
Bas van Dijk
872d8fc5c9
flockit: init at 2012-08-11
...
The flockit library and tool exists solely because rsync doesn't have file
locking.
It's not used like a normal library; you don't link against it, and you don't
have to patch your source code to use it. It's inserted between your program and
its libraries by use of LD_PRELOAD.
For example:
$ env LD_PRELOAD=$(nix-build -A pkgs.flockit)/lib/libflockit.so FLOCKIT_FILE_PREFIX=test rsync SRC DEST
Besides the library a handy executable is provided which can simplify the above to:
$ $(nix-build -A pkgs.flockit)/bin/flockit test rsync SRC DEST
Also see the following blog post:
https://www.swiftstack.com/blog/2012/08/15/old-school-monkeypatching/
2017-08-06 00:38:29 +02:00
Tim Steinbach
731a08730f
atom: Add paxmark
2017-08-05 14:36:00 -04:00
Frederik Rietdijk
8fcb070363
Merge pull request #27320 from jtojnar/fix/unbreak-polari
...
polari: unbreak
2017-08-05 17:49:47 +02:00
Daiderd Jordan
e66c85d196
Merge pull request #27955 from holidaycheck/remove-nodejs-7
...
nodejs: remove version 7_x
2017-08-05 17:43:16 +02:00
Daiderd Jordan
4e24cc32bc
Merge pull request #27544 from cse-bristol/linode-api-python
...
linode-api: init at 4.1.1b2
2017-08-05 17:40:33 +02:00
Tim Steinbach
46f586fb25
Merge pull request #27891 from jraygauthier/jrg/clementine_from_123_to_131
...
clementine: 1.2.3 -> 1.3.1
2017-08-05 10:32:27 -04:00
Tim Steinbach
3ed5af74a5
Merge pull request #27894 from jameysharp/cucumber
...
cucumber: init at 2.4.0
2017-08-05 10:30:20 -04:00
Tim Steinbach
177e06237d
Merge pull request #27945 from yegortimoshenko/patch-1
...
bitwig-studio: 2.0 -> 2.1.3, fix desktop file
2017-08-05 09:58:49 -04:00
Tim Steinbach
1b522830b4
Merge pull request #27956 from holidaycheck/git-lfs-2.2.1
...
git-lfs: 2.0.2 -> 2.2.1
2017-08-05 09:53:03 -04:00
Tim Steinbach
0147af2226
Merge pull request #27959 from taku0/android_sdk_25.2.5
...
android-sdk: 25.2.3 -> 25.2.5
2017-08-05 09:46:38 -04:00
taku0
53301fcd63
android-sdk: 25.2.3 -> 25.2.5
2017-08-05 22:22:18 +09:00
Daiderd Jordan
07796ccb57
libgcrypt: fix clang build
...
Fixes #27906
Because #pragma GCC optimize ("O0") doesn't work for clang and
NIX_CFLAGS_COMPILE bypasses the fixup done by the makefiles everything
gets compiled with -O2.
The build still uses optimisation for everything else.
2017-08-05 15:20:13 +02:00
Mathias Schreck
e19a7068ba
git-lfs: 2.0.2 -> 2.2.1
2017-08-05 14:22:18 +02:00
Vincent Laporte
c7c24740a9
obelisk: fix hash
2017-08-05 13:29:00 +02:00
Jan Tojnar
ec6f8320f4
polari: unbreak
...
The build was failing due to missing telepathy_logger dependency,
I added it. Additionally, the connection to server was failing due to
telepathy executables not having an access to dconf, which was fixed
in #26113 . Lastly, when I tried running Polari directly, it terminated
with SIGTRAP and the following error:
(org.gnome.Polari:22998): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not installed
adding `gnome3.gsettings_desktop_schemas` as a buildInput fixed that.
2017-08-05 13:23:06 +02:00
Jan Tojnar
0a142d3112
wrap-gapps-hook: also wrap symlinks to executables
...
Some programs store the executable in a different place and link it
from the `bin` directory. For example, Polari links `$out/bin/polari`
to `$out/share/polari/org.gnome.Polari`. `wrapGAppsHook` did not follow
symlinks so it was not able to wrap Polari, making it unable to access
GObject introspection definitions required for running the program.
I made the wrapping script follow symlinks to fix this corner case.
2017-08-05 13:23:05 +02:00
Mathias Schreck
28b0a79c04
nodejs: remove version 7_x
...
nodejs v7 reached its end of life in June 2017.
2017-08-05 13:17:50 +02:00
Jan Tojnar
c9d419a22b
gnome: Further fixes for Using the 'memory' GSettings backend issue
2017-08-05 12:21:00 +02:00