Frederik Rietdijk
d68aba4cfb
Python: script names now include full path
...
Certain programs, like zim, calibre and now also apparently mercurial,
rely on sys.argv[0] providing not just the script name but the full
path.
The Python docs [1] state the following on the matter:
> argv[0] is the script name (it is operating system dependent whether
this is a full pathname or not).
Therefore, scripts should not expect to receive a full path.
Unfortunately some do. While this can be considered a bug, there doesn't
seem any reason not to provide the full path. Therefore we now provide
the full path.
[1]
https://docs.python.org/3.5/library/sys.html?highlight=sys.argv#sys.argv
2017-01-02 11:29:11 +01:00
Daiderd Jordan
5a67b130b9
Merge branch 'master' into staging
2017-01-02 00:54:17 +01:00
Daiderd Jordan
2bb33130cc
Merge pull request #21541 from veprbl/libcpp37
...
libc++3.7: fix to use with clang 3.9
2017-01-02 00:39:30 +01:00
Brandon Dimcheff
cf9e1a03f7
add introspection to gmime
...
This was necessary for astroid to work with gmime, and I thought it
would be generally useful.
2017-01-01 22:38:12 +01:00
Pascal Wittmann
3b754e525f
xylib: 1.4 -> 1.5
2017-01-01 18:19:39 +01:00
Joachim F
d3f01c3531
Merge pull request #21560 from Ekleog/kcov
...
kcov: 29 -> 32
2017-01-01 17:08:40 +01:00
Graham Christensen
c58b4cf693
Merge pull request #21520 from peterhoeg/p/nrpl
...
nrpl: init at 20150521
2017-01-01 07:51:45 -05:00
Jörg Thalheim
84a50084c3
Merge pull request #21444 from league/fix/gphoto2-udev
...
gphoto2: nixos programs module to configure udev
2017-01-01 11:16:28 +01:00
Peter Hoeg
7a720abc03
nrpl: init at 20150521
2017-01-01 14:10:13 +08:00
Léo Gaspard
7f0143b89d
kcov: 29 -> 32
2017-01-01 03:32:31 +01:00
Daiderd Jordan
6e6334a514
Merge pull request #21529 from ivan-tkatchev/master
...
makerpm: init at 1.0
2016-12-31 21:35:14 +01:00
tkatchev
4073aaa7e1
makerpm: init at 1.0
2016-12-31 23:19:31 +03:00
Daiderd Jordan
da34b32bb4
Merge pull request #21539 from mdaiter/wxGTK30Mac
...
wxGTK30: added Darwin support
2016-12-31 14:11:58 +01:00
Michael Raskin
b4cab20691
Merge pull request #21511 from peterhoeg/u/kirigami
...
kirigami: add pre-release v2
2016-12-31 11:36:49 +00:00
Peter Hoeg
2dcbb8e81f
kirigami: add pre-release v2
...
It requires qt5.7
2016-12-31 19:30:02 +08:00
Vladimír Čunát
5f1ebf8ff4
rivet: fixup sandboxed build after update
...
There's no /bin/bash. http://hydra.nixos.org/build/45754059
2016-12-31 11:11:23 +01:00
Graham Christensen
1fd97f6293
Merge pull request #21528 from veprbl/kak2
...
update rivet, kakoune, add fastnlo, sherpa, mcgrid
2016-12-30 22:36:53 -05:00
Matthew Daiter
5776e6c99b
wxGTK30: added Darwin support
2016-12-31 03:03:51 +01:00
Rushmore Mushambi
b86d256e9c
Merge pull request #21489 from retrry/master
...
rustc, cargo, rustRegistry updates
2016-12-31 04:01:16 +02:00
Vladimír Čunát
c2752f8228
Merge #21526 : unbound 1.5.10 -> 1.6.0
2016-12-30 23:17:58 +01:00
Vladimír Čunát
6bded45883
flex: 2.6.1 -> 2.6.3
...
This resolves some warnings and errors introduced in 2.6.x.
2016-12-30 23:17:08 +01:00
Michael Raskin
8f961e8b14
Merge pull request #21474 from mimadrid/update/openbabel-2.4.1
...
openbabel: 2.3.2 -> 2.4.1
2016-12-30 22:12:45 +00:00
Michael Raskin
9e1ec537eb
Merge pull request #21456 from rycee/fix/clblas-cuda
...
clblas-cuda: use system gtest library
2016-12-30 22:03:56 +00:00
Michael Raskin
bae3be6a4c
Merge pull request #21292 from brainrape/init-idrisPackages-httpclient
...
idrisPackages.httpclient: init
2016-12-30 22:02:59 +00:00
Vladimír Čunát
20c2b45ee6
Merge branch 'staging'
2016-12-30 22:40:41 +01:00
Dmitry Kalinkin
e9d60c5636
libc++3.7: fix to use with modern compilers
...
Modern compiler will issue a following error whenever '#include <string>'
is done:
/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1938:44:
error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1326:40:
note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
1 error generated.
This happens because modern clang is more strict about checking
exception specification for forward declaration and definition.
http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/string?r1=242056&r2=242623&diff_format=h
2016-12-30 16:16:14 -05:00
Michael Raskin
6f12fb7403
Merge pull request #19765 from FlorentBecker/some_buildOcaml
...
Update various packages to use buildOcaml, with fixes
2016-12-30 20:47:50 +00:00
Michael Weiss
b1ac86db87
libmd: init at 0.0.0
2016-12-30 21:45:23 +01:00
Daiderd Jordan
96aca6ccbf
Merge pull request #21527 from mdaiter/wxGTK29Darwin
...
wxGTK29: fixed Darwin build
2016-12-30 21:39:59 +01:00
Dmitry Kalinkin
2dd8aea4bb
mcgrid: init at 2.0.2
2016-12-30 14:27:56 -05:00
Dmitry Kalinkin
3c3e2dfd0a
fastnlo: init at 2.3.1pre-2212
2016-12-30 14:27:55 -05:00
Matthew Daiter
10836bdd36
wxGTK29: fixed Darwin build
2016-12-30 19:16:20 +01:00
Dmitry Kalinkin
456cf826e0
rivet: 2.5.2 -> 2.5.3
2016-12-30 12:21:58 -05:00
Benno Fünfstück
087c244c06
fix #21521
2016-12-30 16:18:28 +01:00
Vladimír Čunát
ee3fb421b8
Merge branch 'master' into staging
...
... mainly to fixup the go problems.
2016-12-30 15:48:36 +01:00
Pascal Wittmann
d57405568e
Merge pull request #21523 from peterhoeg/u/remarsh
...
remarshal: 0.3.0 -> 0.6.0
2016-12-30 14:17:52 +01:00
Peter Hoeg
db90dd8de2
remarshal: 0.3.0 -> 0.6.0
2016-12-30 19:19:16 +08:00
Michael Raskin
b6fbcc1dd3
Merge pull request #21519 from peterhoeg/f/nim
...
nim: wrap binary so it can find gcc
2016-12-30 09:51:14 +00:00
Peter Hoeg
ebefef6f6d
nim: wrap gcc
2016-12-30 15:27:28 +08:00
Nikolay Amiantov
9d03fe2dfb
qtcreator: 4.1.0 -> 4.2.0
2016-12-29 22:32:23 +03:00
Domen Kožar
d15c62a2a0
haskellPackages.Glob: jailbreak to support GHC 8.0.2-rc2
2016-12-29 18:00:56 +01:00
Michael Raskin
d7bda1ed40
clisp-tip: init at 2.50pre20161201. There hasn't been a release for quite some time, but there has been some development. It is rumored that the fresh version can be built on darwin, but I don't know and cannot test
2016-12-29 17:37:10 +01:00
risicle
6d455dd1f8
opencv 3.1.0: add patch fixing python use of FlannBasedMatcher.add ( #21086 )
...
Patch is from https://github.com/opencv/opencv/pull/6009 . Upstream doesn't
seem particularly enthusiastic about a 3.1.x point release, so who knows
when this fix would otherwise see the light of day.
2016-12-29 17:23:29 +01:00
Eelco Dolstra
3e84523ed7
aws-sdk-cpp: 1.0.43 -> 1.0.48
2016-12-29 16:25:58 +01:00
Michael Raskin
5b1dad79cd
go_1_6, go_1_7: comment out testLoadFixed in a way recommended by vcunat. The test depends on specific timezone names, and the latest tzdata changed the naming. Upstream only agrees to fix the test in the 1.8 branch that has no stable releases yer
2016-12-29 15:33:44 +01:00
Michael Raskin
581070147e
go_bootstrap (go_1_4): 1.4.3 -> 1.4-bootstrap-20161024
2016-12-29 15:33:43 +01:00
Alexey Shmalko
cb6807859f
Merge pull request #21472 from dtzWill/update/bloaty
...
bloaty: 2016.11.16 -> 2016.12.28
2016-12-29 05:14:31 -08:00
Vladimír Čunát
563c7a0ef0
Merge #21475 : llvm: 3.9.0 -> 3.9.1
2016-12-29 14:09:08 +01:00
Vladimír Čunát
9d09bc6728
Merge branch 'master' into staging
2016-12-29 13:56:16 +01:00
Peter Simons
774435d0aa
maude: update to 2.7.1
2016-12-29 12:18:44 +01:00