Nikolay Amiantov
4bdcb220c9
protobufc: 1.1 -> 1.3
2017-09-08 21:23:42 +03:00
Jörg Thalheim
a34d2ab2d6
Merge pull request #29093 from brodul/add/gosu
...
gosu: init at 2.0.1
2017-09-08 15:32:20 +01:00
Frederik Rietdijk
c3a0c3c9f1
Revert "python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428 "
...
This reverts commit b73e3bfafd
.
See https://github.com/NixOS/nixpkgs/issues/29103
2017-09-08 08:55:05 +02:00
Vincent Laporte
ebd5c936fd
ocamlPackages.cmdliner: make version 1.0 the default
2017-09-08 04:09:11 +00:00
Nikolay Amiantov
6f7b62e038
protobuf: default to 3.4
2017-09-08 03:40:56 +03:00
Nikolay Amiantov
721aba33b4
protobuf3_4: init at 3.4.0
2017-09-08 03:40:56 +03:00
Andraz Brodnik
4955943101
Add gosu
2017-09-07 22:57:43 +02:00
Anderson Torres
936dca89df
Merge pull request #28969 from disassembler/xiphos
...
xiphos: 4.0.3 -> 4.0.6
2017-09-07 17:11:45 -03:00
Bjørn Forsman
c24820db93
perlPackages.BoostGeometryUtils: unbreak build
...
Set LD=$CC to fix this build error:
...
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Boost/Geometry/Utils/Utils.bs')
ld -shared -O2 -L/nix/store/sgjc1147vi5hd57ck9xgck5xjkydg5lz-glibc-2.25/lib -fstack-protector-strong -o blib/arch/auto/Boost/Geometry/Utils/Utils.so buildtmp/Utils.o -lstdc++
buildtmp/Utils.o: In function `_GLOBAL__sub_I_Utils.c':
Utils.c:(.text.startup+0x1a): undefined reference to `__dso_handle'
/nix/store/yf4p5w2v4h4i8rja9zw1akp007av624j-binutils-2.28.1/bin/ld: buildtmp/Utils.o: relocation R_X86_64_PC32 against undefined hidden symbol `__dso_handle' can not be used when making a shared object
/nix/store/yf4p5w2v4h4i8rja9zw1akp007av624j-binutils-2.28.1/bin/ld: final link failed: Bad value
error building blib/arch/auto/Boost/Geometry/Utils/Utils.so from buildtmp/Utils.o at /nix/store/7q2hps69zkj501lsmvnd2ry95mmdbh80-perl-5.24.2/lib/perl5/5.24.2/ExtUtils/CBuilder/Base.pm line 321.
builder for ‘/nix/store/bdwqvgxlgcqsmlqfh0d74jkpw96p78kh-perl-Boost-Geometry-Utils-0.15.drv’ failed with exit code 2
error: build of ‘/nix/store/bdwqvgxlgcqsmlqfh0d74jkpw96p78kh-perl-Boost-Geometry-Utils-0.15.drv’ failed
2017-09-07 21:48:58 +02:00
Spencer Baugh
4978b204e3
pythonPackages.linuxfd: init at 1.4.4
2017-09-07 19:45:30 +00:00
Jörg Thalheim
56ccd27dee
Merge pull request #29073 from Mic92/mongodb/2.4.8
...
mfi-controller: remove
2017-09-07 20:31:19 +01:00
Joachim F
f66ed3079d
Merge pull request #29043 from jerith666/amarok-gcc-5
...
amarok: fixup by building with gcc-5
2017-09-07 18:43:27 +00:00
Frederik Rietdijk
56c56fb414
Merge pull request #29072 from FRidh/python-fixes-3
...
Python: several fixes (3)
2017-09-07 19:26:20 +02:00
Frederik Rietdijk
b73e3bfafd
python.pkgs.buildPythonPackage: use distutils-cfg to block downloads, fixes #25428
...
While we tell pip not to fetch (with the `--no-index` option),
`setuptools` can do so itself. In the past we used a `distutils.cfg`
with `allow-hosts = None` to prevent setuptools from fetching itself.
This was removed when we started building wheels in
2562f94de4e4fd2ddc677187fa2e2848L69.
The `dist-utils.cfg` code was still there, and adding it to
`buildInputs` is sufficient.
Tested with python.pkgs.passlib by removing the `checkInputs` / `nose`.
2017-09-07 19:22:06 +02:00
Nikolay Amiantov
2df59769ab
Revert "python.pkgs.backports_weakref: init at 1.0rc1"
...
This reverts commit c3b9eca876
.
It's already in the tree on master. For some reason nox-review hasn't caught that.
2017-09-07 17:11:35 +03:00
Nikolay Amiantov
c3b9eca876
python.pkgs.backports_weakref: init at 1.0rc1
2017-09-07 17:04:54 +03:00
Nikolay Amiantov
f1f944f23b
caffe: don't use CUDA by default
...
CUDA currently requires old GCC. Also, this way Caffe is usable without proprietary blobs.
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
5a2bb4c992
python.pkgs.dlib: init at 19.6
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
c4bed3043d
caffe: add Python support
...
Move to CMake in the process.
2017-09-07 17:04:29 +03:00
Nikolay Amiantov
88641353d6
caffe: 2015-07-02 -> 1.0-rc5
2017-09-07 17:04:29 +03:00
Eelco Dolstra
ec8d41f08c
Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"
...
This reverts commit 0a944b345e
, reversing
changes made to 61733ed6cc
.
I dislike these massive stdenv changes with unclear motivation,
especially when they involve gratuitous mass renames like NIX_CC ->
NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused
months of pain, so let's not do that again.
2017-09-07 12:51:21 +02:00
Jörg Thalheim
6b6ffd5b21
mfi: remove
2017-09-07 10:24:24 +01:00
Jörg Thalheim
9ee5727459
v8: remove 3.14.5.10
...
was only used by mongodb248
2017-09-07 10:20:22 +01:00
Jörg Thalheim
382afe8c62
mongodb248: remove
...
reason: build fails in hydra
Do still need this and want to maintain this @elitak?
2017-09-07 10:06:00 +01:00
Jörg Thalheim
37d3a4425e
python.pkgs.keyring: move out of python-packages.nix
2017-09-07 09:54:07 +01:00
Frederik Rietdijk
b7eb4a4f90
python.pkgs.fixtures: fix build
2017-09-07 10:17:55 +02:00
Matthieu Coudron
a8dca7bf8a
keyring: 8.4.1 -> 10.4.0
2017-09-07 10:16:04 +02:00
Frederik Rietdijk
85e2083aaf
python.pkgs.django-multiselectfield: 0.1.3 -> 0.1.8
2017-09-07 10:11:45 +02:00
Frederik Rietdijk
700c95a706
python.pkgs.restview: 2.5.2 -> 2.7.0
2017-09-07 10:01:51 +02:00
Frederik Rietdijk
69435dfba5
python.pkgs.readme_renderer: init at 17.2
2017-09-07 10:01:06 +02:00
Frederik Rietdijk
b690856b62
python.pkgs.logfury: fix build
2017-09-07 09:52:47 +02:00
Frederik Rietdijk
d38ee5b46c
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-07 09:29:44 +02:00
Frederik Rietdijk
4ecfeb56a7
acd-cli: use python36
2017-09-07 09:28:04 +02:00
Frederik Rietdijk
e4b94fa60f
python.pkgs.pathspec: 0.5.2 -> 0.5.3
2017-09-07 09:28:04 +02:00
Frederik Rietdijk
62464e28fd
python.pkgs.pybfd: fix build
2017-09-07 09:28:04 +02:00
Frederik Rietdijk
8d7e8a6720
python.pkgs.passlib: move to own file
2017-09-07 09:28:03 +02:00
Frederik Rietdijk
785d7f2349
python.pkgs.jsonnet: disable for Python 3
2017-09-07 09:28:03 +02:00
Frederik Rietdijk
d45e554457
mycli: move out of python-packages.nix and fix build
2017-09-07 09:28:03 +02:00
Frederik Rietdijk
49ce901f11
python.pkgs.cgkit: remove old and broken package
2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
d51bd36646
cudnn: add 6.0
2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
2489a0aca7
protobuf: add 3.3
2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
70de5af18c
pythonPackages.backports_weakref: init 1.0rc1
2017-09-07 09:28:03 +02:00
Jean-Philippe Bernardy
a869636e54
pythonPackages.markdown: 2.6.7 -> 2.6.8
2017-09-07 09:28:03 +02:00
Peter Hoeg
1b9615e62c
libarchive-c: 2.5 -> 2.7
2017-09-07 09:28:03 +02:00
Eelco Dolstra
a602e1aa70
pythonPackages.libarchive-c: Disable failing test
...
f9f9749fd2 (commitcomment-24028305)
(cherry picked from commit 22d4630e683b9e0fddf34fdc276fc08014e4ae61)
2017-09-07 09:28:03 +02:00
Alex Brandt
637ccde435
python.pkgs.behave: init at 1.2.5
2017-09-07 09:28:03 +02:00
Alex Brandt
83dbb41aed
pythonPackages.parse-type: init at 0.3.4
2017-09-07 09:28:03 +02:00
Alex Brandt
f06d7bd125
pythonPackages.pyhamcrest: init at 1.9.0
2017-09-07 09:28:03 +02:00
Alex Brandt
4934a4d553
pythonPackages.parse: init at 1.6.6
2017-09-07 09:28:03 +02:00
betaboon
7e7f91d23a
pythonPackages.serpy: init at 0.1.1
2017-09-07 09:28:03 +02:00
betaboon
3836ee50e3
pythonPackages.sampledata: init at 0.3.7
2017-09-07 09:28:03 +02:00
betaboon
007313d044
pythonPackages.psd-tools: init at 1.4
2017-09-07 09:28:03 +02:00
betaboon
4b4e05c6ec
pythonPackages.premailer: init at 3.0.1
2017-09-07 09:28:03 +02:00
betaboon
820aa5fef9
pythonPackages.marshmallow-sqlalchemy: init at 0.13.1
2017-09-07 09:28:02 +02:00
betaboon
7a33723155
pythonPackages.fn: init at 0.4.3
2017-09-07 09:28:02 +02:00
betaboon
b696d6c90d
pythonPackages.marshmallow: init at 2.13.5
2017-09-07 09:28:02 +02:00
betaboon
d3fc82d81b
pythonPackages.flask-marshmallow: init at 0.8.0
2017-09-07 09:28:02 +02:00
betaboon
63d57bf246
pythonPackages.flask-mail: init at 0.9.1
2017-09-07 09:28:02 +02:00
betaboon
3ac8eed5fd
pythonPackages.djmail: init at 1.0.1
2017-09-07 09:28:02 +02:00
betaboon
d18f4dcba3
pythonPackages.django-sr: init at 0.0.4
2017-09-07 09:28:02 +02:00
betaboon
e55f5fe4bc
pythonPackages.django-sites: init at 0.9
2017-09-07 09:28:02 +02:00
betaboon
f69a072f5b
pythonPackages.django-sampledatahelper: init at 0.4.1
2017-09-07 09:28:02 +02:00
betaboon
48855344c4
pythonPackages.django-picklefield: init at 0.3.2
2017-09-07 09:28:02 +02:00
betaboon
28e186f429
pythonPackages.django-pglocks: init at 1.0.2
2017-09-07 09:28:02 +02:00
betaboon
b80cb36cde
pythonPackages.django-jinja: init at 2.2.2
2017-09-07 09:28:02 +02:00
betaboon
0b2fc117c1
pythonPackages.easy-thumbnails: init at 2.4.1
2017-09-07 09:28:02 +02:00
betaboon
c7031704f5
pythonPackages.django-ipware: init at 1.1.6
2017-09-07 09:28:02 +02:00
betaboon
3909871991
pythonPackages.pyjwkest: init at 1.3.2
2017-09-07 09:28:02 +02:00
betaboon
4fe7f3e561
pythonPackages.pycryptodomex: init at 3.4.5
2017-09-07 09:28:02 +02:00
betaboon
6d9ec9efcf
pythonPackages.diff-match-patch: init at 20121119
2017-09-07 09:28:02 +02:00
betaboon
f89fd55833
pythonPackages.asana: init at 0.6.2
2017-09-07 09:28:02 +02:00
betaboon
712942dea3
pythonPackages.aioamqp: init at 0.10.0
2017-09-07 09:28:02 +02:00
Matthieu Coudron
f31c6c150a
python.pkgs.secretstorage: init at 2.3.1
2017-09-07 09:28:02 +02:00
Lancelot SIX
cec4dcb7bb
pythonPackages.pamqp: add missing build dependency
2017-09-07 09:28:02 +02:00
Lancelot SIX
eae28752a8
pythonPackages.dropbox: fix build dependencies
2017-09-07 09:28:02 +02:00
Théo Zimmermann
9efd7a9b6e
coq_8_7: init at 8.7+beta1
2017-09-06 21:16:41 +02:00
Michael Raskin
37392454f3
Merge pull request #28948 from disassembler/qucs
...
Qucs: version update and adms dependency
2017-09-06 20:24:55 +02:00
Frederik Rietdijk
9e27b88141
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-06 20:17:53 +02:00
Joachim F
8eb195d0da
Merge pull request #28852 from Balletie/fix/rtags-configure-prefix
...
rtags: Fix configure phase errors
2017-09-06 14:45:39 +00:00
Bernd Amend
b49b9da3ce
cmake: add withQt5 option and make it the default
2017-09-06 08:02:08 -05:00
Frederik Rietdijk
38dc9a870f
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-06 14:01:25 +02:00
Frederik Rietdijk
67651d80bc
Merge pull request #28884 from FRidh/python-fixes
...
Python: several fixes
2017-09-06 13:54:10 +02:00
Michael Raskin
6f740953e6
silgraphite: drop graphite1 (which had version 2.x)
2017-09-06 13:46:16 +02:00
Michael Raskin
ad44a76005
pythonPackages.browsermob-proxy: make python2-only
2017-09-06 13:46:16 +02:00
Peter Simons
89f5d52cf4
Revert "Merge pull request #27209 from nc6/nc/haskell-multiple-out"
...
This reverts commit dfb0f25484
, reversing
changes made to 7f8ff02437
. These changes broke
the ghcWithPackages wrapper:
nix-shell -p "haskellPackages.ghcWithPackages (ps: [ps.mtl])" --run "ghc-pkg list mtl"
/nix/store/szz84j5k1dy3jdashis6ws28d8l8zxxb-ghc-8.0.2-with-packages/lib/ghc-8.0.2/package.conf.d
(no packages)
2017-09-06 10:19:18 +02:00
Matt McHenry
af57251cb9
amarok: fixup by building with gcc-5
...
due to continued lack of progress on
https://github.com/NixOS/nixpkgs/issues/16588 , probably not worth the
time for anything better.
Progress on: #28643
2017-09-05 21:32:11 -04:00
Charles Strahan
3189b01647
go: init 1.9 (and set as default)
2017-09-05 16:44:13 -04:00
Daiderd Jordan
8706664ff6
afl: use clangStdenv
...
Fixes #28712
2017-09-05 22:00:44 +02:00
Daiderd Jordan
0adb83e2a2
Merge pull request #28998 from LnL7/libstdcxx-hook
...
libstdc++: add setup-hook
2017-09-05 21:40:31 +02:00
Franz Pletz
bbeeee220a
Merge remote-tracking branch 'origin/master' into staging
2017-09-05 20:14:08 +02:00
Jörg Thalheim
bd794ccf23
Merge pull request #29024 from jammerful/gerrit
...
gerrit: init at 2.14.3
2017-09-05 18:14:00 +01:00
Franz Pletz
1bed4773f5
postgresql92: remove last references
2017-09-05 18:20:56 +02:00
Franz Pletz
59bed53f3c
postgresql9{1,2}: fix evaluation
2017-09-05 18:14:27 +02:00
Jörg Thalheim
2df594e044
Merge pull request #28971 from disassembler/libctemplate
...
libctemplate: remove 2.2
2017-09-05 16:44:17 +01:00
jammerful
f59d3a730d
gerrit: init at 2.14.3
2017-09-05 11:41:29 -04:00
Jörg Thalheim
69a9e8707a
Merge pull request #28976 from NeQuissimus/i3_4_14
...
i3: 4.13 -> 4.14
2017-09-05 16:40:43 +01:00
Gabriel Adomnicai
7c08e86be9
mmake: init at 1.2.0 ( #28904 )
...
* Package for mmake
* Package for mmake - build from sources
* Package name update
* Added maintainers
2017-09-05 15:00:22 +01:00
Samuel Leathers
4151e2f579
herqq: 1.0.0 -> 2.1.0
2017-09-05 15:15:48 +02:00
Jörg Thalheim
44f93731d6
linux_chromiumos_3_18: remove kernel due lack of maintainer/breakage
...
There is no maintainer for this package, probably not many users.
It requires effort to fix all third-party modules for this old kernel
versions. It might contain unpatched security holes.
For Pixel chromebooks, we have the samus-kernel.
Apart from that https://github.com/GalliumOS/linux might be a good choice.
2017-09-05 14:42:23 +02:00
Laure Tavard
bf491f8794
cdo: init at 1.7.2 ( #22496 )
2017-09-05 13:40:20 +01:00
Frederik Rietdijk
c7be7c54e8
Merge pull request #28884 from FRidh/python-fixes
...
Python: several fixes
2017-09-05 11:16:41 +02:00
Frederik Rietdijk
d7ef196c26
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-05 10:11:06 +02:00
Frederik Rietdijk
63e13345ae
python.pkgs.entrypoints: 0.2.2 -> 0.2.3
2017-09-05 10:08:04 +02:00
Frederik Rietdijk
a2fb79f865
python.pkgs.dill: 0.2.6 -> 0.2.7.1
2017-09-05 10:04:11 +02:00
Frederik Rietdijk
5d057a2d7f
python.pkgs.coverage: 4.0.1 -> 4.4.1
2017-09-05 09:56:36 +02:00
Frederik Rietdijk
66b6c04357
python.pkgs.contextlib2: 0.5.3 -> 0.5.5
2017-09-05 09:51:44 +02:00
Frederik Rietdijk
413b54bcef
python.pkgs.prompt_toolkit: 1.0.14 -> 1.0.15
2017-09-05 09:45:55 +02:00
Jörg Thalheim
598d6481d8
Merge pull request #28953 from knedlsepp/add-geopandas
...
pythonPackages.geopandas: init at 0.3.0
2017-09-05 08:45:23 +01:00
Jörg Thalheim
85011d7084
python.pkgs.shapely: fix library extension
...
there was one dot too much
2017-09-05 08:38:02 +01:00
Frederik Rietdijk
54e5022728
python.pkgs.bokeh: 0.12.3 -> 0.12.7
2017-09-05 09:32:04 +02:00
Frederik Rietdijk
e9215bda45
python.pkgs.bkcharts: init at 0.2
2017-09-05 09:31:45 +02:00
Peter Simons
dfb0f25484
Merge pull request #27209 from nc6/nc/haskell-multiple-out
...
Enable multiple outputs for haskell packages.
2017-09-05 09:11:19 +02:00
Maximilian Güntner
6a458c169b
avr-*: split avr-gcc-libc into separate packages
...
- avr-gcc 5.3.0 -> 5.4.0
closes #28220
Since the packages do not share a common prefix anymore, you need
to define the current store paths in your project's Makefile.
Example for an atmega644 build:
CFLAGS += -I /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/include
CFLAGS += -B /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/lib/avr5
CFLAGS += -L /nix/store/9rffxzds5crcpm76g3nr03jx0aa657cf-avr-libc-2.0.0/avr/lib/avr5
CFLAGS += -L /nix/store/8409dj9js4i5901i63275wxdm783l0p6-avr-gcc-5.4.0/lib/gcc/avr/5.4.0/avr5
2017-09-05 05:31:38 +02:00
Gabriel Gonzalez
fd2c8d0a00
Statically link dhall-*
executables
...
This change statically links the `dhall-*` family of executables so that
they start up more quickly on NixOS. This also updates the `dhallToNix`
utility to use the statically linked `dhall-to-nix` executable
2017-09-05 02:20:46 +02:00
Profpatsch
ffa631dd39
Revert "dhall: add a static top-level executable for dhall"
...
This reverts commit 11cd027b30
.
There is a more extensive PR.
2017-09-05 02:19:03 +02:00
Peter Hoeg
62ff6cb69c
netalyzr: init at 57861
2017-09-05 08:12:40 +08:00
Josef Kemetmueller
05ac3f9520
pythonPackages.geopandas: init at 0.3.0
2017-09-04 22:23:41 +02:00
Josef Kemetmueller
aad9a691ab
pythonPackages.fiona: init at 1.7.9
2017-09-04 22:23:40 +02:00
Josef Kemetmueller
f039bb6b4e
pythonPackages.descartes: init at 1.1.0
2017-09-04 22:23:40 +02:00
Josef Kemetmueller
4d70d53618
pythonPackages.cligq: init at 0.4.0
2017-09-04 22:23:39 +02:00
Josef Kemetmueller
d25edeb3ee
pythonPackages.click-plugins: init at 1.0.3
2017-09-04 22:23:39 +02:00
Josef Kemetmueller
df96c26e75
pythonPackages.shapely: Fix search for libc
...
This should fix the search for libc's free method on both linux and
darwin.
2017-09-04 22:23:34 +02:00
Profpatsch
11cd027b30
dhall: add a static top-level executable for dhall
...
cc @Gabriel439
2017-09-04 22:02:43 +02:00
Daiderd Jordan
0ea92a3c24
libstdc++: add setup-hook
2017-09-04 21:07:05 +02:00
Samuel Leathers
6e546a514c
libmatheval: use guile 2.0
2017-09-04 20:05:57 +03:00
Michael Weiss
d70331ca61
glances: 2.10 -> 2.11
2017-09-04 18:56:24 +02:00
John Ericson
9a1b7cf2ae
top-level, linux stdenv make boootstrap tools: Fix eval
...
Now the NixOS tarball job succeeds again
2017-09-04 11:26:41 -04:00
Tim Steinbach
36ee9dcf70
py3status: 3.0 -> 3.6
2017-09-04 10:46:56 -04:00
Samuel Leathers
896f0daa1a
libctemplate: remove 2.2
2017-09-04 09:14:57 -04:00
Samuel Leathers
4bfa7d891f
xiphos: 4.0.3 -> 4.0.6
2017-09-04 08:25:55 -04:00
Samuel Leathers
e11c7399a0
webkitgtk-2.17: init at 2.17.91
2017-09-04 08:25:08 -04:00
Mateusz Kowalczyk
cd24744506
Fix cabal2nix/stack2nix overrides
...
Use lib.makeBinPath.
2017-09-04 12:35:57 +01:00
Jaakko Luttinen
145fa7ac1f
pythonPackages.attrs: 16.2.0 -> 17.2.0
2017-09-04 11:09:32 +02:00
Jaakko Luttinen
81d2549e8b
pythonPackages.txtorcon: init at 0.19.3
2017-09-04 11:09:32 +02:00
Jaakko Luttinen
fd2c1fe610
pythonPackages.GeoIP: init at 1.3.2
2017-09-04 11:09:32 +02:00
Vincent Laporte
ebce795c5c
coqPackages: remove duplication in mkCoqPackages
2017-09-04 02:39:49 +00:00
Tim Steinbach
c1e2a0b6f4
linux: Add 4.13
2017-09-03 19:41:44 -04:00
Samuel Leathers
df1d5a4827
adms: init at 2.3.6
2017-09-03 14:21:16 -04:00
jamtrott
c8c0cd4d6c
petsc: init at 3.7.6 ( #28368 )
...
* petsc: init at 3.7.6
* petsc: use configureFlagsArray
* petsc: Remove unneeded binaries
2017-09-03 17:11:16 +01:00
Jörg Thalheim
c5880c08ab
Merge pull request #28923 from xtruder/pkgs/numix-cursor-theme/init
...
numix-cursor-theme: init at 2016011
2017-09-03 15:54:32 +01:00
John Ericson
0a944b345e
Merge pull request #28557 from obsidiansystems/binutils-wrapper
...
Binutils-wrapper: Init by refactoring out of cc-wrapper
2017-09-03 10:37:27 -04:00
The Admin
2b134fd388
numix-cursor-theme: init at 2016011
2017-09-03 12:34:08 +02:00
Jaakko Luttinen
67b3f4bc4b
pythonPackages.bayespy: init at 0.5.10 ( #28919 )
...
* pythonPackages.bayespy: init at 0.5.10
* python.pkgs.bayespy: fix more tests by using unicode locale
2017-09-03 10:37:50 +01:00
Vladimír Čunát
37242d98de
Merge branch 'master' into staging
2017-09-03 10:51:11 +02:00
Vladimír Čunát
53998f5036
treewide: purge explicit usage of gcc6
...
It's now the default. /cc #19456
This makes a real build simplification, because in our current
bootstrapping+aliases, `gcc6` attribute is not the default compiler
but a derivation *built by* the default compiler.
nix-exec didn't build before this commit already
2017-09-03 09:57:20 +02:00
Shea Levy
35f89413e2
fwupd: bump
2017-09-02 20:00:20 -04:00
Robin Gloster
0156db2da5
Merge remote-tracking branch 'upstream/master' into HEAD
2017-09-02 23:29:04 +02:00
Symphorien Gibol
945f346f60
bombono: init at 1.2.4
2017-09-02 21:09:41 +02:00
Samuel Leathers
08fe8eacd9
freetalk: set guile version to 2.0
2017-09-02 20:16:38 +02:00
obadz
dd09675347
python27Packages.smugline: fix to accomodate new behavior of makeWrapper
...
Ticks one box in #28643
2017-09-02 15:18:54 +01:00