1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

40903 commits

Author SHA1 Message Date
nagato.pain 6a31bbbe8f pythonPackages.libmr: init at 0.1.9 2018-11-06 05:43:20 -08:00
Mario Rodas 36efe7b3aa ocamlPackages.visitors: init at 20171124 2018-11-06 08:06:11 -05:00
Peter Simons 8d81cf6201 ghc: add new version 8.6.2 2018-11-06 10:35:02 +01:00
Wael M. Nasreddine 0f4f5d69a7
gocode-gomod: init unstable at 2018-10-16 2018-11-05 22:13:40 -08:00
Kier Davis 3b7984dd51
Merge branch 'master' into ckb-update-and-cleanup 2018-11-06 00:47:14 +00:00
Matthew Bauer 6ba2b84f49 liblapack: add compat aliases 2018-11-05 15:53:05 -06:00
Daiderd Jordan f495707eb6 emacs: include cf-private on darwin and don't propagate frameworks
Undefined symbols for architecture x86_64:
      "_CFNotificationCenterAddObserver", referenced from:
          _macfont_copy_available_families_cache in macfont.o
      "_CFNotificationCenterGetLocalCenter", referenced from:
          _macfont_copy_available_families_cache in macfont.o
      "_NSDefaultRunLoopMode", referenced from:
          _ns_send_appdefined in nsterm.o
          -[EmacsApp run] in nsterm.o
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in nsterm.o
          objc-class-ref in nsmenu.o
          objc-class-ref in nsselect.o
      "_OBJC_CLASS_$_NSData", referenced from:
          objc-class-ref in nsimage.o
      "_OBJC_CLASS_$_NSDate", referenced from:
          objc-class-ref in nsterm.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in macfont.o
      "_OBJC_CLASS_$_NSLocale", referenced from:
          objc-class-ref in nsterm.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in nsterm.o
          objc-class-ref in nsmenu.o
      "_OBJC_CLASS_$_NSMutableDictionary", referenced from:
          objc-class-ref in nsmenu.o
          objc-class-ref in nsselect.o
      "_OBJC_CLASS_$_NSMutableSet", referenced from:
          objc-class-ref in nsterm.o
      "_OBJC_CLASS_$_NSRunLoop", referenced from:
          objc-class-ref in nsmenu.o
      "_OBJC_CLASS_$_NSTimer", referenced from:
          objc-class-ref in nsterm.o
          objc-class-ref in nsmenu.o
      "_OBJC_CLASS_$_NSURL", referenced from:
          objc-class-ref in nsterm.o
          objc-class-ref in nsfns.o
      "_OBJC_CLASS_$_NSUserDefaults", referenced from:
          objc-class-ref in nsterm.o
          objc-class-ref in nsfns.o
      "_OBJC_EHTYPE_$_NSException", referenced from:
          GCC_except_table8 in nsterm.o
          GCC_except_table1 in nsselect.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 21:16:58 +01:00
Daiderd Jordan 86bf715c49
contacts: add cf-private
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in contacts.o
          objc-class-ref in FormatHelper.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in FormatHelper.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 20:35:06 +01:00
Daiderd Jordan d4b7c2b88f
vim: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in os_macosx.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 20:30:02 +01:00
John Ericson d94d220b84
Merge pull request #49795 from obsidiansystems/fix-pkgsFor
release-lib: Fix `pkgsFor`
2018-11-05 14:18:16 -05:00
Daiderd Jordan 7fd359f2f9
pinentry_mac: add cf-private
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in PinentryController.o
          objc-class-ref in GPGDefaults.o
          objc-class-ref in KeychainSupport.o
      "_OBJC_CLASS_$_NSMutableDictionary", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSSet", referenced from:
          objc-class-ref in GPGDefaults.o
      "_OBJC_CLASS_$_NSUserDefaults", referenced from:
          objc-class-ref in GPGDefaults.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 19:57:12 +01:00
Daiderd Jordan c8e480b4da
atomicparsley: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in nsfile.o
          objc-class-ref in nsimage.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 19:13:33 +01:00
John Ericson 8d99a3455b release-lib: Fix pkgsFor 2018-11-05 11:27:50 -05:00
Tobias Happ bf73d9ec98 php72Packages.apcu_bc: init at 1.0.4 2018-11-05 17:25:52 +01:00
aszlig b162b40007
ip2unix: init at 1.0.0
This tool was initially built specifically for nixcloud to prevent a few
annoying programs from binding to IP sockets.

While initially only accepting a JSON file as input, the tool now has a
proper command line interface and it's also generally usable to turn IP
sockets of any program into Unix sockets.

Another thing that might be even useful for NixOS modules is the
possibility to bend programs into using systemd socket activation.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-05 16:39:42 +01:00
Daiderd Jordan 8abc1cccfb
SDL: move overrides out of all-packages.nix
Using defaults makes it much easier to understand what the values are.
2018-11-05 14:10:44 +01:00
Peter Hoeg dfbf6213b4 pythonPackages.snapcast: init at 2.0.9 2018-11-05 20:45:08 +08:00
Daiderd Jordan 7edfded9c3
SDL: include cf-private on darwin
It's not included implicitly by the frameworks anymore.

    Undefined symbols for architecture x86_64:
      "_NSDefaultRunLoopMode", referenced from:
          _QZ_PumpEvents in SDL_QuartzEvents.o
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in SDL_QuartzEvents.o
      "_OBJC_CLASS_$_NSDate", referenced from:
          objc-class-ref in SDL_QuartzEvents.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 12:47:14 +01:00
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
Peter Simons b854f78991 ghc-8.4.4: disable integer-simple variant build
The build fails: https://hydra.nixos.org/build/83750830
2018-11-05 10:27:57 +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
Vincent Laporte e338d801e2 mkCoqPackages: look for “dontFilter” in coq derivation 2018-11-04 20:49:38 +00: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
Matthew Bauer 2b604c2836
Merge pull request #49670 from matthewbauer/pkgs-i686-remove
Fix pkgsi686Linux assertion
2018-11-04 12:49:09 -06: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
Robert Schütz 6a73df797c
Merge pull request #49744 from nyanloutre/python-gitlab
pythonPackages.python-gitlab: init at 1.6.0
2018-11-04 18:38:21 +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 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
Jonathan Queiroz 05f368b60a pythonPackages.sslib: init at 0.2.0 (#47985) 2018-11-04 15:00:21 +01:00
Robert Hensing 03fc1167e8
Merge branch 'master' into nixos-nixpkgs-pkgs-use-overlays 2018-11-04 14:19:33 +01:00
nyanloutre 2e49503dfe pythonPackages.python-gitlab: init at 1.6.0 2018-11-04 12:47:46 +01:00
nyanloutre 1ee4c64511 pythonPackages.httmock: init at 1.2.6 2018-11-04 12:47:22 +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
Matthew Bauer dfd0818aa5
release-cross: use ghc844 for tests
This GHC version has much better support for cross compilation. It should hopefully fix our mingw breakages from #42407.

/cc @ericson2314
2018-11-03 14:17:21 -05:00
Peter Simons bf084e0ed7
Merge pull request #49653 from peti/drop-old-ghc-versions
drop old ghc versions 7.10.3, 8.0.2, and 8.4.3.
2018-11-03 19:43:59 +01: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
Jonathan Queiroz 4b095c6c05 pythonPackages.fastpbkdf2: init at 0.2 (#47988) 2018-11-03 15:41:16 +01:00
Robert Schütz 4870522f87
Merge pull request #49645 from peterhoeg/p/broadlink
pythonPackages.broadlink: init at 0.9
2018-11-03 15:37:02 +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
Frederik Rietdijk ea3935a6c4 Merge master into staging-next 2018-11-03 12:42:18 +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
Matthew Bauer 370ce8fcd3 stage.nix: throw error on incorrect pkgsi686Linux usage
pkgsi686Linux now throws an error with a message as opposed to the
previous assertion.
2018-11-03 00:58:58 -05:00
Matthew Bauer b3ab4d1f8e Revert "Revert "stage.nix: pkgsi686Linux only works on x86 family""
This reverts commit 08b5cffe87.
2018-11-03 00:52:14 -05:00
Matthew Bauer 08b5cffe87 Revert "stage.nix: pkgsi686Linux only works on x86 family"
This reverts commit 78ca6d885f.

Broke eval on aarch64
2018-11-03 00:47:39 -05: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
Matthew Bauer 78ca6d885f stage.nix: pkgsi686Linux only works on x86 family
aarch64 cpus are going to break on pkgsi686Linux packages.

See this error:

https://hydra.nixos.org/build/82962379/
2018-11-02 21:24:55 -05:00
Matthew Bauer 29b4ac8e41 release-corss.nix: fix ppc-embedded name
s/powerpc-embedded/ppc-embedded
2018-11-02 18:42:58 -05: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
Robert Helgesson 2db8372554
pythonPackages.PyICU: 2.0.3 -> 2.2 2018-11-02 23:19:18 +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
Peter Simons 2f0de54ddb Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.
We keep the latest minor release of each one of the last 3 major releases,
which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have
ghc-HEAD, but this doesn't count.

Dropping these compilers implied that we have to drop the corresponding
versions of ghcjs, too. We can also drop a shitload of obsolete compiler
patches that newer versions no longer need.

At some point, we can probably simplify the generic builder, too.
2018-11-02 20:13:55 +01: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
Peter Hoeg 1ccafe56f9 pythonPackages.broadlink: init at 0.9 2018-11-02 18:12:07 +08: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
John Ericson 24e2bc18b6 release-lib: Fallback on uncached rather than error for unknown crossSystem
The `ensureUnaffected` the tests purposefully use an absurd crossSystem.
Also sheevaplug and pogoplug share the same config.
2018-11-01 16:15:56 -04:00
John Ericson 79c713bc14 release-lib: Cache cross nixpkgs evals too
This will help with release-cross.nix eval time. It also allowed me to
share code between the cross and native helpers.
2018-11-01 15:35:08 -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
Yurii Izorkin 99b4045826 percona-toolkit: 3.0.11 -> 3.0.12 (#47963)
* percona-toolkit: 3.0.11 -> 3.0.12

License is GPL2 (or Artistic License) but not LGPL2
https://www.percona.com/doc/percona-toolkit/LATEST/copyright_license_and_warranty.html
2018-11-01 18:22:43 +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
Edmund Wu b3bff5c249 pythonPackages.trueskill: init at 0.4.5 (#49342) 2018-11-01 10:56:56 +01:00
Edmund Wu 0111c7d851 pythonPackages.zstd: init at 1.3.5.1 (#49339) 2018-11-01 10:41:28 +01: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
Tristan Helmich 40ae90c9e4 dotnetPackages.SharpFont: 3.1.0 -> 4.0.1 (#49545) 2018-10-31 21:04:31 +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
Frederik Rietdijk ab800ba9ed Merge master into staging-next 2018-10-31 19:16:32 +01:00
Alyssa Ross 39edfe5a2d
doh-proxy: init at 0.0.8 2018-10-31 17:47:25 +00:00
Alyssa Ross 1f1bd5c8e8
python3Packages.aioh2: init at 0.2.2
Tests skipped due to https://github.com/decentfox/aioh2/issues/17.
2018-10-31 17:47:24 +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
Robert Schütz e0772e6ef8
Merge pull request #48183 from costrouc/costrouc/python-atomman
pythonPackages.atomman: init at 1.2.3
2018-10-31 17:23:30 +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
Alyssa Ross cd1ff3bede
python3Packages.aiohttp_remotes: init at 0.1.2 2018-10-31 13:08:40 +00:00
Patrick Hilhorst 43f6d9ada4
pytorch: remove pre-cuda92 hack 2018-10-31 10:43:00 +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
Ales Huzik 29080af27f
perlPackages.Po4a: fix install paths 2018-10-30 21:55:15 +01:00
Benjamin Hipple baf0703010 pythonPackages.pythondaemon: rename to pythonPackages.python-daemon
This commit renames the pythondaemon module to match its module name, github
name, and pypi name, which makes it easier to find and reference. In order to
avoid breaking any external users, I've left an alias with a deprecated warning.
2018-10-30 21:09:34 +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
Frederik Rietdijk 0e0d20fb5f Merge master into staging-next 2018-10-30 19:55:48 +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 2634d37617 systems/examples: add i686 & x86-64 embedded
Fixes #28160
2018-10-30 13:46:01 -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
Chris Ostrouchov ae66a9244b
hoomd-blue: init at 2.3.4 2018-10-30 14:20:31 -04: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
Chris Ostrouchov 1ac9d8ea40
pythonPackages.atomman: init at 1.2.3 2018-10-30 13:38:59 -04:00
Chris Ostrouchov 7dd7190a57
pythonPackages.DataModelDict: init at 0.9.4 2018-10-30 13:38:59 -04:00
Chris Ostrouchov 0cf2c6fcfe
pythonPackages.numericalunits: init at 1.16 2018-10-30 13:38:59 -04: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
Chris Ostrouchov fa7d1d8bfb
pythonPackages.smugline: refactor move to python-modules 2018-10-30 00:51:23 -04:00
Chris Ostrouchov c33c576212
pythonPackages.pivy: refactor move to python-modules 2018-10-30 00:51:23 -04:00
Chris Ostrouchov f54484f527
pythonPackages.telegram: refactor move to python-modules 2018-10-30 00:51:23 -04:00
Chris Ostrouchov a36ce69f6c
pythonPAckages.pygments-markdown-lexer: refactor move to python-modules 2018-10-30 00:51:23 -04:00
Chris Ostrouchov c0e09bef5a
pythonPAckages.yapsy: refactor move to python-modules 2018-10-30 00:51:23 -04:00
Chris Ostrouchov 6afd56f61a
pythonPackages.threadpool: refactor move to python-modules 2018-10-30 00:51:23 -04:00
Chris Ostrouchov 6fd3323d26
pythonPackages.tvnamer: refactor move to python-modules 2018-10-30 00:51:22 -04:00
Chris Ostrouchov 97b2d6790a
pythonPAckages.tvdb_api: refactor move to python-modules 2018-10-30 00:51:22 -04:00
Chris Ostrouchov 173793c63f
pythonPackages.word2vec: refactor move to python-modules 2018-10-30 00:51:22 -04:00
Chris Ostrouchov f0e62b79fc
pythonPAckages.simpleai: refactor move to python-modules 2018-10-30 00:51:22 -04:00
Chris Ostrouchov 1a4f32c3f7
pythonPackages.zerobin: refactor move to python-modules 2018-10-30 00:51:22 -04:00
Chris Ostrouchov 19a50012dc
pythonPackages.clize: refactor move to python-modules 2018-10-30 00:51:21 -04:00
Chris Ostrouchov b42e1d1b1e
pythonPackages.sigtools: refactor move to python-modules 2018-10-30 00:51:21 -04:00
Chris Ostrouchov b1dbddd584
pythonPackages.Lasagne: refactor move to python-modules 2018-10-30 00:51:21 -04:00
Chris Ostrouchov 8e22218220
pythonPAckages.repeated_test: refactor move to python-modules 2018-10-30 00:51:21 -04:00
Chris Ostrouchov f310c74cfd
pythonPackages.pandocfilters: refactor move to python-modules 2018-10-30 00:51:21 -04:00
Chris Ostrouchov 89623a675e
pythonPackages.queuelib: refactor move to python-modules 2018-10-30 00:51:20 -04:00
Chris Ostrouchov 3ae4a36ae3
pythonPackages.w3lib: refactor move to python-modules 2018-10-30 00:51:20 -04:00
Chris Ostrouchov b794f35441
pythonPackages.x11_hash: refactor move to python-modules 2018-10-30 00:51:20 -04:00
Chris Ostrouchov 0851a181f0
pythonPackages.trezor_agent: refactor move to python-modules 2018-10-30 00:51:20 -04:00
Chris Ostrouchov 6ca3651766
pythonPackages.xlsx2csv: refactor move to python-modules 2018-10-30 00:51:19 -04:00
Chris Ostrouchov 82878eaade
pythonPackages.xkcdpass: refactor move to python-modules 2018-10-30 00:51:19 -04:00
Chris Ostrouchov a80b2e3543
pythonPackages.importmagic: refactor move to python-modules 2018-10-30 00:51:19 -04:00
Chris Ostrouchov f5ac53a2b5
pythonPackage.willow: refactor move to python-modules 2018-10-30 00:51:19 -04:00
Chris Ostrouchov 42960fb742
pythonPackages.mps-youtube: refactor move to python-modules 2018-10-30 00:51:18 -04:00
Chris Ostrouchov 1024394c66
pythonPackages.maildir-deduplicate: refactor move to python-modules 2018-10-30 00:51:18 -04:00
Chris Ostrouchov 74a6022c91
pythonPackages.mailcap-fix: refactor move to python-modules 2018-10-30 00:51:18 -04:00
Chris Ostrouchov 1a3bfa1941
pythonPackages.suds-jurko: refactor move to python-modules 2018-10-30 00:51:18 -04:00
Chris Ostrouchov c2526182c8
pythonPackages.suds: refactor move to python-modules 2018-10-30 00:51:17 -04:00
Chris Ostrouchov 64a24d3f9a
pythonPackages.dot2tex: refactor move to python-modules 2018-10-30 00:51:17 -04:00
Chris Ostrouchov 8b8155facc
pythonPackages.jenkins-job-builder: refactor move to python-modules 2018-10-30 00:51:17 -04:00
Chris Ostrouchov dae0571bc3
pythonPackages.jenkinsapi: refactor move to python-modules 2018-10-30 00:51:17 -04:00
Chris Ostrouchov 15b5f85a96
pythonPackages.pypeg2: refactor move to python-modules 2018-10-30 00:51:17 -04:00
Chris Ostrouchov ff64515579
pythonPackages.smartypants: refactor move to python-modules 2018-10-30 00:51:16 -04:00
Chris Ostrouchov eb7fbb8c37
pythonPackages.typogrify: refactor move to python-modules 2018-10-30 00:51:16 -04:00
Chris Ostrouchov fcb1e3bbba
pythonPackages.neovim_gui: refactor move to python-modules 2018-10-30 00:51:16 -04:00
Chris Ostrouchov b1ea3cdc67
pythonPackages.geeknote: refactor move to python-modules 2018-10-30 00:51:16 -04:00
Chris Ostrouchov 80c9049524
pythonPackages.thrift: refactor move to python-modules 2018-10-30 00:51:16 -04:00
Chris Ostrouchov 13352bb720
pythonPackages.setproctitle: refactor move to python-modules 2018-10-30 00:51:15 -04:00
Chris Ostrouchov e0d6142ed8
pythonPackages.evernote: refactor move to python-modules 2018-10-30 00:51:15 -04:00
Chris Ostrouchov c9d4ba2407
pythonPAckages.basemap: refactor move to python-modules 2018-10-30 00:51:15 -04:00
Chris Ostrouchov b67cc15b3e
pythonPackages.ofxtools: refactor move to python-modules 2018-10-30 00:51:15 -04:00
Chris Ostrouchov 5083413b00
pythonPackages.ofxparse: refactor move to python-modules 2018-10-30 00:51:14 -04:00
Chris Ostrouchov 04558f25d8
pythonPAckages.parsimonious: refactor move to python-modules 2018-10-30 00:51:14 -04:00
Chris Ostrouchov 1b9a9d2530
pythonPAckages.html2text: refactor move to python-modules 2018-10-30 00:51:14 -04:00
Chris Ostrouchov ec00d1aa54
pythonPackages.termcolor: refactor move to python-modules 2018-10-30 00:51:14 -04:00
Chris Ostrouchov 606d7c79e9
pythonPackages.datadiff: refactor move to python-modules 2018-10-30 00:51:13 -04:00
Chris Ostrouchov 8bbd8dcc1f
pythonPackages.pync: refacotr move to python-modules 2018-10-30 00:51:13 -04:00
Chris Ostrouchov b9ad8d843d
pythonPackages.thumborPexif: refactor move to python-modules 2018-10-30 00:51:13 -04:00
Chris Ostrouchov 246bf6c54d
pythonPAckages.unpaddedbase64: refactor move to python-modules 2018-10-30 00:51:13 -04:00
Chris Ostrouchov 5db9302335
pythonPackages.signedjson: refactor move to python-modules 2018-10-30 00:51:13 -04:00
Chris Ostrouchov 62caeb1e31
pythonPackages.pynac: refactor move to python-modules 2018-10-30 00:51:12 -04:00
Chris Ostrouchov c5ae2c3047
pythonPackages.pydenticon: refactor move to python-modules 2018-10-30 00:51:12 -04:00
Chris Ostrouchov d4cf05070c
pythonPackages.daemonize: refactor move to python-modules 2018-10-30 00:51:12 -04:00
Chris Ostrouchov ab96dd445e
pythonPackages.blist: refactor move to python-modules 2018-10-30 00:51:12 -04:00
Chris Ostrouchov 10797302fb
pythonPAckages.WSGIProxy: refactor move to python-modules 2018-10-30 00:51:11 -04:00
Chris Ostrouchov e53a0479b5
pythonPackages.svg2tikz: refactor move to python-modules 2018-10-30 00:51:11 -04:00
Chris Ostrouchov 00eb722bf7
pythonPackages.funcy: refactor move to python-modules 2018-10-30 00:51:11 -04:00
Chris Ostrouchov a576b19efb
pythonPackages.snapperGUI: refactor move to python-modules 2018-10-30 00:51:11 -04:00
Chris Ostrouchov ae3f7898c6
pythonPackages.toposort: refactor move to python-modules 2018-10-30 00:51:11 -04:00
Chris Ostrouchov f84db6dcee
pythonPackges.tlsh: refacotr move to python-modules 2018-10-30 00:51:10 -04:00
Chris Ostrouchov 46d331ba8d
pythonPackages.power: refactor move to python-modules 2018-10-30 00:51:10 -04:00
Chris Ostrouchov 1654bd1865
pythonPackages.speaklater: refactor move to python-modules 2018-10-30 00:51:10 -04:00
Chris Ostrouchov 7008718bcf
pythonPackages.flaskbabel: refactor move to python-modules 2018-10-30 00:51:10 -04:00
Chris Ostrouchov 424082d2fb
pythonPackages.grequests: refactor move to python-modules 2018-10-30 00:51:10 -04:00
Chris Ostrouchov 1c0b595b05
pythonPackages.rpdb: refactor move to python-modules 2018-10-30 00:51:09 -04:00
Chris Ostrouchov 1c5e08e217
pythonPackages.IMAPClient: refactor move to python-modules 2018-10-30 00:51:09 -04:00
Chris Ostrouchov 13b2ea6582
pythonPackages.gdata: refactor move to python-modules 2018-10-30 00:51:09 -04:00
Chris Ostrouchov f82b1b7580
pythonPackges.pykka: refactor move to python-modules 2018-10-30 00:51:09 -04:00
Chris Ostrouchov 2cb75f82fc
pythonPAckages.pyspotify: refactor move to python-modules 2018-10-30 00:51:09 -04:00
Chris Ostrouchov d241cc3a65
pythonPackages.veryprettytable: refactor move to python-modules 2018-10-30 00:51:08 -04:00
Chris Ostrouchov dcd9daa561
pythonPackages.versiontools: refactor move to python-modules 2018-10-30 00:51:08 -04:00
Chris Ostrouchov 35f95f0595
pythonPackages.txamqp: refactor move to python-modules 2018-10-30 00:51:08 -04:00
Chris Ostrouchov 1ab1ff4963
pythonPackages.txrequests: refactor move to python-modules 2018-10-30 00:51:08 -04:00
Chris Ostrouchov cf540a7e08
pythonPackages.txgithub: refactor move to python-modules 2018-10-30 00:51:07 -04:00
Chris Ostrouchov 2d7d2fa0e2
pythonPAckages.ujson: refactor move to python-modules 2018-10-30 00:51:07 -04:00
Chris Ostrouchov 1109081215
pythonPAckages.worldengine: refactor move to python-modules 2018-10-30 00:51:07 -04:00
Chris Ostrouchov 6c10afe130
pythonPackages.webhelpers: refactor move to python-modules 2018-10-30 00:51:07 -04:00
Chris Ostrouchov 9041374d64
pythonPackages.larch: refactor move to python-modules 2018-10-30 00:51:07 -04:00
Chris Ostrouchov 9e52a73527
pythonPackages.ttystatus: refactor move to python-modules 2018-10-30 00:51:06 -04:00
Chris Ostrouchov 7ab3b62486
pythonPAckages.translationstring: refactor move to python-modules 2018-10-30 00:51:06 -04:00
Chris Ostrouchov 0fd1905e8c
pythonPackages.tracing: refactor move to python-modules 2018-10-30 00:51:06 -04:00
Chris Ostrouchov 68a085584a
pythonPackages.tissue: refactor move to python-modules 2018-10-30 00:51:06 -04:00
Chris Ostrouchov 5027902691
pythonPackages.libarchive-c: refactor move to python-modules 2018-10-30 00:51:06 -04:00
Chris Ostrouchov 0594a95c96
pythonPackages.libarchive: refactor move to python-modules 2018-10-30 00:51:06 -04:00
Chris Ostrouchov e960b3128d
pythonPackages.tarman: refactor move to python-modules 2018-10-30 00:51:05 -04:00
Chris Ostrouchov 7735833264
pythonPakcages.tokenlib: refacotr move to python-modules 2018-10-30 00:51:05 -04:00
Chris Ostrouchov 3ef39ecdb0
pythonPackages.cmdtest: refactor move to python-modules 2018-10-30 00:51:05 -04:00
Chris Ostrouchov 8dded34d8c
pythonPackages.cliapp: refactor move to python-modules 2018-10-30 00:51:05 -04:00
Chris Ostrouchov 63183f8b76
pythonPAckages.hgsvn: refactor move to python-modules 2018-10-30 00:51:04 -04:00
Chris Ostrouchov 2c5ff5ea3f
pythonPackages.zope_testing: refactor move to python-modules 2018-10-30 00:51:04 -04:00
Chris Ostrouchov 125ade6524
pythonPAckages.zope_size: refactor move to python-modules 2018-10-30 00:51:04 -04:00
Chris Ostrouchov 399ac94602
pythonPAckages.zope_schema: refactor move to python-modules 2018-10-30 00:51:04 -04:00
Chris Ostrouchov 00f0446487
pythonPAckages.zope_proxy: refactor move to python-modules 2018-10-30 00:51:04 -04:00
Chris Ostrouchov 5537f6a402
pythonPackages.zope_location: refactor move to python-modules 2018-10-30 00:51:03 -04:00
Chris Ostrouchov 86172105e7
pythonPackages.zope_lifecycleevent: refactor move to python-modules 2018-10-30 00:51:03 -04:00
Chris Ostrouchov ce84dbdc6d
pythonPackages.zope_i18nmessageid: refactor move to python-modules 2018-10-30 00:51:03 -04:00
Chris Ostrouchov c9a6836a8f
pythonPackages.zope_i18n: refactor move to python-modules 2018-10-30 00:51:03 -04:00
Chris Ostrouchov 1fd6cd9a5b
pythonPackages.zope_filerepresentation: refactor move to python-modules 2018-10-30 00:51:03 -04:00
Chris Ostrouchov 4a51ac6876
pythonPackages.zope_exceptions: refactor move to python-modules 2018-10-30 00:51:02 -04:00
Chris Ostrouchov dbf529eea1
pythonPackages.zope_event: refactor move to python-modules 2018-10-30 00:51:02 -04:00
Chris Ostrouchov 69e943ba3e
pythonPackages.zope_dottedname: refactor move to python-modules 2018-10-30 00:51:02 -04:00
Chris Ostrouchov f50579106a
pythonPackages.zope_contenttype: refactor move to python-modules 2018-10-30 00:51:02 -04:00
Chris Ostrouchov 9060471dcd
pythonPackages.zope_configuration: refactor move to python-modules 2018-10-30 00:51:02 -04:00
Chris Ostrouchov 88298b6b67
pythonPackages.zope_component: refactor move to python-modules 2018-10-30 00:51:01 -04:00
Chris Ostrouchov 3bd097d4d9
pythonPackages.zope_broken: refactor move to python-mdoules 2018-10-30 00:51:01 -04:00
Chris Ostrouchov e21e72109f
pythonPackages.zfec: refactor move to python-modules 2018-10-30 00:51:01 -04:00
Chris Ostrouchov 656f33bc2d
pythonPackages.zdaemon: refactor move to python-modules 2018-10-30 00:51:01 -04:00
Chris Ostrouchov 0f2f899bba
pythonPackages.zbase32: refactor move to python-modules 2018-10-30 00:51:00 -04:00
Chris Ostrouchov 6426e0f01e
pythonPackages.xlib: refactor move to python-modules 2018-10-30 00:51:00 -04:00
Chris Ostrouchov 8bf7a83aae
pythonPackages.xcaplib: refactor move to python-modules 2018-10-30 00:51:00 -04:00
Chris Ostrouchov f6aedb3d67
pythonPackages.wsgiproxy2: refactor move to python-modules 2018-10-30 00:51:00 -04:00
Chris Ostrouchov 86c06938cb
pythonPackages.webtest: refactor move to python-modules 2018-10-30 00:51:00 -04:00
Chris Ostrouchov 1d10b0c74a
pythonPackages.websockify: refactor move to python-modules 2018-10-30 00:51:00 -04:00
Chris Ostrouchov 0e1a1d0bd9
pythonPackges.webob: refactor move to python-modules 2018-10-30 00:50:59 -04:00
Chris Ostrouchov e273fa73ed
pythonPackages.web: refactor move to python-modules 2018-10-30 00:50:59 -04:00
Chris Ostrouchov 88c225d45a
pythonPackages.waitress: refactor move to python-modules 2018-10-30 00:50:59 -04:00
Chris Ostrouchov 1fe585403d
pythonPackages.vultr: refactor move to python-modules 2018-10-30 00:50:59 -04:00
Chris Ostrouchov 79112e8522
pythonPackages.vmprof: refactor move to python-modules 2018-10-30 00:50:58 -04:00
Chris Ostrouchov cac8acb654
pythonPackages.virtualenvwrapper: refactor move to python-modules 2018-10-30 00:50:58 -04:00
Chris Ostrouchov fbc0dba3d1
pythonPackages.virtualenv-clone: refactor move to python-modules 2018-10-30 00:50:58 -04:00
Chris Ostrouchov f4e04780a2
pythonPackages.pyuv: refactor move to python-modules 2018-10-30 00:50:58 -04:00
Chris Ostrouchov 36be37f7f2
pythonPackages.urwidtrees: refactor move to python-modules 2018-10-30 00:50:58 -04:00
Chris Ostrouchov 410edb293a
pythonPackages.uptime: refactor move to python-modules 2018-10-30 00:50:57 -04:00
Chris Ostrouchov 5f58cd99d5
pythonPackages.upass: refactor move to python-modules 2018-10-30 00:50:57 -04:00
Chris Ostrouchov 8090784c0c
pythonPackages.linecache2: refactor move to python-modules 2018-10-30 00:50:57 -04:00
Chris Ostrouchov a95243647b
pythonPackages.traceback2: refactor move to python-modules 2018-10-30 00:50:57 -04:00
Chris Ostrouchov a9b2e72549
pythonPackages.uritemplate_py: refactor move to python-modules 2018-10-30 00:50:57 -04:00
Chris Ostrouchov a81adf0398
pythonPackages.unittest2: refactor move to python-modules 2018-10-30 00:50:56 -04:00
Chris Ostrouchov 864c7f94cf
pythonPackages.unicodecsv: refactor move to python-modules 2018-10-30 00:50:56 -04:00
Chris Ostrouchov 3af94ba30e
pythonPackages.umalqurra: refactor move to python-modules 2018-10-30 00:50:56 -04:00
Chris Ostrouchov 6ee690466c
pythonPackages.twitter-common-options: refactor move to python-modules 2018-10-30 00:50:56 -04:00
Chris Ostrouchov 91bf06221f
pythonPakcages.twitter-common-log: refactor move to python-modules 2018-10-30 00:50:56 -04:00
Chris Ostrouchov 18c7709d1d
pythonPackages.twitter-common-lang: refactor move to python-modules 2018-10-30 00:50:55 -04:00
Chris Ostrouchov 81fbd1413e
pythonPakcages.twitter-common-dirutil: refactor move to python-modules 2018-10-30 00:50:55 -04:00
Chris Ostrouchov 1497dff563
pythonPackages.twitter-common-confluence: refactor move to python-modules 2018-10-30 00:50:55 -04:00
Chris Ostrouchov 0d041c02ef
pythonPakcages.twitter-common-collections: refactor move to python-modules 2018-10-30 00:50:55 -04:00
Chris Ostrouchov 14a2378036
pythonPackages.twitter: refactor move to python-modules 2018-10-30 00:50:55 -04:00
Chris Ostrouchov 0f6fdbf26e
pythonPackages.twiggy: refactor move to python-modules 2018-10-30 00:50:54 -04:00
Chris Ostrouchov 3a9d15d951
pythonPackages.eggdeps: refactor move to python-modules 2018-10-30 00:50:54 -04:00
Chris Ostrouchov 48cf32e573
pythonPackages.transmissionrpc: refactor move to python-modules 2018-10-30 00:50:54 -04:00
Chris Ostrouchov 482b9eac1f
pythonPackages.traits: refactor move to python-modules 2018-10-30 00:50:54 -04:00
Chris Ostrouchov 4ed0fd0b12
pythonPackages.qrcode: refactor move to python-modules 2018-10-30 00:50:53 -04:00
Chris Ostrouchov 6986e9ecac
pythonPackages.tlslite: refactor move to python-modules 2018-10-30 00:50:53 -04:00
Chris Ostrouchov c3793aa1b1
pythonPackages.tkinter: refactor move to python-modules 2018-10-30 00:50:53 -04:00
Chris Ostrouchov 8d26762f19
pythonPackages.python_mineparse: refactor move to python-modules 2018-10-30 00:50:53 -04:00
Chris Ostrouchov 52492477a6
pythonPackages.testrepository: refactor move to python-modules 2018-10-30 00:50:53 -04:00
Chris Ostrouchov f8e0efb139
pythonPackages.testpath: refactor move to python-modules 2018-10-30 00:50:52 -04:00
Chris Ostrouchov 8a9d7350d8
pythonPackages.testscenarios: refactor move to python-modules 2018-10-30 00:50:52 -04:00
Chris Ostrouchov 9ed9014ab5
pythonPackages.terminaltables: refactor move to python-modules 2018-10-30 00:50:52 -04:00
Chris Ostrouchov d3d1bbe3d5
pythonPackges.taskw: refactor move to python-modules 2018-10-30 00:50:52 -04:00
Chris Ostrouchov f80a8fe3ec
pythonPackages.freezegun: refactor move to python-modules 2018-10-30 00:50:52 -04:00
Chris Ostrouchov a7dac03113
pythonPackages.svgwrite: refactor move to python-modules 2018-10-30 00:50:51 -04:00
Chris Ostrouchov e502cd4b3b
pythonPackages.sure: refactor move to python-modules 2018-10-30 00:50:51 -04:00
Chris Ostrouchov e9207374e1
pythonPackages.subunit: refactor move to python-modules 2018-10-30 00:50:51 -04:00
Chris Ostrouchov ea4065f06a
pythonPackages.subdownloader: refactor move to python-modules 2018-10-30 00:50:51 -04:00
Chris Ostrouchov 21226f859c
pythonPackages.stompclient: refactor move to python-modules 2018-10-30 00:50:50 -04:00
Chris Ostrouchov 265b0c85ac
pythonPackages.python-statsd: refactor move to python-modules 2018-10-30 00:50:50 -04:00
Chris Ostrouchov d921831bec
pythonPackages.sqlparse: refactor move to python-modules 2018-10-30 00:50:50 -04:00
Chris Ostrouchov 0f2194508c
pythonPackages.sqlalchemy-imageattach: refactor move to python-modules 2018-10-30 00:50:50 -04:00
Chris Ostrouchov e186e5a5ed
pythonPackages.Pweave: refactor move to python-modules 2018-10-30 00:50:50 -04:00
Chris Ostrouchov c878599aab
pythonPackages.sphinx_pypi_upload: refactor move to python-modules 2018-10-30 00:50:49 -04:00
Chris Ostrouchov 2caa59c957
pythonPackages.sphinxcontrib-spelling: refactor move to python-modules 2018-10-30 00:50:49 -04:00
Chris Ostrouchov 44713571fc
pythonPackages.sphinxcontrib_plantuml: refactor move to python-modules 2018-10-30 00:50:49 -04:00
Chris Ostrouchov b922753053
pythonPackages.sphinxcontrib_newsfeed: refactor move to ypthon-modules 2018-10-30 00:50:49 -04:00
Chris Ostrouchov 56dfe057d2
pythonPackages.sphinxcontrib_httpdomain: refactor move to python-modules 2018-10-30 00:50:48 -04:00
Chris Ostrouchov f2a6838ff1
pythonPackages.sphinxcontrib-openapi: refactor move to python-modules 2018-10-30 00:50:48 -04:00
Chris Ostrouchov 6a8ee9b084
pythonPackages.sphinxcontrib-blockdiag: refactor move to python-modules 2018-10-30 00:50:48 -04:00
Chris Ostrouchov 43f44c87a8
pythonPackages.sphinx_rtd_theme: refactor move to python-modules 2018-10-30 00:50:48 -04:00
Chris Ostrouchov b8ba7b8cdd
pythonPackages.sorl_thumbnail: refactor move to python-modules 2018-10-30 00:50:48 -04:00
Chris Ostrouchov 3ed37c1d93
pythonPackages.socksipy-branch: refactor move to python-modules 2018-10-30 00:50:47 -04:00
Chris Ostrouchov 65758006d2
pythonPackages.smartdc: refactor move to python-modules 2018-10-30 00:50:47 -04:00
Chris Ostrouchov ab08ef1f4d
pythonPackages.sipsimple: refactor move to python-modules 2018-10-30 00:50:47 -04:00
Chris Ostrouchov 43584c3161
pythonPackages.sh: refactor move to python-modules 2018-10-30 00:50:47 -04:00
Chris Ostrouchov 97c89d95d7
pythonPackages.sexpdata: refactor move to python-modules 2018-10-30 00:50:47 -04:00
Chris Ostrouchov af9b13436b
pythonPackages.scales: refactor move to python-modules 2018-10-30 00:50:46 -04:00
Chris Ostrouchov f6944a991a
pythonPackages.sandboxlib: refactor move to python-modules 2018-10-30 00:50:46 -04:00
Chris Ostrouchov 77df3ef7a7
pythonPackages.semantic: refactor move to python-modules 2018-10-30 00:50:46 -04:00
Chris Ostrouchov 85e217500e
pythonPackages.blessings: refactor move to python-modules 2018-10-30 00:50:46 -04:00
Chris Ostrouchov f0be1e20bc
pythonPackages.nose_progressive: refactor move to python-modules 2018-10-30 00:50:46 -04:00
Chris Ostrouchov 27648d41f0
pythonPackages.argh: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 28d2a28d95
pythonPackages.clint: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 60222bc31b
pythonPackges.pilkit: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov ac2e2a3d38
pythonPackages.pydns: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 17da4404ca
pythonPackages.py3dns: refactor move to python-modules 2018-10-30 00:50:45 -04:00
Chris Ostrouchov 3707ee9b5f
pythonPackages.PyChef: refactor move to python-modules 2018-10-30 00:50:44 -04:00
Chris Ostrouchov 761c33f347
pythonPackages.pip2nix: 0.3.0 -> 0.7.0 fix broken 2018-10-30 00:50:44 -04:00
Chris Ostrouchov 8a27bc48b2
pythonPackages.pid: refactor move to python-modules 2018-10-30 00:50:44 -04:00
Chris Ostrouchov 50ec0b1724
pythonPackages.timelib: refactor move to python-modules 2018-10-30 00:50:44 -04:00
Chris Ostrouchov e063c490b4
pythonPackages.tilestache: refactor move to python-modules 2018-10-30 00:50:43 -04: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 946598d071 release-cross: add new targets
adds:

- arm-embedded
- avr
- aarch64-embedded
- powerpc-embedded
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
Frederik Rietdijk e6c0b6ff6f
Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib
python36Packages.dlib: 19.13 -> 19.16
2018-10-29 19:27:07 +01:00
Maximilian Bosch b7bc6e7f6c
pythonPackages.dlib: move expression
Initially the expression was quite small (just inherited properties from
`pkgs.dlib`), but the more it grows the better it is to store it into
its own file.
2018-10-29 18:57:19 +01:00
Maximilian Bosch ac499a345a
pythonPackages.dlib: disable AVX instructions during checkPhase 2018-10-29 18:18:39 +01:00
Robert Schütz 8f415fdf80
Merge pull request #48892 from sveitser/update/pythonPackages.sh
pythonPackages.sh: 1.11 -> 1.12.14
2018-10-29 14:21:36 +01:00
Alyssa Ross a586c14cc4
python3Packages.priority: init at 1.3.0 2018-10-29 12:28:20 +00:00
Urban Škudnik 5adfcb951a pythonPackages.aioprocessing: init at 1.0.1 (#49170) 2018-10-29 13:24:24 +01: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
Pavol Rusnak b7201c5c69
python.pkgs.Pyro remove package - Pyro4 should be used instead 2018-10-29 11:21:03 +01:00
Pavol Rusnak e212399d44
python.pkgs.Pyro4: new package (at version 4.74)
includes its dependency python.pkgs.serpent (at version 1.27)
2018-10-29 11:20:03 +01: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 aa1e0ac981
Merge pull request #49349 from vbgl/ocaml-menhir-20181026
ocamlPackages.menhir: 20170712 -> 20181026
2018-10-28 21:06:02 +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
Vincent Laporte 80bb1db72c
ocamlPackages.menhir: 20170712 -> 20181026 2018-10-28 15:30:49 +00: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