Daiderd Jordan
fd1ffd0e0d
SDL2: include cf-private on darwin
...
It's not included implicitly by the frameworks anymore.
Undefined symbols for architecture x86_64:
"_NSDefaultRunLoopMode", referenced from:
_Cocoa_PumpEvents in SDL_cocoaevents.o
"_NSURLIsAliasFileKey", referenced from:
-[SDLWindow performDragOperation:] in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSArray", referenced from:
objc-class-ref in SDL_cocoaclipboard.o
objc-class-ref in SDL_cocoakeyboard.o
objc-class-ref in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSData", referenced from:
objc-class-ref in SDL_cocoamouse.o
"_OBJC_CLASS_$_NSDate", referenced from:
objc-class-ref in SDL_cocoaevents.o
"_OBJC_CLASS_$_NSDictionary", referenced from:
objc-class-ref in SDL_cocoaevents.o
"_OBJC_CLASS_$_NSMutableArray", referenced from:
objc-class-ref in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSURL", referenced from:
objc-class-ref in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSUserDefaults", referenced from:
objc-class-ref in SDL_cocoaevents.o
"_OBJC_EHTYPE_$_NSException", referenced from:
GCC_except_table67 in SDL_cocoawindow.o
ld: symbol(s) not found for architecture x86_64
2018-11-05 12:46:01 +01:00
Matthew Bauer
95373d3634
atlas: remove
...
atlas is broken and can apparently be removed.
Fixes #49594
2018-11-04 20:23:12 -06:00
Robert Hensing
51c6f51390
Merge remote-tracking branch 'upstream/master' into nixos-nixpkgs-pkgs-use-overlays
2018-11-04 21:33:16 +01:00
Robert Hensing
14a9365952
Merge pull request #49462 from roberth/pkgs-nixos-example
...
pkgs.nixos: Add example to inline documentation
2018-11-04 20:35:03 +01:00
Frederik Rietdijk
b1bdce0793
python34: remove
...
Python 3.4 will receive it's final patch release in March 2019 and there won't
be any releases anymore after that, so also not during NixOS 2019.03.
Python 3.4 is not used anymore in Nixpkgs. In any case, migrating code from
3.4 to 3.4+ is trivial.
2018-11-04 18:48:24 +01:00
Jörg Thalheim
2a3aa769a0
Merge pull request #49669 from kalbasit/nixpkgs_provide-binaries-for-vim-go
...
Provide all the binaries needed by the vim-go plugin
2018-11-04 17:30:33 +00:00
Jörg Thalheim
b3ed2b4c18
Merge pull request #49728 from vbgl/acgtk-1.5.0
...
acgtk: 1.3.1 -> 1.5.0
2018-11-04 17:09:34 +00:00
Tim Steinbach
26f3e8a367
linux: 4.14.78 -> 4.14.79
2018-11-04 11:41:34 -05:00
Profpatsch
34bf218b16
Add dhallPackages and add current Prelude
...
Dhall is a non-turing complete programming language.
2018-11-04 16:43:41 +01:00
Austin Seipp
be39781058
Merge branch 'master' into staging
2018-11-04 08:38:30 -06:00
Austin Seipp
4569ee7d74
plv8: unbreak build, bump to version 2.3.8
...
ee58a5b30d
broke the plv8 build because it
upgraded the v8_6_x expression everywhere to the 6.9 branch, which came
with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at
this time.
This keeps a copy of the plv8_6_x expression inside the same directory
as the other v8 versions (so patches, etc are easy to apply), but it is
not exposed to the top-level of all-packages.nix.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04 08:24:19 -06:00
Robert Hensing
03fc1167e8
Merge branch 'master' into nixos-nixpkgs-pkgs-use-overlays
2018-11-04 14:19:33 +01:00
Jörg Thalheim
e9f2267f8f
Merge pull request #49710 from Mic92/linux-samus
...
linux-samus: remove
2018-11-04 11:39:09 +00:00
Peter Simons
4a7cdf4be2
Merge pull request #49701 from averelld/rstudio-preview
...
RStudio 1.2 preview init
2018-11-04 11:51:03 +01:00
Frederik Rietdijk
322f87137c
Merge master into staging-next
2018-11-04 11:33:17 +01:00
Renaud
386691027f
Merge pull request #49603 from dtzWill/feature/slack-term
...
slack-term: init at 0.4.1
2018-11-04 09:53:47 +01:00
Frederik Rietdijk
cb4ff927a1
Merge master into staging-next
2018-11-04 08:49:24 +01:00
Théo Zimmermann
dd21f83950
coq_8_9: init at 8.9+beta1
2018-11-04 07:26:29 +00:00
Vincent Laporte
08ac103970
acgtk: 1.3.1 -> 1.5.0
2018-11-04 06:29:27 +00:00
Jörg Thalheim
6acf6f3eb9
Merge pull request #49707 from Mic92/linux_beagleboard
...
linux_beagleboard: remove
2018-11-03 23:56:06 +00:00
Jörg Thalheim
e84291bd23
linux-samus: remove
...
The package is out-of-date and has no maintainer.
I don't own a chromebook device and therefore don't know
if an mainline kernel could be used instead.
cc @lheckemann @zohl
2018-11-03 20:57:58 +00:00
Jörg Thalheim
da1f78bd2b
linux_beagleboard: remove
...
The package is out-of-date and has no maintainer.
It should be now possible to just mainline kernel.
Support for that could be added by copying the right dtb file in our linux_rpi kernel.
I do not have the hardware to test this.
cc @dezgeg @dhess
2018-11-03 20:49:52 +00:00
Averell Dalton
c93caa5a67
rstudio-preview: init at f33fb2b2
2018-11-03 19:09:58 +01:00
Robert Hensing
666e0ab1dd
pkgs.nixos: Add note about systemd.services.*.runner not being systemd
2018-11-03 19:05:31 +01:00
Niklas Hambüchen
2cb7f5fb1e
consul: 0.9.3 -> 1.3.0.
...
Removes the old UI build tooling; it is no longer necessary
because as of 1.2.0 it's bundled into the server binary.
It doesn't even need to have JS built, because it's bundled into
the release commit's source tree (see #48714 ).
The UI is enabled by default, so the NixOS service is
updated to directly use `ui = webUi;` now.
Fixes #48714 .
Fixes #44192 .
Fixes #41243 .
Fixes #35602 .
Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2018-11-03 18:39:46 +01:00
Edward Tjörnhammar
df28b4b6e5
x11basic: init at 1.26
2018-11-03 17:58:02 +01:00
Renaud
78a6ee6cfc
Merge pull request #48082 from sengaya/ansible-2.7
...
ansible: Update to latest supported releases
2018-11-03 16:13:50 +01:00
taku0
3cfa035a99
adoptopenjdk-openj9-bin: 11 -> 11.0.1
2018-11-03 22:00:56 +09:00
Renaud
721ab2e148
Merge pull request #48496 from rvl/bpftrace
...
linuxPackages.bpftrace: init at unstable-2018-10-27
2018-11-03 13:43:49 +01:00
Frederik Rietdijk
64e19fdeda
Merge staging into staging-next
...
Merging staging into staging-next even though we haven't merged staging-next into master yet.
The motivation for this merge is that it's been a while since we merged into master causing
the 3 branches to diverge too much.
2018-11-03 12:45:23 +01:00
Renaud
722fcbbb80
Merge pull request #49467 from CharlesHD/submit/cmusfm
...
cmusfm: init at 2018-10-11
2018-11-03 10:40:08 +01:00
Daniël de Kok
1f21fc5e47
cargo-asm: fix build on macOS Mojave
...
Building cargo-asm on Mojave fails with
ld: framework not found Security
Add Security as a build input.
2018-11-03 08:47:18 +01:00
Wael M. Nasreddine
e2355c6973
iferr: init unstable at 2018-06-15
2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
fce50a7880
impl: init unstable at 2018-02-27
2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
6a09bfc8bc
gometalinter: init at 2.0.11
2018-11-02 22:04:44 -07:00
Wael M. Nasreddine
a1faa70368
gosec: init at 1.1.0
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
cfa5c7f896
maligned: init unstable at 2018-07-07
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
ed31a46727
interfacer: init at unstable 2018-08-31
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
1efe4d9005
gocyclo: init unstable at 2015-02-08
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
f10fcf202b
go-check: init unstable at 2018-09-12
2018-11-02 22:04:43 -07:00
Wael M. Nasreddine
fe83c5c3f5
goconst: init at 1.1.0
2018-11-02 22:04:42 -07:00
Wael M. Nasreddine
63d9863394
unconvert: init at unstable 2018-07-03
2018-11-02 22:04:42 -07:00
Wael M. Nasreddine
df46a94d8b
ineffassign: init at unstable 2018-09-09
2018-11-02 22:04:38 -07:00
Wael M. Nasreddine
d225933b4e
go-tools: init at 2017.2.2
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
9795ad34dd
deadcode: init at unstable 2016-07-24
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
f5e4939277
gogetdoc: init at unstable 2018-10-25
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
f6e78e49fa
reftools: init at unstable 2018-09-14
2018-11-02 21:58:09 -07:00
Wael M. Nasreddine
6d7413e54a
errcheck: init at 1.1.0
2018-11-02 21:58:08 -07:00
Wael M. Nasreddine
126e64e658
asmfmt: init at 1.1
2018-11-02 21:58:08 -07:00
Raphael Borun Das Gupta
295cae7f1c
osmium-tool: init at 1.9.1
2018-11-03 00:36:34 +01:00
Raphael Borun Das Gupta
78dbe69543
libosmium: init at 2.14.2
2018-11-03 00:36:28 +01:00
Thilo Uttendorfer
c0d30e5f03
ansible_2_7: init at 2.7.1
2018-11-03 00:11:24 +01:00
Renaud
4e8bed52ce
Merge pull request #49352 from talyz/master
...
nomachine-client: init at 6.3.6_1
2018-11-03 00:01:10 +01:00
Austin Seipp
1155e2d8e4
Merge branch 'master' into staging
2018-11-02 14:18:45 -05:00
Austin Seipp
5ca1b19dab
timescaledb-parallel-copy: init at 2018-05-14
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 14:16:09 -05:00
Austin Seipp
3378db6adf
Merge branch 'master' into staging
2018-11-02 14:01:15 -05:00
Raphael Borun Das Gupta
95a1054a48
protozero: init at 1.6.3
2018-11-02 19:27:38 +01:00
Peter Simons
508ce6e208
haskellPackages: default to ghc 8.4.4 as per Stackage LTS 12.16
2018-11-02 19:21:58 +01:00
talyz
06acfb853f
nomachine-client: init at 6.3.6_1
...
Packages mainly the nxplayer part of the client, since the tray
doesn't work very well without the server / a complete installation.
Use the shipped libs, since nxplayer really doesn't like any others. I
believe they use internally modified versions of many libs.
Audio doesn't work: the libasound.so shipped looks for the alsa config
files in the wrong place, and even if it finds them, it still doesn't
work. Using the one from alsaLib doesn't work either and adds
instability.
2018-11-02 15:56:46 +01:00
Linus Heckemann
e23ebd02ab
Merge pull request #49347 from sjau/easysnap-init
...
easysnap: init at 2018-10-28
2018-11-02 15:01:47 +01:00
Vladimír Čunát
a92a2c8e15
Merge branch 'master' into staging
...
Conflict: rename of pythondaemon -> python-daemon.
2018-11-02 14:40:14 +01:00
Michael Raskin
d24dee08e8
Merge pull request #49617 from aanderse/openscenegraph_3_4
...
Fix flightgear, simgear & speed_dreams
2018-11-02 08:06:29 +00:00
Renaud
1a91d50ff2
dropwatch: init at 1.5 ( #49593 )
2018-11-02 00:11:07 +01:00
Aaron Andersen
b543748771
flightgear, simgear & speed_dreams: use openscenegraph_3_4 (version 3.4.0) instead of openscenegraph (version 3.6.2)
2018-11-01 18:15:10 -04:00
John Ericson
3dfd66fb03
Merge pull request #49565 from obsidiansystems/release-lib-cleanup
...
release-lib: Cache cross nixpkgs evals too, and other fixes
2018-11-01 17:39:52 -04:00
Franz Pletz
68cf3df2a6
Merge pull request #47375 from taku0/remove_oraclejdk_10
...
oraclejdk: remove version 10
2018-11-01 21:36:42 +00:00
John Ericson
e3082c313b
Merge remote-tracking branch 'upstream/master' into release-lib-cleanup
2018-11-01 16:47:42 -04:00
John Ericson
984df7ca06
top-level: libcCrossChooser: More `or` fallback hack
...
This fixes some eval errors in release-cross.nix
2018-11-01 16:16:58 -04:00
Renaud
db72b65338
pmtools: remove and alias ( #49596 )
...
These are the old tools that later became part of ACPICA.
It is obsolete and we already have newer acpica-tools.
Alias to acpica-tools for out of tree backward-compat
2018-11-01 20:07:47 +01:00
Bart Brouns
5a5ef43b40
HybridReverb2: init at 2.1.1 ( #49080 )
2018-11-01 20:00:24 +01:00
Bart Brouns
55905659a9
avldrums-lv2: init at 0.3.0 ( #48896 )
2018-11-01 19:59:34 +01:00
Michael Fellinger
bbe1da7aa9
kexpand: init at 2017-05-12
2018-11-01 18:34:14 +01:00
Matthieu Coudron
efbf9afb17
gImageReader: init at 3.2.99
...
gImageReader is a GUI for tesseract, an optical character recognition engine.
While the UI supports Qt/Gtk, I have only added the gtk one in the nix derivation.
2018-11-02 01:22:12 +09:00
Will Dietz
81f39ee22f
slack-term: init at 0.4.1
2018-11-01 11:17:05 -05:00
taku0
15692e6f12
oraclejdk: remove version 10
2018-11-01 12:37:21 +01:00
Franz Pletz
38db6fdfb9
Merge pull request #48326 from jerith666/jdk11
...
openjdk: 10.0.2 -> 11.0.1
2018-11-01 11:34:13 +00:00
Robert Schütz
f6107effa4
Merge pull request #49158 from alyssais/doh-proxy
...
doh-proxy: init at 0.0.8
2018-10-31 23:16:03 +01:00
Frederik Rietdijk
8db4814e8e
Merge pull request #49476 from Synthetica9/cuda-update
...
cudatoolkit, cudnn: many updates
2018-10-31 19:26:41 +01:00
Alyssa Ross
39edfe5a2d
doh-proxy: init at 0.0.8
2018-10-31 17:47:25 +00:00
Bart Brouns
56b88fb03f
gxplugins-lv2: init at 0.5 ( #48847 )
2018-10-31 18:39:34 +01:00
Bart Brouns
0f601b7f76
wolf-shaper: init at 0.1.6 ( #49087 )
2018-10-31 18:26:46 +01:00
Joachim F
e4bfc708e5
Merge pull request #49330 from sephalon/fstrcmp
...
fstrcmp: init at 0.7
2018-10-31 15:01:35 +00:00
CharlesHD
c8c77476dc
cmusfm: init at 2018-10-11
2018-10-31 15:24:46 +01:00
Stefan Wiehler
beeaebad5e
fstrcmp: init at 0.7
2018-10-31 07:47:20 +01:00
sjau
df51c5ef80
easysnap: init at 2018-10-28
2018-10-31 04:41:23 +01:00
Jörg Thalheim
0c1ee96a89
Merge pull request #48848 from nicknovitski/android-sdk-26-licenses
...
Update android sdk, add license config option and selectable build tools
2018-10-30 21:06:52 +00:00
Ales Huzik
6d34e36ed7
modem-manager-gui: init at 0.0.19.1
2018-10-30 21:55:15 +01:00
Frederik Rietdijk
1d196d99be
Merge staging-next into staging
2018-10-30 20:35:15 +01:00
John Ericson
26fa9d2b51
Merge pull request #49477 from obsidiansystems/haskell-shell-completions
...
haskell-lib: Factor out shell completion scripts helper
2018-10-30 15:25:03 -04:00
Niklas Thörne
d48cef7d5b
cppclean: init at 2018-05-12 ( #49264 )
...
* cppclean: init at 2018-05-12
* Updated according to review comments
2018-10-30 20:15:33 +01:00
John Ericson
c34f5176f1
haskell-lib: Factor out shell completion scripts helper
2018-10-30 14:49:58 -04:00
Matthew Bauer
a6fa5bd936
Merge pull request #48286 from matthewbauer/avrgcc
...
avr: use new cross compilation infrastructure
2018-10-30 13:49:08 -05:00
Matthew Bauer
a33d122be6
qmk_firmware: init at 0.6.144
...
A convenient way to test embedded projects
2018-10-30 13:31:56 -05:00
Matthew Bauer
dcdf00f18b
mentorToolchains: remove
...
mentorToolchains.armLinuxGnuEabi is replaced with:
- pkgsCross.pogoplug4.buildPackages.gcc
- pkgsCross.pogoplug4.buildPackages.binutils
and mentorToolchains.armEabi is replaced with:
- pkgsCross.arm-embedded.buildPackages.gcc
- pkgsCross.arm-embedded.buildPackages.binutils
Fixes #39087
2018-10-30 13:31:56 -05:00
Matthew Bauer
c327df544a
gcc-arm-embedded: remove
...
replace with:
- pkgsCross.arm-embedded.buildPackages.gcc
- pkgsCross.arm-embedded.buildPackages.binutils
2018-10-30 13:31:55 -05:00
Matthew Bauer
aa4707fc34
treewide: use gnu toolchain for avr/arm-embedded
...
These packages should in theory work with our GCC toolchains, but
there are some definite breakages that need to be tracked down.
Comparing output of these to old gcc-arm-embedded is important.
Affected packages include:
- axolooti
- avrdudess
- opentx
- microscheme
- betaflight
- inav
- blackmagic
- simavr
- gnuk
2018-10-30 13:31:45 -05:00
Patrick Hilhorst
4cfeb9da53
cudatoolkit, cudnn: many updates
...
cudatoolkit_9_1: 9.1.85.1 -> 9.1.85.3
cudatoolkit_9_2: init at 9.2.148.1
cudatoolkit_9: 9.1.85.1 -> 9.2.148.1
cudatoolkit_10, cudatoolkit_10_0: init at 10.0.130
cudnn_cudatoolkit_9_0: 7.0.5 -> 7.3.0
cudnn_cudatoolkit_9_1: init at 7.1.3
cudnn_cudatoolkit_9_2: init at 7.2.1
cudnn_cudatoolkit_9: 7.0.5 (9.1) -> 7.3.1 (9.2)
cudnn_cudatoolkit_10, cudnn_cudatoolkit_10_0: init at 7.3.1
2018-10-30 19:09:20 +01:00
Lizard
39662cf61c
pbpst: init at unstable-2018-01-11 ( #49459 )
2018-10-30 17:33:59 +01:00
Daniël de Kok
3a2336798f
pyo3-pack: init at 0.3.8 ( #46754 )
2018-10-30 16:36:21 +01:00
Lancelot SIX
f68cf486d8
Merge pull request #48664 from alyssais/postgres11
...
postgresql_11: init at 11.0
2018-10-30 15:54:42 +01:00
Alyssa Ross
91c746cacc
postgresql_11: init at 11.0
2018-10-30 14:33:35 +00:00
Alyssa Ross
c6c7d55790
postgresql*: use underscores in version numbers
2018-10-30 14:32:21 +00:00
Robert Hensing
c3a7194843
pkgs.nixos: Add example to inline documentation
2018-10-30 15:24:19 +01:00
Jörg Thalheim
8df0ca2bbc
coq_8_4: remove
...
verasco was its only user
2018-10-30 13:31:11 +00:00
Jörg Thalheim
b5ad615474
verasco: remove unmaintained project
...
Verasco is no longer maintained by upstream and blocks updates of some libraries.
Removing it also makes it possible to remove coq 8.4.
2018-10-30 13:31:11 +00:00
Michael Raskin
1d8794e16e
Merge pull request #48873 from romildo/new.jwm-settings-manager
...
jwm-settings-manager: init at 2018-10-19
2018-10-30 13:24:46 +00:00
Francesco Gazzetta
0306277097
sfxr-qt: init at 1.2.0
2018-10-30 13:47:44 +01:00
Alyssa Ross
9594b59f13
postgresql10: rename from postgresql100
2018-10-30 12:40:20 +00:00
Léo Gaspard
02e1f00ffd
dovecot, opensmtpd: add link to test in `meta.tests`
...
Rationale
---------
Currently, tests are hard to discover. For instance, someone updating
`dovecot` might not notice that the interaction of `dovecot` with
`opensmtpd` is handled in the `opensmtpd.nix` test.
And even for someone updating `opensmtpd`, it requires manual work to go
check in `nixos/tests` whether there is actually a test, especially
given not so many packages in `nixpkgs` have tests and this is thus most
of the time useless.
Finally, for the reviewer, it is much easier to check that the “Tested
via one or more NixOS test(s)” has been checked if the file modified
already includes the list of relevant tests.
Implementation
--------------
Currently, this commit only adds the metadata in the package. Each
element of the `meta.tests` attribute is a derivation that, when it
builds successfully, means the test has passed (ie. following the same
convention as NixOS tests).
Future Work
-----------
In the future, the tools could be made aware of this `meta.tests`
attribute, and for instance a `--with-tests` could be added to
`nix-build` so that it also builds all the tests. Or a `--without-tests`
to build without all the tests. @Profpatsch described in his NixCon talk
such systems.
Another thing that would help in the future would be the possibility to
reasonably easily have cross-derivation nix tests without the whole
NixOS VM stack. @7c6f434c already proposed such a system.
This RFC currently handles none of these concerns. Only the addition of
`meta.tests` as metadata to be used by maintainers to remember to run
relevant tests.
2018-10-30 21:31:39 +09:00
Jörg Thalheim
d23d25ebbb
Merge pull request #47594 from midchildan/add-sourcetrail
...
sourcetrail: init at 2018.3.55
2018-10-30 12:07:51 +00:00
José Romildo Malaquias
b348f8568f
jwm-settings-manager: init at 2018-10-19
2018-10-30 07:49:53 -03:00
Stefan Siegl
74cfbd63e1
tomboy: build against mono 5, refs #49369
2018-10-30 10:08:39 +01:00
xeji
21a7ca7c08
Merge pull request #49074 from c0bw3b/pkg/veracrypt
...
veracrypt: 1.22 -> 1.23 / truecrypt: remove and alias to veracrypt
2018-10-29 23:53:29 +01:00
Matthew Bauer
501d072b5f
gnuk{-git,-unstable}: remove
...
These two are unmaintained, no reason to keep them when they are
out-of-date
2018-10-29 14:34:10 -05:00
Matthew Bauer
8db71d9d77
newlib: init at 3.0.0
...
Fixes #47533
newlib seems to think it’s a compiler when it’s not. Anyway had to
make host refer to build platform for things to work.
2018-10-29 14:34:10 -05:00
Matthew Bauer
d59a9ac7cf
avr: use new compilation infrastructure
...
Gets rid of:
avrbinutils
avrgcc
to replace with:
pkgsCross.avr.buildPackages.binutils
pkgsCross.avr.buildPackages.gcc
2018-10-29 14:34:09 -05:00
Vladyslav M
bd4387f599
Merge pull request #49320 from benpye/init-miniflux
...
miniflux: init at 2.0.12
2018-10-29 13:53:42 +02:00
Ben Pye
9a03df974c
miniflux: init at 2.0.12
2018-10-29 13:32:55 +02:00
Jörg Thalheim
cd0e925a13
Merge pull request #49362 from Mic92/openopc
...
openopc: remove
2018-10-29 07:44:32 +00:00
Matthew Bauer
bda626e3f0
Merge pull request #49371 from matthewbauer/cctools-bump
...
cctools: bump to latest commit
2018-10-28 21:03:34 -05:00
Mateusz Wykurz
094105efa1
cpuset: init at 1.5.8
2018-10-28 21:16:30 -04:00
Matt McHenry
1bd7b98c79
openjdk: 10.0.2 -> 11.0.1
...
* the jre is no longer an official part of the jdk (jmod is
recommended as a replacement when needing to create smaller runtime
images)
* darwin continues to use zulu from azul
* apps that used 10 now use 11 (eclipse, bazel, josm)
2018-10-28 20:35:25 -04:00
Jörg Thalheim
0e72714d5d
Merge pull request #49358 from Mic92/nixdoc
...
nixdoc: init at 1.0.1
2018-10-28 23:12:43 +00:00
Jörg Thalheim
8dba09c181
Merge branch 'master' into mono-cleanup
2018-10-28 22:59:18 +00:00
Vincent Ambo
f03929f649
nixdoc: init at 1.0.1
...
Adds nixdoc, a tool to generate documentation for Nix functions in the
standard library.
See #49275 for some background information.
2018-10-28 22:17:16 +00:00
Matthew Bauer
ac682e362c
cctools: bump to latest commit
...
Lots of our patches are no longer needed. This simplifies things a
bunch. In addition, it now includes man pages.
2018-10-28 16:44:05 -05:00
Jörg Thalheim
80d4263526
mono44: remove insecure version
...
This version is also affected by CVE-2018-1002208.
It has no user in nixpkgs.
2018-10-28 21:30:39 +00:00
Jörg Thalheim
12c9a36dad
mono40: remove
2018-10-28 21:10:14 +00:00
Jörg Thalheim
c00b2b3074
openopc: remove
...
The project is dead and it blocks the upgrade of Pyro (https://github.com/NixOS/nixpkgs/pull/49351 )
2018-10-28 21:02:29 +00:00
gnidorah
3400c8098c
qtcurve: init at 1.9
2018-10-28 22:51:19 +03:00
David Pätzel
5931204ae8
tabula: init at 1.2.1
2018-10-28 20:24:20 +01:00
Peter Simons
d46291dda5
opentracing: fix Nixpkgs evaluation errors
2018-10-28 17:22:11 +01:00
Herwig Hochleitner
ed91407784
Revert "chromium: make gcc8 build available via buildWithGcc flag"
...
This partially reverts commit
b70ab5c405
(except for depending gnome2)
see #48922
2018-10-28 17:10:53 +01:00
Herwig Hochleitner
b70ab5c405
chromium: make gcc8 build available via buildWithGcc flag
2018-10-28 16:00:46 +01:00
volth
d2daf0dd6f
chromium: build with clang
2018-10-28 16:00:45 +01:00
taku0
7c3dd045ce
adoptopenjdk-bin: support darwin platform
2018-10-28 13:52:12 +00:00
taku0
8faebb17ac
adoptopenjdk-bin: init at 11
2018-10-28 13:52:12 +00:00
Robert Hensing
15759508fa
Merge pull request #49056 from Tomahna/scalafix
...
scalafix: init at 0.9.0
2018-10-28 10:22:11 +01:00
Kevin Rauscher
0c05fb262a
scalafix: init at 0.9.0
2018-10-28 10:10:37 +01:00
Rodney Lorrimar
95fab6a09c
linuxPackages.bpftrace: init at unstable-2018-10-27
2018-10-28 14:33:37 +10:00
Shea Levy
9b111955ec
nix-plugins: 5.0.0 -> 6.0.0
2018-10-28 00:25:39 -04:00
Pierre-Etienne Meunier
ae3b4655a4
Carnix: 0.7.2 -> 0.8.10 ( #40587 )
...
Carnix: splits input into two parts: creates from creates.io and local ones
2018-10-28 00:06:29 +01:00
Daiderd Jordan
f4927a34e7
rust-cbindgen: fix darwin build
2018-10-27 18:21:15 +01:00
Tuomas Tynkkynen
067d1cf330
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/science/math/sage/sage-src.nix
2018-10-27 19:58:03 +03:00
Daiderd Jordan
82365ebe04
watchexec: fix darwin build
2018-10-27 17:32:39 +01:00
Nikita Voloboev
dd9e60f75e
goku: init 0.1.11
2018-10-27 16:15:36 +01:00
Renaud
0e416d7e6b
Merge pull request #48318 from cryptix/add/go-junit-report
...
go-junit-report: init at 2018-06-14 (385fac0ce9a)
2018-10-27 16:03:46 +02:00
Henry
219c77bf9b
go-junit-report: init at 2018-06-14 (385fac0ce9a)
2018-10-27 14:40:40 +01:00
Robert Hensing
a54a799d59
NixOS: nixpkgs.pkgs: Append overlays when specified
2018-10-27 14:51:54 +02:00
Daiderd Jordan
450d33fc5b
Merge pull request #49081 from LnL7/darwin-wxmac
...
wxmac: 3.0.2 -> 3.0.4 (darwin)
2018-10-27 10:27:13 +01:00
Samuel Leathers
5573795901
grafana-reporter: init at 2.0.1
2018-10-27 05:09:28 -04:00
Frederik Rietdijk
1cca105769
Merge staging-next into staging
2018-10-27 09:05:30 +02:00
lewo
fa5343be6c
Merge pull request #47967 from xtruder/pkgs/kind/init
...
kind: init at 2ae73f8e
2018-10-27 09:00:22 +02:00
adisbladis
1a1aa4d4d5
Merge pull request #49052 from etu/init-dmrconfig
...
dmrconfig: init at 2018-10-20
2018-10-26 23:12:52 +01:00
Jaka Hudoklin
6124447a54
kind: init at 2ae73f8e
2018-10-26 23:05:15 +02:00
Jaka Hudoklin
a37cb90707
kubicorn: init at 4c7f3623
2018-10-26 23:02:34 +02:00
Jan Tojnar
df9290f2fb
Merge pull request #49183 from jtojnar/gusb
...
gusb: 0.2.11 → 0.3.0
2018-10-26 22:54:04 +02:00
Jan Tojnar
6b5571b9e8
gusb: 0.2.11 → 0.3.0
2018-10-26 22:16:43 +02:00
lewo
e87de3f6f2
Merge pull request #48868 from flosse/featherpad
...
featherpad: init at 0.9.1
2018-10-26 21:24:27 +02:00
Elis Hirwing
21390ed5ec
dmrconfig: init at 2018-10-20
2018-10-26 19:47:31 +02:00
Jan Tojnar
82218835c5
Merge pull request #43133 from worldofpeace/gsignond
...
gsignond: init at 1.0.7
2018-10-26 19:29:56 +02:00
Tim
8d49637658
apt-dater: init at 1.0.3 ( #32175 )
...
* apt-dater: init at 1.0.3
* apt-dater: use autoreconfHook
2018-10-26 19:16:44 +02:00
Daiderd Jordan
1b47b95638
cargo: fix darwin build
...
It depends the Security framework now.
2018-10-26 16:06:56 +01:00
zimbatm
2337c7522a
openssh: 7.7p1 -> 7.9p1 ( #48784 )
...
added openssh_gssapi to make it easier to test the patched version
the HPN edition isn't available on top of 7.9p1 yet
fix-host-key-algorithms-plus.patch didn't apply anymore, assuming it's
fixed.
release notes: https://www.openssh.com/txt/release-7.9
2018-10-26 01:17:55 +02:00
Profpatsch
2cc4200de0
cdb: init at 0.75
...
We check in the docs from a mirror repository, because the upstream
release doesn’t provide them.
2018-10-25 21:49:37 +02:00
Richard Lupton
b28552d58f
signify: init at 24 ( #48927 )
2018-10-25 19:08:49 +00:00
Nick Novitski
950608bae0
androidsdk: 25.2.5 -> 26.1.1, license agreement
2018-10-25 11:56:47 -07:00
Orivej Desh
d09961c22b
openjpeg_2: rename from openjpeg_2_1 at 2.3.0
2018-10-25 17:46:48 +00:00
Ingo Blechschmidt
2595be06af
tikzit: init at 2.0 ( #48479 )
...
* tikzit: init at 2.0
* tikzit: Parallel building and qualification
2018-10-25 19:04:14 +02:00
Jörg Thalheim
926d6c0bad
Merge pull request #42371 from Mic92/nix-breakpoints
...
breakpointHook: add for debugging failing builds
2018-10-25 10:38:29 +01:00
Jörg Thalheim
f10b935f84
breakpointHook: add for debugging failing builds
...
Usuage: Add breakpointHook to your `buildInputs` like this:
stdenv.mkDerivation rec {
# ...
buildInputs = [ breakpointHook ];
});
When the build fails as show in this example:
pkgs.hello.overrideAttrs (old: {
buildInputs = [ breakpointHook ];
postPatch = ''
false
'';
});
It will halt execution printing the following message:
build failed in patchPhase with exit code 1
To attach to this build run the following command as root:
cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10
Installing cntr and running the command will provide shell access to the
build sandbox of failed build:
sudo cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10
WARNING: bad ownership on /nix/var/nix/profiles/per-user/root, should be 1000
[nixbld@localhost:/var/lib/cntr]$
At /var/lib/cntr the sandbox filesystem is mounted. All commands and
files of the system are still accessible within the shell.
To execute commands from the sandbox use the `cntr exec` subcommand.
2018-10-25 10:19:41 +01:00
Jörg Thalheim
84e915a779
cntr: init at 1.2.0
2018-10-25 10:19:41 +01:00
Peter Simons
c66c169f81
stack: fix the ghc 8.4.x build
2018-10-25 11:12:38 +02:00
Mateusz Kowalczyk
02fb26136c
or-tools: new package (v6.9.1)
2018-10-25 14:15:13 +09:00
c0bw3b
ce67a63dbe
veracrypt: 1.22 -> 1.23
...
Removed the wxGUI switch because it was never working.
To build VeraCrypt text-only you still need wxGTK _and_ you need to
rebuild wxGTK without GUI too...
Moreover, the normal build provides both GUI and text-only interfaces
so it is already usable in pure CLI contexts.
2018-10-24 21:02:04 +02:00
worldofpeace
923e2af1d4
libsignon-glib: init at 2.0
2018-10-24 14:45:43 -04:00
c0bw3b
b47fccff0a
truecrypt: remove and alias to veracrypt
...
TrueCrypt has been retired for a while now and the source archive we
pointed to is gone. Moreover the VeraCrypt fork is available, maintained
and fixes issues previous audits found in TrueCrypt.
2018-10-24 20:34:17 +02:00
Renaud
9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
...
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
Frederik Rietdijk
0f38d9669f
python3 is now python37 instead of python36
...
With Python 3.7 now at 3.7.1, and Python 3.6 at it's final maintenance
mode release, it is time to move on to 3.7 as the default interpreter.
2018-10-24 20:05:44 +02:00
Daiderd Jordan
0df3d8d6c4
wxmac: include cf-private
...
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.
clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o -D__WXOSX_COCOA__ -DWXBUILDING -I./src/regex -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common ./src/common/filefn.cpp
./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
^
./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02:00
Markus Kohlhase
039f9fbb5b
featherpad: init at 0.9.1
2018-10-24 11:47:43 +02:00
Timo Kaufmann
e89b422114
Merge pull request #48921 from timokau/r8168
...
r8168: init at 8.046.00
2018-10-24 11:47:28 +02:00
Timo Kaufmann
c8b5deae19
r8168: init at 8.046.00
2018-10-24 11:46:10 +02:00
Mateusz Kowalczyk
0479354e0c
QuadProgpp: Remember to add to all-packages.nix
2018-10-24 11:21:22 +09:00
Daniel Schaefer
6ffdf5a39f
rng-tools: Rename attribute rng_tools -> rng-tools
...
Comply with naming guidelines
2018-10-24 00:49:46 +02:00
Daniel Schaefer
8ada6f6c46
jitterentropy: init at 2.1.2
2018-10-23 23:36:57 +02:00
Austin Seipp
46dc76b60b
cloudflared: init at 2018.10.3
...
'cloudflared' is a multi-purpose client-side tool for CloudFlare Argo
Tunnel, CloudFlare Access, as well as including a simple DNS-over-HTTP
(DoH) proxy tool as well.
However, 'cloudflared' is NOT available under an open source license.
Furthermore, the exact terms of redistribution (namely, if we are able
to redistribute binaries at all) are not entirely clear to me. As a
result, I have filed the following bug report concerning the terms of
redistribution for the source code and binaries:
https://github.com/cloudflare/cloudflared/issues/53
'cloudflared' does have source code available, however, and it
encourages users to use 'go install' in order to set it up, in fact (or
download their prebuilt, compiled binaries). So using the source seems
to be encouraged. Even then, I'm still not sure if Hydra can serve these
binaries.
In lieu of a more pointed answer regarding source/binary licensing, and
to avoid keeping this expression in my private tree, I've marked it as
'unfree' (to avoid Hydra serving it in any way) as well as compiled from
source (to avoid any 'redistribution allowed while unmodified' terms
that may crop up).
The dependencies for this build were generated using 'dep2nix'.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-23 15:20:35 -05:00
Vladyslav M
f7a785fbd1
mako: init at 1.1 ( #46606 )
2018-10-23 22:12:44 +02:00
lewo
f3f155023c
Merge pull request #48578 from vdemeester/init-skaffold
...
skaffold: init at 0.16.0
2018-10-23 20:55:16 +02:00
Michael Weiss
2eb372d59d
nixos/rootston: Remove the module and the package ( #48905 )
...
Rootston is just a reference compositor so it doesn't make that much
sense to have a module for it. Upstream doesn't really like it as well:
"Rootston will never be intended for downstream packages, it's an
internal thing we use for testing." - SirCmpwn [0]
Removing the package and the module shouldn't cause much problems
because it was marked as broken until
886131c243
. If required the package can
still be accessed via wlroots.bin (could be useful for testing
purposes).
[0]: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-378449256
2018-10-23 20:38:33 +02:00
Patrick Hilhorst
d8d8a0ba14
sway-beta: init at 1.0-beta1 ( #48829 )
...
* sway-beta: init at 1.0-beta1
* sway, sway-beta: use https url
2018-10-23 20:34:59 +02:00
Markus Kowalewski
43011b7b43
lib[ibverbs,rdmacm]: remove in favour of rdma-core
...
libibverbs and librdmacm are outdated and have
been replaced by the package rdma-core
2018-10-23 18:44:37 +02:00
Rob Vermaas
87de9f7e89
opentracing-cpp: init 1.5.0
...
(cherry picked from commit f49df04c02d083395957fc85e12d231bb536e451)
2018-10-23 18:04:01 +02:00
Joachim F
48fd1fb0d7
Merge pull request #48794 from markuskowa/fix-samba-ib
...
samba: remove defunct infiniband support
2018-10-23 14:38:41 +00:00
Théo Zimmermann
cea4806bc5
ocamlformat: init at 0.8
2018-10-23 14:22:59 +00:00
Rob Vermaas
debbed29d1
datadog-agent: add option to enable trace agent
2018-10-23 12:30:06 +02:00
Jörg Thalheim
e82af6003c
Merge pull request #48821 from nyanloutre/jackett-10-365
...
jackett: 0.10.304 -> 0.10.365
2018-10-23 10:42:48 +01:00
nyanloutre
7a44e6e365
jackett: update mono version to 5.14
...
See details here : https://github.com/NixOS/nixpkgs/pull/48821#issuecomment-431837095
2018-10-23 10:59:32 +02:00
Michael Raskin
16c329f3da
visidata: init at 1.3.1
2018-10-23 12:00:11 +03:00
Michael Raskin
acb7d85993
lrs: init at 7.0
2018-10-23 11:41:29 +03:00
lewo
1a840f6fb4
Merge pull request #48614 from vdemeester/init-kube-prompt
...
kube-prompt: init at 1.0.4
2018-10-23 09:49:58 +02:00
midchildan
444ce2dbdf
sourcetrail: init at 2018.3.55
2018-10-23 11:37:07 +09:00
Jörg Thalheim
0a9bfd69ec
Merge pull request #48818 from jokogr/u/lxd-3.0.2
...
lxd: 3.0.0 -> 3.0.2
2018-10-22 21:07:52 +01:00
Sarah Brofeldt
9de8d713dd
Merge pull request #48482 from Lassulus/ttyplot
...
ttyplot: init at 1.0
2018-10-22 21:54:36 +02:00
Tim Steinbach
2bb68c7017
linux: Add 4.19
2018-10-22 09:40:22 -04:00
Kier Davis
81178785c9
ckb, ckb module: rename to ckb-next
...
The upstream package has officially changed its name to ckb-next.
2018-10-22 13:23:30 +01:00
Ioannis Koutras
891277e6a9
dqlite: initialize at 0.2.4
2018-10-22 13:07:15 +03:00
Ioannis Koutras
bf39304e53
sqlite-replication: initialize at 3.24.0+replication3
2018-10-22 13:07:14 +03:00
Jörg Thalheim
119d539d72
Merge pull request #47864 from uskudnik/add-brave-browser
...
brave: init at 0.24.0
2018-10-22 11:01:22 +01:00
adisbladis
5f33fbbc7b
vgo2nix: init at unstable-2018-10-14
2018-10-22 17:21:49 +08:00
Vincent Demeester
10e029829c
kube-prompt: init at 1.0.4
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-22 07:39:15 +02:00
Markus Kowalewski
8d7870d6c5
samba: remove defunct infiniband support
...
Even if infiniband support is enabled the option
is ignored by the configure script and no depencies
to libibverbs.so or librdmacm.so is contained in
the output.
2018-10-21 22:35:21 +02:00
Renaud
f94947f311
Merge pull request #48338 from unode/libaosd
...
libaosd: init at 0.2.7-9-g177589f
2018-10-21 22:03:23 +02:00
Renato Alves
232b2d7bc0
libaosd: init at 0.2.7-9-g177589f
2018-10-21 21:43:54 +02:00
Renaud
0cc07aeee6
Merge pull request #48172 from jluttine/cholmod-extra-1.2.0
...
cholmod-extra: init at 1.2.0
2018-10-21 17:28:30 +02:00
Renaud
d88d0127f7
Merge pull request #48148 from peterhoeg/p/scummvm_games
...
scummvm: add several ScummVM supported games
2018-10-21 09:50:13 +02:00
Frederik Rietdijk
86c7662be0
Merge staging-next into master
2018-10-21 08:37:30 +02:00
Jaka Hudoklin
8ff3df3eef
Merge pull request #48736 from mayflower/pkg/minishift
...
minishift: init at 1.25.0
2018-10-20 22:14:06 +02:00
Renaud
ffcfa3f820
Merge pull request #48335 from pnelson/weather-icons-2.0.10
...
weather-icons: init at 2.0.10
2018-10-20 17:21:24 +02:00
Thomas Tuegel
2e4397f631
Merge pull request #35213 from jluttine/suitesparse-5.1.2
...
suitesparse: 4.4.4 -> 5.3.0
2018-10-20 08:07:27 -05:00
Yegor Timoshenko
7731f70045
Merge pull request #46920 from urkud/pokerth-1.1.2
...
pokerth: 1.1.1 -> 1.1.2, refactor, Qt 5
2018-10-20 09:11:51 +00:00
Frederik Rietdijk
ca6ee8f519
Merge master into staging-next
2018-10-20 09:40:09 +02:00
Amar1729
d87a5c8722
argp-standalone: init at 1.3
2018-10-20 02:38:46 -04:00
Franz Pletz
c6b09766aa
minishift: init at 1.25.0
2018-10-20 06:08:29 +02:00
Pavel Platto
8781308ab6
unity3d: 5.6.1 -> 2017.4.10 ( #48643 )
2018-10-20 00:36:50 +03:00
Yegor Timoshenko
031083b564
pokerth: clean up
2018-10-19 17:01:32 +00:00
Yury G. Kudryashov
f923187c20
pokerth: 1.1.1 -> 1.1.2
2018-10-19 17:01:29 +00:00
Peter Simons
d393b89965
stack: prefer the ghc-8.6.1 version
...
Building stack with ghc-8.4.x requires a whole lot of version overrides -- most
notably Cabal 2.4.x --, so we don't bother and just use the one built with the
latest compiler instead.
2018-10-19 14:44:22 +02:00
worldofpeace
518e7eb8c2
gsignondPlugins.mail: init at 2018-10-04
2018-10-19 06:29:04 -04:00
worldofpeace
95210447ee
gsignondPlugins.lastfm: init at 2018-05-07
2018-10-19 06:29:04 -04:00
worldofpeace
0bcd20e3d8
gsignondPlugins.oauth: init at 2018-10-04
2018-10-19 06:29:04 -04:00
worldofpeace
3522d66f5a
gsignondPlugins.sasl: init at 2017-11-11
2018-10-19 06:29:03 -04:00
worldofpeace
1917c7de87
gsignond: init at 2018-10-04
2018-10-19 06:29:03 -04:00
Drakonis
a2d7574ebe
rclone-browser: init at 1.2 ( #44589 )
2018-10-19 11:01:24 +02:00
Vincent Demeester
241230d051
skaffold: init at 0.16.0
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-19 09:11:45 +02:00
Will Dietz
ca67b33a28
Merge pull request #47612 from dtzWill/fix/use-regular-patchelf-with-chrome
...
google-chrome: use default patchelf, "fixes" nacl_helper crashing.
2018-10-18 21:20:42 -05:00
Milan Svoboda
43fc3bbb62
wings: fix runtime failure. ( #48681 )
...
Erlang/OTP 18 [erts-7.3.1.4] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V7.3.1.4 (abort with ^G)
1>
=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
beam/beam_load.c(1189): Error loading module sdl:
mandatory chunk of type 'Atom' not found
=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Loading of /nix/store/qalvdrzjqqm3a8nsavjbhfiv1pzhw82k-esdl-1.3.1/lib/erlang/lib/esdl-1.3.1/ebin/sdl.beam failed: badfile
=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Error in process <0.35.0> with exit value:
{undef,[{sdl,init,[1048608],[]},
{wings_init,init,0,[{file,"wings_init.erl"},{line,28}]},
{wings,init,1,[{file,"wings.erl"},{line,105}]}]}
Fatal internal error - log written to /home/milan/wings_crash.dump
2018-10-18 21:42:17 +01:00
John Ericson
d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
...
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
Jörg Thalheim
ad250c18f7
Merge pull request #48580 from dtzWill/update/cquery-llvm7
...
cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
2018-10-18 19:27:05 +01:00
John Ericson
1147d2ed89
Merge remote-tracking branch 'upstream/master' into xorg-override
2018-10-18 12:00:37 -04:00
John Ericson
88cd633ea4
xorg: Don't use deprecated item
2018-10-18 11:54:20 -04:00
Frederik Rietdijk
8d8dc1fa34
Merge master into staging
2018-10-18 11:43:54 +02:00
Felix Richter
17685a4022
bento4: init at 1.5.1-624 ( #47632 )
2018-10-18 11:34:43 +02:00
Jörg Thalheim
11b097c7a4
Merge pull request #48649 from jerith666/jdk10-arm-oracle-retire
...
jdk10: remove special handling for arm
2018-10-18 08:53:55 +01:00
Jan Tojnar
21f20b5f7b
Merge pull request #46613 from jtojnar/xpra-gtk3
...
xpra: port to gtk3
2018-10-18 05:59:09 +02:00
Matt McHenry
f1195b912b
jdk10: remove special handling for arm
...
neither oraclejdk nor openjdk is supported on arm, so this is needless
complexity
2018-10-17 21:00:10 -04:00
Matthew Bauer
c86495c798
curl: disable gss on windows
2018-10-17 13:44:41 -05:00
Bart Brouns
6963bc3511
bs1770gain: 0.4.12 -> 0.5.0 ( #48628 )
2018-10-17 18:34:15 +02:00
Robert Schütz
c1a0e28ee2
Merge pull request #48596 from makefu/pkgs/pythonPackages.speedtest-cli/init
...
speedtest-cli: move to pythonPackages, add to home-assistant
2018-10-17 17:11:48 +02:00
makefu
d3657f6766
speedtest-cli: move ot python-modules
2018-10-17 16:52:39 +02:00
Frederik Rietdijk
89349fdae9
Merge staging-next into staging
2018-10-17 08:36:28 +02:00
Silvan Mosberger
9a3e418664
Merge pull request #46753 from redvers/add/openspin
...
openspin: init at 2018-10-02
2018-10-17 03:18:03 +02:00
Silvan Mosberger
3743f8af08
Merge pull request #45225 from Ekleog/webassemblyjs
...
webassemblyjs tool suite: init at 1.7.8
2018-10-17 02:55:40 +02:00
Eelco Dolstra
b6bac6c144
Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
...
This reverts commit 10addad603
, reversing
changes made to 7786575c6c
.
NixOS scripts should be kept in the NixOS source tree, not in
pkgs. Moving them around is just confusing and creates unnecessary
code/history churn.
2018-10-16 20:25:44 +02:00
Urban Skudnik
c90ad779a0
brave: init at 0.25.2
2018-10-16 20:19:37 +02:00
zimbatm
10addad603
Merge pull request #48122 from zimbatm/pkg-nixos-rebuild
...
nixos-rebuild: init as package
2018-10-16 19:39:22 +02:00
Will Dietz
fc69a394fa
cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
...
also simplify include expression a touch
2018-10-16 12:30:06 -05:00
Yegor Timoshenko
e31942c71e
Merge pull request #48282 from transumption/201810/qemu-smartcard
...
qemu: enable smartcard support
2018-10-16 11:31:36 +00:00
lassulus
1758ef04e8
ttyplot: init at 1.0
2018-10-16 12:59:11 +02:00
Jörg Thalheim
ad2121dfb3
Merge pull request #48428 from jeroendehaas/fmt
...
fmt: init at 5.2.1
2018-10-16 10:33:07 +01:00
zimbatm
1875344542
nixos-*: init as package
...
Move all the nixos-* scripts from the nixos distribution as real
packages in the pkgs/ package set.
This allows non-nixos users to run the script as well. For example,
deploying a remote machine with:
nixos-rebuild --target-host root@hostname --build-host root@hostname
2018-10-16 11:12:36 +02:00
Jeroen de Haas
2f6097b783
fmt: init at 5.2.1
...
This commit adds fmt, a C++ formatting library.
2018-10-16 08:30:54 +02:00
Matthew Bauer
0b298d516a
Merge pull request #47182 from bhipple/add/mkl
...
mkl: init at 2019.0.117
2018-10-15 15:17:57 -05:00
Matthew Bauer
4c1b22b1f8
Merge pull request #47408 from bhipple/add/abi-tools
...
abi-compliance-checker: init at 2.3
2018-10-15 15:01:48 -05:00
Léo Gaspard
ff937fd06c
webassemblyjs tool suite: init at 1.7.8
2018-10-15 23:55:55 +09:00
Chris Ostrouchov
397e15f89e
lammps: patch_2Aug2018 -> stable_22Aug2018
...
nix derivation was cleaned significantly to follow nixpkgs better
2018-10-15 08:43:57 -04:00
Chris Ostrouchov
7717a2b844
dl-poly-classic: init 1.10
...
only mpi version provided
2018-10-15 08:43:50 -04:00
Joachim F
6c60014759
Merge pull request #47601 from teto/mptcp_94
...
linux_mptcp: 0.94 -> 0.94.1 [RDY]
2018-10-15 11:23:44 +00:00
Justin Humm
6837d0d5c9
scribusUnstable: init at 2018-10-13
2018-10-15 09:50:24 +02:00
Bart Brouns
0d7ed1b771
spectmorph: init at 0.4.1
2018-10-15 10:07:15 +03:00
Silvan Mosberger
67a99a8bf6
Merge pull request #47559 from t184256/add-omegat
...
omegat: init at 4.1.5.2
2018-10-15 08:20:20 +02:00
Samuel Dionne-Riel
9ab8920235
Merge pull request #48348 from f--t/fix/sil-fonts
...
sil-fonts: added charis, doulos, and andika
2018-10-14 21:01:09 -04:00
Matthew Bauer
1dae4621f7
Merge pull request #44962 from Ekleog/wasm-rename
...
wasm: rename unofficial package into proglodyte-wasm
2018-10-14 17:00:29 -05:00
Matthew Bauer
0881a55f81
Merge pull request #44386 from srdqty/srd-update-mlton-compiler
...
mlton: refactor and adds mlton20180207Binary mlton20180207 mltonHEAD
2018-10-14 16:56:54 -05:00
Alexander Sosedkin
9835631050
omegat: init at 4.1.5.2
...
OmegaT is a Computer-Assisted Translation tool written in Java.
This derivation doesn't build it from source, but rather downloads
a 'Cross-platform without JRE' zip file.
I took the liberty of shorting the upstream version naming of
"4.1.5 update 2 Beta" to a more concise "4.1.5.2".
2018-10-15 03:53:02 +07:00
Silvan Mosberger
2551412f5e
Merge pull request #48288 from mpickering/cedille
...
cedille: init at v1.0.0
2018-10-14 21:30:51 +02:00
Matthew Pickering
9e348b4613
emacsPackages.cedille: init at 1.0.0
2018-10-14 19:17:37 +00:00
Matthew Pickering
43ae33728b
cedille: init at 1.0.0
2018-10-14 19:17:23 +00:00
Michael Raskin
878c6c090d
Merge pull request #39125 from mpickering/darwin-saga
...
SAGA, SAGA LTS release, dependencies and QGIS SAGA plugin
2018-10-14 19:14:48 +00:00
Joachim F
fe1a70c3cd
Merge pull request #48071 from catern/kdbg
...
kdbg: init at 3.0.0
2018-10-14 15:09:10 +00:00
xeji
2e7c992afa
Merge pull request #48297 from volth/remove-top-perlXMLParser
...
perlXMLParser -> perlPackages.XMLParser
2018-10-14 15:56:14 +02:00
Maximilian Bosch
413ed9d116
Merge pull request #47955 from jqueiroz/spotifywm
...
spotifywm-unstable: init at 2016-11-28
2018-10-14 11:21:47 +02:00
volth
f65dfb3caf
buildPerlPackage -> perlPackages.buildPerlPackage
2018-10-14 09:10:41 +02:00
Frederik Rietdijk
49b9959be2
Merge pull request #47631 from makefu/pkgs/cozy-audiobooks/init
...
cozy-audiobooks: init at 0.6.3
2018-10-14 08:58:16 +02:00
ft
a041dd92fe
sil-fonts: added andika, charis, doulos
2018-10-13 20:30:24 -07:00
Jonathan Queiroz
2b1d4611d1
spotifywm-unstable: init at 2016-11-28
2018-10-13 23:56:06 -03:00
makefu
f20899dd41
cozy: init at 0.6.3
2018-10-14 02:13:39 +02:00
Jörg Thalheim
afbf0c4fe7
Merge pull request #48321 from c0bw3b/pkg/guile-cairo
...
guile-cairo: 1.4.1 -> 1.10.0
2018-10-13 22:22:06 +01:00
Philip Nelson
3518c69d74
weather-icons: init at 2.0.10
2018-10-13 14:19:21 -07:00
Moritz Kiefer
6738033727
alt-ergo: 1.30->2.2.0, ocplib-simplex: 0.3->0.4
2018-10-13 17:45:45 +00:00
Renaud
0f5f873e93
Merge pull request #47893 from bhipple/add/luigi
...
luigi: init at 2.7.9
2018-10-13 18:23:07 +02:00
Alexey Shmalko
df2696c430
Merge pull request #48307 from delroth/prom-tor
...
prometheus-tor-exporter: init at 0.3
2018-10-13 17:59:23 +03:00
c0bw3b
b13a6b6791
guile-cairo: 1.4.1 -> 1.10.0
2018-10-13 15:38:57 +02:00
volth
a974ecf803
Merge branch 'staging' into remove-top-perlXMLParser
2018-10-13 13:22:11 +00:00
Matthias Beyer
b73579e5f1
taskell: init at 1.3.2
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Suggested-by: Profpatsch <mail@profpatsch.de>
2018-10-13 12:37:56 +02:00
Benjamin Hipple
7472c5477a
luigi: init at 2.7.9
2018-10-13 06:24:07 -04:00
volth
66f5f1a75b
perlArchiveCpio -> perlPackages.ArchiveCpio
2018-10-13 11:19:21 +02:00
Dmitry Kalinkin
4ed993367f
arrow-cpp: 0.10.0 -> 0.11.0 ( #48066 )
...
* arrow-cpp: 0.10.0 -> 0.11.0
* arrow-cpp: enable testing
2018-10-13 10:12:26 +02:00
Pierre Bourdon
86d644f8cc
prometheus-tor-exporter: init at 0.3
...
Upstream: https://github.com/atx/prometheus-tor_exporter
2018-10-13 10:10:29 +02:00
Silvan Mosberger
9179c1449d
Merge pull request #48193 from brendan-hall/zeit-now
...
now-cli: init at 11.4.6
2018-10-13 03:25:35 +02:00
volth
c0fed1ba77
perlXMLParser -> perlPackages.XMLParser
2018-10-12 22:56:15 +00:00
Brendan Hall
e3b313bb59
now-cli: init at 11.4.6
2018-10-12 22:39:23 +01:00
Yegor Timoshenko
1ae8d8b793
libcacard: init at 2.6.1
2018-10-12 20:38:55 +00:00
Renaud
7a90980194
Merge pull request #47836 from bhipple/add/cpplint
...
cpplint: init at 1.3.0
2018-10-12 21:38:24 +02:00
Benjamin Hipple
964214b107
cpplint: init at 1.3.0
...
Static analyzer for C++ code. Licensed under a very permissive, generic Google license (BSD3 wording).
2018-10-12 18:51:43 +00:00
Silvan Mosberger
e2d857a332
Merge pull request #48276 from LnL7/darwin-nix-index
...
nix-index: fix darwin build
2018-10-12 19:40:51 +02:00
Daiderd Jordan
5c14decaa3
nix-index: fix darwin build
2018-10-12 19:04:19 +02:00
Renaud
5eb7ca4e5d
pwsafe: 0.99BETA -> 1.06BETA ( #48003 )
...
pwsafe: add c0bw3b as maintainer
2018-10-12 19:04:09 +02:00
Timo Kaufmann
ef0c38422d
Merge pull request #48261 from fgaz/termbox/init
...
termbox: init at 1.1.2
2018-10-12 18:45:16 +02:00
volth
8596dc9125
fetchgit: use buildPackages's git
2018-10-12 14:42:50 +00:00
Francesco Gazzetta
d6273e5161
termbox: init at 1.1.2
2018-10-12 15:51:57 +02:00
Bas van Dijk
b64193f69b
haskellPackages.multi-ghc-travis: removed in favour of haskell-ci
...
multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
2018-10-12 14:17:24 +02:00
Bas van Dijk
0c25079958
futhark: introduce the top-level futhark attribute
...
The fact that futhark is a Haskell package is an implementation detail. To
install it users should just have to specify `futhark` instead of
`haskellPackages.futhark`.
Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to
reduce closure size.
2018-10-12 14:12:29 +02:00
Sarah Brofeldt
c4afb45af5
Merge pull request #48097 from tenx-tech/feature/init-envdir-go
...
envdir: init at 1.0.0
2018-10-12 14:09:18 +02:00
Silvan Mosberger
c26d6001ed
Merge pull request #45890 from lopsided98/buildbot-python3
...
buildbot: Python 3 support and other improvements
2018-10-12 14:06:41 +02:00
edude03
7a65f2c43d
envdir: init at 1.0.0
2018-10-12 19:23:21 +08:00
Sarah Brofeldt
32bcd72bf2
Merge pull request #48198 from teto/rfc-bibtex
...
rfc-bibtex: init at 2.2.1
2018-10-12 10:07:10 +02:00
Sophia Donataccio
bb7ed2cd81
mlton: refactor and adds mlton20180207Binary mlton20180207 mltonHEAD
...
This commit adds mltonHEAD.
Summary of all the changes in this branch:
* mlton20130715
- for this one I just copy and pasted the old default.nix
- I have tested some projects that compile with this version and don't
compile with the newer version, so I think it makes sense to keep
the old version
* mlton20180207Binary
- This is used to build the source derivations
* mlton20180207
- latest release
* mltonHEAD
- latest commit to the master branch of the github repo at the time of
creating this derivation
2018-10-12 00:47:54 -04:00
Sophia Donataccio
a130228fe8
mlton: adds mlton version 20180207
2018-10-12 00:30:48 -04:00
Sophia Donataccio
30da2b5659
mlton: adds binary release package for mlton version 20180207
...
This works the same as the binary package in the old derivation, by
patching the release binary. The difference is that this derivation
is also exposed at the top level.
2018-10-12 00:21:49 -04:00
Sophia Donataccio
4845d9324f
mlton: prepare old version for refactoring
...
20130715.nix is exactly the same as the old default.nix other than
pulling the meta data out into its own file.
2018-10-12 00:06:54 -04:00
Ben Wolsieffer
73c523a605
buildbot: add Python 3 support
2018-10-11 21:39:11 -04:00
paddygord
9d293db6af
yojimbo: init at 1.1 ( #48214 )
2018-10-11 22:13:07 +00:00
Andrew Childs
fb9604c4b7
xorg: simplify argument passing into xorg and overrides
2018-10-11 15:03:06 -04:00
Silvan Mosberger
e69079b3b1
Merge pull request #48108 from aca-labs/teleconsole
...
Teleconsole
2018-10-11 20:48:51 +02:00
Andrew Childs
9454f71fef
xorg: allow overriding via overrideScope
2018-10-11 13:41:27 -04:00
Jörg Thalheim
ee79ea0274
Merge pull request #48213 from mayflower/pkg/lazygit
...
lazygit: init at 0.4
2018-10-11 17:07:33 +01:00
Michael Raskin
a29603344a
Merge pull request #48189 from aanderse/redmine
...
redmine: refactor, cleanup, bug fix, and add functionality
2018-10-11 15:32:43 +00:00
Franz Pletz
3e356b55dd
lazygit: init at 0.4
2018-10-11 16:17:57 +02:00
Philipp Middendorf
e3d97997ff
brigand: init at 1.3.0
2018-10-11 12:46:14 +00:00
Kim Burgess
6327ba8fbd
teleconsole: init at 0.4.0
2018-10-11 20:24:12 +10:00
obadz
6fca3c5700
cups-googlecloudprint: init at 20160502
2018-10-11 09:19:58 +01:00
Silvan Mosberger
177ddb91be
Merge pull request #47389 from manveru/add-ejson
...
ejson: init at 1.2.0
2018-10-11 10:14:30 +02:00
Matthieu Coudron
714c0781c3
rfc-bibtex: init at 2.2.1
...
Generate bibtex entries from IETF rfc/drafts, for instance:
$ rfcbibtex RFC5246 draft-ietf-tls-tls13-21
@techreport{RFC5246,
author = {T. Dierks and E. Rescorla},
title = {{The Transport Layer Security (TLS) Protocol Version 1.2}},
howpublished = {Internet Requests for Comments},
type = {RFC},
number = {5246},
year = {2008},
month = {August},
issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
url = {http://www.rfc-editor.org/rfc/rfc5246.txt },
note = {\url{http://www.rfc-editor.org/rfc/rfc5246.txt }},
}
@techreport{I-D.ietf-tls-tls13,
author = {Eric Rescorla},
title = {{The Transport Layer Security (TLS) Protocol Version 1.3}},
howpublished = {Working Draft},
type = {Internet-Draft},
number = {draft-ietf-tls-tls13-21},
year = {2017},
month = {July},
institution = {IETF Secretariat},
url = {http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-21.txt },
note = {\url{http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-21.txt }},
}
2018-10-11 16:17:40 +09:00
Vincent Laporte
6113d95235
prooftree: cleaning
2018-10-11 05:59:21 +00:00
Aaron Andersen
1cb5b509f1
redmine: refactor, cleanup, bug fix, and add functionality
...
- added package option to specify which version of redmine
- added themes option back in to allow specifying redmine themes
- added plugins option back in to allow specifying redmine plugins
- added database.socket option to allow mysql unix socket authentication
- added port option to allow specifying the port rails runs on
- cleaned up Gemfile so it is much less hacky
- switched to ruby version 2.4 by default as suggested by documentation http://www.redmine.org/projects/redmine/wiki/redmineinstall#Installing-Redmine
- fixed an annoyance (bug) in the service causing recursive symlinks
- fixed ownership bug on log files generated by redmine
- updates reflecting renames in nixos options
- added a nixos test
2018-10-10 21:04:08 -04:00
Franz Pletz
6892cbce09
equilux-theme: init at 20180927
2018-10-11 02:08:37 +02:00
Franz Pletz
c04e6e04e2
xsecurelock: hardcode path to xset
2018-10-11 02:08:37 +02:00
Jörg Thalheim
c45a6fa041
Merge pull request #48159 from Zimmi48/remove-camlp5-transitional
...
Remove camlp5 transitional
2018-10-11 00:31:28 +01:00
xeji
61e7e256c3
Merge pull request #48038 from tg-x/liquidsoap-1.3.4
...
liquidsoap: 1.1.1 -> 1.3.4
2018-10-10 22:54:41 +02:00
Jaakko Luttinen
f065de344d
cholmod-extra: init at 1.2.0
2018-10-10 22:08:25 +03:00
Théo Zimmermann
2fdd38ed2d
camlp5_transitional: remove in favor of camlp5 (strict)
2018-10-10 19:44:54 +02:00
Théo Zimmermann
7ac0a23194
prooftree: 0.12 -> 0.13
2018-10-10 19:42:50 +02:00
Peter Hoeg
a75b3205d0
scummvm: add several ScummVM supported games
...
- Beneath a Steel Sky: v1.2
- Drascula: The Vampire Strikes Back: v2.0
- Flight of the Amazon Queen: v1.1
- Lure of the Temptress: v1.1
2018-10-10 17:15:22 +08:00
Jaakko Luttinen
8fb27604fb
suitesparse: 4.4.4 -> 5.3.0
2018-10-10 07:36:00 +03:00
Free Potion
b10940cd23
boohu: leave one package
...
There will be only one version of the package with
the fewest external dependencies.
2018-10-10 04:45:38 +03:00
Matthew Bauer
504953ed08
Merge pull request #47381 from freepotion/boohu-init
...
boohu: init at 0.10.0
2018-10-09 19:06:06 -05:00
Lassulus
0f2869a806
quickserve: init at 2018 ( #48083 )
2018-10-10 00:24:58 +01:00
Andreas Rammhold
a00b820ddc
Merge pull request #47949 from yrashk/webkitgtk222x
...
webkitgtk222x: init at 2.22.2
2018-10-09 22:33:49 +02:00
Jörg Thalheim
c0d1c41627
Merge pull request #48053 from Zimmi48/clean-up/ocaml
...
Remove old OCaml versions.
2018-10-09 19:47:41 +01:00
Théo Zimmermann
c76ffb9253
matita: remove broken package
...
As requested by Vincent Laporte.
2018-10-09 09:47:31 +02:00
Renaud
81b851c6bc
Merge pull request #48048 from jb55/rapidcheck
...
rapidcheck: init at unstable-2018-09-27
2018-10-08 23:46:48 +02:00
Spencer Baugh
01a0b1f0c3
kdbg: init at 3.0.0
2018-10-08 20:43:48 +00:00
Joachim F
cbf93ba7e2
Merge pull request #47840 from magnetophon/tambura
...
tambura: init at 1.0
2018-10-08 20:02:28 +00:00
Matthew Bauer
01d8c222eb
Merge pull request #47516 from manveru/add-dbmate
...
dbmate: init at 1.4.1
2018-10-08 14:45:00 -05:00
Matthew Bauer
3cb179a4d0
Merge pull request #45997 from cryptix/add/systrayhelper
...
systrayhelper: init at 0.0.3
2018-10-08 14:42:45 -05:00
Joachim F
e5135b933a
Merge pull request #47889 from magnetophon/FIL-plugins
...
FIL-plugins: init at 0.3.0
2018-10-08 19:39:13 +00:00
Joachim F
560473e5ce
Merge pull request #47890 from magnetophon/eteroj.lv2
...
eteroj.lv2: init at 0.4.0
2018-10-08 19:38:41 +00:00
Joachim F
213fab66c4
Merge pull request #47978 from gnidorah/midisheetmusic
...
midisheetmusic: init at 2.6
2018-10-08 19:38:24 +00:00
Joachim F
6bfc436433
Merge pull request #46743 from haslersn/any-nix-shell-1.1.0
...
any-nix-shell: init at 1.1.0
2018-10-08 19:38:07 +00:00
Théo Zimmermann
34394a38ef
ocamlPackages_3_11_2: remove
...
This requires removing also the Coq 8.3 and Matita 0.5.8 packages.
Coq 8.3 was released 8 years ago (2010) and there is no trace left
of users of this version (contrary to Coq 8.4, released 2012).
It is well over time to remove it.
Matita 0.5.8 was released in 2010 and because this version was still
used for teaching according to the official website, a legacy release
(0.5.9) was released in 5 years later to compile with more recent
OCaml libraries.
Updating to 0.5.9 (or a more recent version like 0.99.3) should allow
getting rid of the dependency on older OCaml but it is hard to test
given that the package is already broken before this update.
2018-10-08 21:10:05 +02:00
Matthew Bauer
4e2a3cbafe
Merge pull request #47494 from zachcoyle/teamocil-1.4.2
...
teamocil: init at 1.4.2
2018-10-08 14:02:19 -05:00
Matthew Bauer
3d188ee320
Merge pull request #45605 from gnidorah/vk
...
vk-messenger: init
2018-10-08 13:59:27 -05:00
Matthew Bauer
7432fde1ad
Merge pull request #44920 from eadwu/init/lightdm-enso-os-greeter
...
lightdm-enso-os-greeter: init at 0.2.1
2018-10-08 13:54:31 -05:00
Michael Raskin
fe8515de6e
asymptote: apply upstream patch for compatibility with a newer boehmgc
...
As referenced in https://github.com/NixOS/nixpkgs/pull/45708#issuecomment-427840944
2018-10-08 21:38:14 +03:00
Joachim F
6787357bc2
Merge pull request #47960 from jhhuh/tinyemu
...
tinyemu: init at 2018-09-23
2018-10-08 18:19:24 +00:00
William Casarin
de2f79467d
rapidcheck: init at unstable-2018-09-27
...
rapidcheck is a C++ property-based testing framework inspired by QuickCheck
Signed-off-by: William Casarin <jb55@jb55.com>
2018-10-08 11:00:17 -07:00
Timo Kaufmann
9b90356044
Merge pull request #47979 from pacien/pkg-howl
...
howl: init at 0.5.3
2018-10-08 12:05:19 +02:00
Sarah Brofeldt
ac35f4efee
Merge pull request #47414 from NoRedInk/add-aws-env
...
aws-env: init at 0.4
2018-10-08 11:52:47 +02:00
Peter Hoeg
f07812b389
Merge pull request #48037 from peterhoeg/p/fbv
...
fbv: init at 1.0b
2018-10-08 17:39:54 +08:00
TG ⊗ Θ
d2ce22caf0
liquidsoap: 1.1.1 -> 1.3.4
2018-10-08 11:30:27 +02:00
Peter Simons
ab6f4d3652
systemd-wait: fix evaluation error
2018-10-08 11:27:53 +02:00
Peter Hoeg
0932acc622
fbv: init at 1.0b
2018-10-08 17:14:38 +08:00
Michael Raskin
b669a45868
boehmgc: reinstate 7.6.6, use for asymptote
...
A quickfix after #45708
2018-10-08 12:04:53 +03:00
Marica Odagaki
1d8aa40898
aws-env: init at 0.4
2018-10-07 18:47:08 -08:00
Benjamin Staffin
641cb61ef7
jsonnet: skip building the website ( #47981 )
...
The emscripten build of jsonnet is only used in the interactive demo
found on jsonnet.org, and I don't think we need to include the whole
website in our package. This reduces the transitive closure from
~100mb to ~32mb, and the build duration from ~8 minutes to ~20 seconds
on my machine.
2018-10-07 20:04:59 -04:00
pacien
6cc84ed1e4
howl: init at 0.5.3
2018-10-08 00:28:57 +02:00
Benjamin Hipple
8d42787c61
abi-compliance-checker: init at 2.3
2018-10-07 16:09:27 -04:00
Benjamin Hipple
cc07807b5b
abi-dumper: init at 1.1
2018-10-07 16:09:02 -04:00
Benjamin Hipple
f41c55b2ca
vtable-dumper: init at 1.2
2018-10-07 16:06:38 -04:00
Sarah Brofeldt
e84a46a169
Merge pull request #47969 from kevincox/sewer
...
sewer: init at 0.6.0
2018-10-07 10:02:11 +02:00
Robert Helgesson
2f1e44859d
Merge pull request #47936 from benley/systemd-wait
...
systemd-wait: init at 0.1+2018-10-05
2018-10-06 22:39:28 +02:00
Ji-Haeng Huh
3115f8dffb
tinyemu: init at 2018-09-23
2018-10-06 18:53:10 +00:00
gnidorah
0b13e8a341
midisheetmusic: init at 2.6
2018-10-06 21:44:15 +03:00
Free Potion
171752daee
ivan: 053 -> 054 ( #47950 )
2018-10-06 16:59:26 +02:00
Jaka Hudoklin
a134b9a3dd
telepresence: 0.85 -> 0.93 ( #47966 )
2018-10-06 15:21:28 +02:00
Kevin Cox
011f1c7396
sewer: init at 0.6.0
...
sewer is an ACME client which supports DNS challenges with support for
various DNS servers.
2018-10-06 11:33:47 +01:00
Matthew Bauer
013bded602
Merge pull request #47911 from alyssais/webhook
...
webhook: init at 2.6.8
2018-10-05 22:55:14 -05:00
Matthew Bauer
e78eacd6cd
Merge pull request #46770 from jluttine/carp-init
...
carp: init at unstable-2018-09-15
2018-10-05 22:43:05 -05:00
Matthew Bauer
e4a6288b75
Merge pull request #46863 from siers/link-grammar
...
link-grammar: init at 5.5.0
2018-10-05 22:40:48 -05:00
Matthew Bauer
c4f344ac44
Merge pull request #47291 from veprbl/pr/xfitter_init
...
xfitter: init at 2.0.0
2018-10-05 22:38:09 -05:00
Matthew Bauer
5e32c22611
Merge pull request #47287 from rokk4/ssocr
...
ssocr: init at 2018-08-11
2018-10-05 22:37:42 -05:00
Yurii Rashkovskii
9289920193
webkitgtk222x: init at 2.22.2
2018-10-05 17:46:30 -07:00
Benjamin Staffin
13883ff4bc
systemd-wait: init at 0.1+2018-10-05
2018-10-05 17:22:44 -04:00
Alyssa Ross
7e3b43d75a
webhook: init at 2.6.8
2018-10-05 12:14:49 +01:00
lewo
8c0d32f8e7
Merge pull request #47693 from nicknovitski/envsubst-init
...
envsubst: init at 1.1.0
2018-10-05 09:00:33 +02:00
lewo
96ad503163
Merge pull request #47692 from nicknovitski/kubeval-init
...
kubeval: init at 0.7.3
2018-10-05 08:41:41 +02:00
Peter Hoeg
be27131c06
Merge pull request #47694 from magnetophon/lsp-plugins
...
lsp-plugins: init at 1.1.4
2018-10-05 10:43:00 +08:00
Bart Brouns
8d37a5a99a
eteroj.lv2: init at 0.4.0
2018-10-05 02:40:48 +02:00
Bart Brouns
1bc29400c6
FIL-plugins: init at 0.3.0
2018-10-05 01:06:14 +02:00
Bart Brouns
f14c0b4610
lsp-plugins: init at 1.1.4
2018-10-05 00:24:13 +02:00
Nick Novitski
78b9ab0713
kubeval: init at 0.7.3
2018-10-04 13:52:45 -07:00
zimbatm
d4ff6cae34
terraform: add plugins tests ( #47861 )
...
I wasn't sure if the plugins were downloaded from the Internet or not.
This makes sure that there is no regression in the plugin detection.
2018-10-04 22:41:19 +02:00
Benjamin Hipple
0b82df8dbe
Convert entire mkl package to a fixed-output derivation
2018-10-04 13:16:20 +00:00
Peter Hoeg
3f81cb1b27
Merge pull request #47382 from magnetophon/zita-njbridge
...
zita-njbridge: init at 0.4.4
2018-10-04 12:26:03 +08:00
Bart Brouns
7b7186d07b
tambura: init at 1.0
2018-10-04 05:07:54 +02:00
Jan Tojnar
d4d87b049b
xpraGtk3: point to xpra
...
xpra now uses GTK 3
2018-10-04 03:37:13 +02:00
Bart Brouns
3b32efff7e
WIP liquidsoap update
2018-10-04 02:37:12 +02:00
Sarah Brofeldt
2e38f5fc6e
Merge pull request #47448 from kalbasit/nixpkgs_add-bazel-watcher
...
bazel-watcher: init at 0.5.0
2018-10-04 00:00:47 +02:00
Sarah Brofeldt
9073176598
Merge pull request #46577 from uskudnik/tsung-add-package
...
tsung: init at 1.7.0
2018-10-03 23:35:30 +02:00
Tim Dysinger
e6fc7dfb8e
added fllog: fldigi companion application
...
Signed-off-by: Tim Dysinger <tim@dysinger.net>
2018-10-03 09:37:59 -10:00
Tim Dysinger
43cba4f446
added flrig: fldigi companion application
...
Signed-off-by: Tim Dysinger <tim@dysinger.net>
2018-10-03 09:37:59 -10:00
Tim Dysinger
b560d6499f
added flwrap: fldigi companion application
...
Signed-off-by: Tim Dysinger <tim@dysinger.net>
2018-10-03 09:37:59 -10:00
Tim Dysinger
f95183f345
added flmsg: fldigi companion application
...
https://sourceforge.net/projects/fldigi/
Signed-off-by: Tim Dysinger <tim@dysinger.net>
2018-10-03 09:37:59 -10:00
Jörg Thalheim
50a306125c
Merge pull request #47542 from prusnak/gcc-arm-embedded_update
...
gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-update
2018-10-03 17:29:25 +01:00
Urban Skudnik
a3378c5088
tsung: init at 1.7.0
2018-10-03 15:47:12 +02:00
Sarah Brofeldt
2dd69e8d8e
Merge pull request #47500 from ma9e/libimagequant
...
libimagequant: init at 2.12.1
2018-10-03 10:27:57 +02:00
Peter Simons
929ad8e996
samsung-unified-linux-driver: update default version to 4.01.17
...
* Version 4.01.17 works fine for me on NixOS, driving both a Samsung ML-2165w
and a Samsung ML-2510 printer successfully.
* Version 4.00.39 is broken. The build shows errors, but doesn't abort. The
generated binaries don't work, because they are lacking rpaths to their
library dependencies.
* Renamed old default.nix file to 1.00.37.nix. That version wasn't the default
and it feels like a bad idea to mix versioned and unversioned file names in
the same directory.
2018-10-03 10:25:46 +02:00
Ryan Mulligan
856fbc8dba
treewide: fix allowAliases = false evaluation problems
2018-10-02 21:33:40 -07:00
Free Potion
af08956950
boohu: init at 0.10.0
2018-10-03 03:23:23 +03:00
Sean Haugh
276d3d8538
libimagequant: init at 2.12.1
2018-10-02 18:29:47 -05:00
Nick Novitski
9f6e5886bb
envsubst: init at 1.1.0
2018-10-02 16:16:19 -07:00
Vladyslav M
bae2f2dbda
hyperfine: 1.1.0 -> 1.3.0 ( #47521 )
2018-10-02 23:41:48 +02:00
Frederik Rietdijk
4d1abc4419
Merge pull request #47604 from NixOS/staging-next
...
Staging next
2018-10-02 18:22:18 +02:00
Patrick Hilhorst
fbc1fb78e3
wmfocus: init at 1.0.2 ( #47662 )
...
* wmfocus: init at 1.0.2
* wmfocus: fix buildInputs
2018-10-02 18:01:42 +02:00
Matthieu Coudron
3c94e4782f
linux_mptcp: 0.94 -> 0.94.1
...
Also introduce linux_mptcp_94 alias to prevent from overriding the wrong kernel
when switching across branches.
test
2018-10-03 00:28:21 +09:00
Pavol Rusnak
b3531b9719
gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-update
...
+ update blackmagic to latest commit which includes gcc7 fixes
2018-10-02 15:23:31 +02:00
Josef Kemetmüller
aeee761aba
libcanberra: fix darwin build ( #47634 )
2018-10-02 12:55:57 +02:00
Yurii Rashkovskii
34f20090d3
nwjs-sdk: init at 0.33.4 ( #45320 )
2018-10-02 10:24:05 +02:00
Peter Hoeg
3916f71a16
Merge pull request #47166 from peterhoeg/u/crystal
...
crystal: 0.26.1 and introduce 0.25.1
2018-10-02 13:29:22 +08:00
Red Davies
19e7ae0fac
openspin: init at 2018-10-02
2018-10-02 03:02:49 +00:00
Peter Hoeg
da61221189
scry: init at 0.7.1.20180919
2018-10-02 10:30:23 +08:00
Peter Hoeg
5200db329e
icr: init at 0.5.0
2018-10-02 10:30:23 +08:00
Peter Hoeg
51076b414b
crystal: 0.26.0 -> 0.26.1
...
We also start carrying the previous versions as crystal is under rapid
development.
Instead of pulling the binary builder each time, create a derivation that we can
use to build the various versions.
2018-10-02 10:30:22 +08:00
Felix Richter
46e284aedd
ifdnfc: init at 2016-03-01 ( #47625 )
2018-10-02 00:39:48 +02:00
Tim Steinbach
483880aeac
linux: Add hardened test kernel ( #47570 )
2018-10-02 00:27:41 +02:00
Renaud
0229934c66
Merge pull request #46198 from leenaars/hyperscrypt
...
hyperscrypt-font: init at 1.1
2018-10-02 00:04:29 +02:00
Maximilian Bode
5c5cb36f7a
stern: init at 1.8.0 ( #47605 )
2018-10-01 23:56:08 +02:00
Pascal Bach
9dbb71b1d3
gitlab-runner-v1: remove v1 package ( #47624 )
...
It was required for gitlab < 9 which is not supported anymore since some time.
While removinf the V1 the patch was refreshed to cleanly work with version 11.x
2018-10-01 23:37:25 +02:00
Will Dietz
292d446400
tetra-gtk-theme: init at 1.6
2018-10-01 14:03:09 -05:00
Will Dietz
e7345efa6a
google-chrome: use default patchelf, "fixes" nacl_helper crashing.
...
I'm not sure what the problem is, precisely, but even so
this was preventing use of things like cast'ing--
not that I'm entirely clear on what that would be the case either :/.
Err on caution and let's go back to what the situation was before
and fix it properly when we better understand the issue.
2018-10-01 13:44:41 -05:00
Daiderd Jordan
1383c08f2c
Merge branch 'master' into staging-next
2018-10-01 19:42:07 +02:00
Niklas Thörne
dee90d27e2
uftrace: init at 0.9 ( #47117 )
...
* uftrace: init at 0.9
* Dropped dependency leftovers.
* patchShebang needed for sandboxed build
2018-10-01 17:20:25 +02:00
haslersn
62bf19d2fc
mkspiffs: init at 0.2.3 ( #46674 )
2018-10-01 14:49:02 +00:00
Raitis Veinbahs
62c4a16ff1
link-grammar: init at 5.5.1
2018-10-01 13:10:33 +03:00
lewo
56b4db9710
Merge pull request #47411 from graham-at-target/multi-layered-images-crafted
...
Multi-Layered Docker Images
2018-10-01 09:48:24 +02:00
lewo
c417b2659b
Merge pull request #47506 from magnetophon/csa
...
csa: init at 0.5.100810
2018-10-01 09:41:10 +02:00
Bart Brouns
396320cab7
csa: init at 0.5.100810
2018-10-01 07:15:30 +02:00
Peter Hoeg
f8e758a465
Merge pull request #47551 from peterhoeg/p/snipes
...
snipes: init at 20180930
2018-10-01 10:26:43 +08:00
Peter Hoeg
d3ada967ae
snipes: init at 20180930
2018-10-01 10:11:00 +08:00