1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 10:31:36 +00:00
Commit graph

34332 commits

Author SHA1 Message Date
José Romildo Malaquias 55e6c81a26 mpc-qt: init at 17.11 2018-03-01 15:17:47 +01:00
Robert Schütz 455dbc4668 pythonPackages.flake8-import-order: init at 0.17 2018-03-01 14:43:12 +01:00
Robert Schütz 2937f81e61 pythonPackages.pylama: init at 7.4.3 2018-03-01 14:43:12 +01:00
rnhmjoj 6e21aa65d9 mkvtoolnix: 20.0.0. -> 21.0.0 2018-03-01 14:38:59 +01:00
José Romildo Malaquias 562031d815 deepin-gtk-theme: move to deepin meta package 2018-03-01 10:00:05 -03:00
José Romildo Malaquias c0a27fb005 deepin-terminal: move to deepin meta package 2018-03-01 09:53:56 -03:00
José Romildo Malaquias 6717617247 deepin: add meta package for the Deepin Desktop Environment (DDE) 2018-03-01 09:17:58 -03:00
Sam Parkinson 1c4298f384 regextester: init at 0.1.7 2018-03-01 06:46:31 +02:00
Sam Parkinson de650d4766 elementary-cmake-modules: init at 319ec5336... 2018-03-01 06:46:31 +02:00
Shea Levy 7f623cfa45
callCabal2nix: Fix filtering for non-cleanSourceable sources.
What was here before wasn't correct anyway, and now it works in
restricted mode.

Fixes #35207
2018-02-28 14:22:19 -05:00
Will Dietz f1dd205c4e
Merge pull request #35643 from volth/graalvm8-init-0.31
graalvm8: init at 0.31
2018-02-28 12:31:33 -06:00
volth 953ccfaf01
grallvm8: use callPackages in all-packages.nix 2018-02-28 16:13:15 +00:00
Will Dietz 2d786a7697 icu: fix regression on 32bit, missing parens :) 2018-02-28 09:52:06 -06:00
Tim Steinbach e1410a6792
linux: Remove 4.13.x 2018-02-28 10:40:06 -05:00
Jan Tojnar 0a288a2620
udisks: point to udisks2 2018-02-28 16:12:07 +01:00
Jan Tojnar 150ead93e4
libgee_0_{6,8}: get rid of legacy libgee
It was never needed anyway. [1]

[1]: https://github.com/NixOS/nixpkgs/pull/19421
2018-02-28 16:08:44 +01:00
Matthieu Coudron 0a672f7984 [RDY] pythonPackages.cmd2: 0.7.7 -> 0.8.0 (#35162)
Some cool stuff like history saving to transcripts, support for argparse
based parsers etc:
https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md

It is now possible to run tests though many fails.
2018-02-28 13:55:02 +00:00
Alexander V. Nikolaev 539efba194 glm: remove 0.9.5.4, as it not used anymore.
was used only in libreoffice-still, where was commented out 2 years ago.
I feel it time for farewell 0.9.5.4.
2018-02-28 15:20:43 +02:00
Tim Steinbach 40adc86112
Merge pull request #34840 from Ma27/init-coreutils
uutils-coreutils: init at 2018-02-09
2018-02-28 12:38:59 +00:00
Jörg Thalheim bc6508b7f4
Merge pull request #36115 from limeytexan/perlPackages-POE-Test-Loops
perlPackages.POE-Test-Loops: init at 1.360
2018-02-28 12:11:55 +00:00
Jörg Thalheim a64a7e0773
Merge pull request #34600 from michaelpj/imp/sil
sil: init at 1.3.0
2018-02-28 12:09:33 +00:00
Jörg Thalheim 35386a5336
Merge pull request #33975 from mnacamura/gutenberg
gutenberg: init at 0.3.1
2018-02-28 11:54:30 +00:00
Michael Brantley aa9c8622df perlPackages.POE-Test-Loops: init at 1.360 2018-02-28 06:33:43 -05:00
Jörg Thalheim e0b1aeb36b
Merge pull request #36113 from limeytexan/perlPackages-Test-Pod-No404s
perlPackages.Test-Pod-No404s: init at 0.02
2018-02-28 11:22:21 +00:00
Jörg Thalheim f4f904f938
Merge pull request #35584 from aij/opensm
opensm: init at 3.3.20
2018-02-28 11:10:23 +00:00
Maximilian Bosch 97700fe811
uutils-coreutils: init at 2018-02-09
`uutils-coreutils` is an a cross-platform rewrite of GNU/coreutils based
on Rust. It aims to increase portability and improve Windows support
(see https://github.com/uutils/coreutils#why).

Since the derivation provides the same binaries as `coreutils` does a
`prefix` argument as been added to the function to avoid any conflicts
that can be used like this:

``` nix
self: super:
{
  uutils-coreutils = self.uutils-coreutils.override { prefix = "uutils"; };
}
```

Resolves #28114 /cc @NeQuissimus

-----
Important notice: the patch depends on #34505 which needs to be merged
*FIRST* as it fixes a bug in the `rustc` setup of nixpkgs (see the PR's
discussion and 5c9665f41c (commitcomment-27271420) for further reference).
2018-02-28 12:04:28 +01:00
Michael Brantley 8f87576393 perlPackages.Test-Pod-No404s: init at 0.02 2018-02-28 06:03:31 -05:00
Michael Brantley f0e0bd18ed perlPackages.Mail-Sendmail: init at 0.80 (#35223)
* perl-Mail-Sendmail: init at 0.80

* Disabled unit test that could never succeed in sandbox
2018-02-28 10:49:09 +00:00
Jörg Thalheim fd0a32e510 perlPackages.Socket: skip broken test 2018-02-28 10:45:20 +00:00
Robert Schütz 04dd1987a3
Merge pull request #35842 from makefu/pkgs/python-packages/move
move python packages owned by makefu into separate folders in python-modules
2018-02-28 10:38:13 +01:00
makefu b4eee22b6f
pythonPackages.xstatic-pygments: move to python-modules 2018-02-28 08:32:53 +01:00
makefu 0b5af0399d
pythonPackages.xstatic-jquery-ui: move to python-modules 2018-02-28 08:32:53 +01:00
makefu 2fb4fafdfb
pythonPackages.xstatic-jquery-file-upload: move to python-modules 2018-02-28 08:32:52 +01:00
makefu 9fe410fd49
pythonPackages.xstatic-jquery: move to python-modules 2018-02-28 08:32:51 +01:00
makefu 0a57241733
pythonPackages.xstatic-bootstrap: move to python-modules 2018-02-28 08:32:50 +01:00
makefu ce8fbda108
pythonPackages.xstatic-bootbox: move to python-modules 2018-02-28 08:32:47 +01:00
makefu fa23628f04
pythonPackages.xstatic: move to python-modules 2018-02-28 08:32:18 +01:00
Mitsuhiro Nakamura fed2d1c73a gutenberg: init at 0.3.1 2018-02-28 16:30:11 +09:00
Masayuki Takeda 6370467d2c pacman: init at 5.0.2 2018-02-28 12:21:00 +09:00
Jörg Thalheim 700a963111
Merge pull request #35885 from rnhmjoj/mpv
mpv: fix lua library paths and clean up
2018-02-28 00:12:19 +00:00
Jörg Thalheim c269fc884a mpv: also disable xineramaSupport & xvSupport on darwin 2018-02-28 00:02:58 +00:00
Jörg Thalheim 1ec8eb94ee mpv: also disable x11support on darwin 2018-02-27 23:58:20 +00:00
John Ericson d31fb808af
Merge pull request #35451 from obsidiansystems/android-cross
Android Cross compilation
2018-02-27 18:21:55 -05:00
Jörg Thalheim 1beee1cfc8
Merge pull request #34167 from rasendubi/screenkey
screenkey: init at 0.9
2018-02-27 22:50:46 +00:00
David Asabina e41ca3b347 digitalbitbox: init at 2.2.2 (#33787)
* digitalbitbox: init at 2.2.2

The commits that lead to this have been squashed from independent
commits see branch @vidbina/add/digitalbitbox-wip that did the
following:
 - 0a3030fa0ec digitalbitbox: init at 2.2.2
 - c18ffa3ffd4 digitalbitbox: moved meta to EOF
 - 0c5f3d6972a digitalbitbox: using preConfigure + configureFlags
 - a85b1dfc3fd digitalbitbox: nativeBuildInputs
 - 90bdd35ef0f digitalbitbox: autoreconfHook
 - 91810eea055 digitalbitbox: default installPhase & makeWrapper
 - 90e43fb7e2a digitalbitbox: doc rm $PWD hack & printf-tee deal
 - fd033b2fe5a digitalbitbox: cleanup, alphabetically sort attrs
 - c5907982db3 digitalbitbox: added hardware module
 - 88e46bc9ae0 digitalbitbox: added program module
 - amend to change name: dbb-app -> digitalbitbox
 - amend to add install instructions based on feedback
 (https://github.com/NixOS/nixpkgs/pull/33787#issuecomment-362813149)
 - amend to add longDescription
 - moved program to its own dir
 - overridable udev rules handling
 - added docs to manual
 - added package attr to program module
 - added package attr to hardware module

* digitalbitbox: use libsForQt5.callPackage
2018-02-27 22:40:22 +00:00
Michael Peyton Jones cd867e9aca sil: init at 1.3.0 2018-02-27 22:35:07 +00:00
John Ericson 2482e2858e prebuilt android tools: Init using SDK
Expose as an option for the cross stdenv.
2018-02-27 14:15:39 -05:00
John Ericson dfc5d7835d
Merge pull request #35247 from telent/mips32
lib, treewide: Add missing MIPS arches, and fix existing usage
2018-02-27 14:01:15 -05:00
Jan Tojnar cd35a39b11
pythonPackages.cairocffi: move out of python-modules.nix 2018-02-27 19:29:56 +01:00
Bignaux Ronan dbb22dd1d6
xcpc: init at 20070122 2018-02-27 19:07:00 +01:00
Bignaux Ronan 2b7e912c57
libdsk: init at 1.5.8 2018-02-27 19:07:00 +01:00
rnhmjoj ab59f0df8d
mpv: add luasocket path 2018-02-27 17:29:05 +01:00
rnhmjoj 41c1a62113
mpv: clean up options 2018-02-27 17:27:46 +01:00
Frederik Rietdijk 62f0942b6e
Merge pull request #35668 from lsix/add_pythonPackages_kubernetes
pythonPackages.kubernetes: init at 5.0.0
2018-02-27 15:51:26 +00:00
makefu eb6ae2d8fb
pythonPackages.d2to1: move to python-modules 2018-02-27 16:40:00 +01:00
Robert Schütz cbedbd1eee
Merge pull request #35569 from asymmetric/asymmetric/diceware
diceware: init at 0.9.3
2018-02-27 16:17:16 +01:00
Lorenzo Manacorda 55b2243936 diceware: init at 0.9.3 2018-02-27 16:16:05 +01:00
Rodney Lorrimar 21dcead5f0
nixos/pump.io: remove
This would probably be better maintained in a separate repo as an
external NixOS module which gets imported into user's configuration.
2018-02-27 12:52:51 +00:00
Florian Klink 168faeec7d webtorrent_desktop: init at 0.19.0 (#35840)
* webtorrent_desktop: init at 0.19.0

* webtorrent_desktop: fix meta attributes
2018-02-27 11:27:46 +00:00
adisbladis d192858a76 nodejs: Drop 4_x packages
nodejs-4_x is scheduled end-of-life on 2018-04-30
It should not go in the 18.03 release
2018-02-27 10:19:23 +01:00
adisbladis 2da3be709b opa: Build using nodejs-6_x 2018-02-27 10:19:23 +01:00
Robert Schütz f9cb9cac76
Merge pull request #35175 from dotlambda/magic-wormhole
pythonPackages.magic-wormhole: 0.10.4 -> 0.10.5
2018-02-27 08:58:36 +01:00
Peter Hoeg 953b394d4f
Merge pull request #34687 from teozkr/libinput-gestures-2.32
libinput-gestures: init at 2.32
2018-02-27 10:03:10 +08:00
Vladimír Čunát 8be317ab83
Merge #35420: glm: fix gcc 7 support 2018-02-27 00:05:33 +01:00
Vladimír Čunát fd6930f404
Revert "glm: "build" with gcc6 again"
This reverts commit c6d26b7f72.
The hack isn't needed anymore.  No change in output compared to
the parent commit (except for hashes).
2018-02-27 00:04:39 +01:00
Teo Klestrup Röijezon cf5a17ed96 libinput-gestures: init at 2.32
xf86-input-synaptics is unmaintained, and touchegg doesn't work with
the latest synaptics driver or libinput. Ideally DEs would implement this
themselves, but at least KDE/Plasma doesn't (yet)

0002-paths.patch was contributed by @peterhoeg.
2018-02-26 23:52:52 +01:00
Jörg Thalheim 9bf653c06c
Merge pull request #35658 from tvbeat/avro-c
avro-c: init at 1.8.2
2018-02-26 22:36:54 +00:00
Vladimír Čunát f5ce8f86df
Revert "Merge staging at '8d490ca9934d0' into master"
This reverts commit fc23242220, reversing
changes made to 754816b84b.
We don't have many binaries yet.  Comment on the original merge commit.
2018-02-26 22:53:18 +01:00
Peter Hoeg 88b7830b82 wakeonlan: init at 1.0.0 2018-02-27 01:16:05 +08:00
Jörg Thalheim 02ba80a339
Merge pull request #35539 from srhb/35505
dockerTools: Pin go to 1.9
2018-02-26 16:12:41 +00:00
Peter Hoeg ab6c9143c2 jsonrpc-websocket: init at 0.5 2018-02-26 23:46:42 +08:00
Peter Hoeg 48a792d707 jsonrpc-async: init at 0.6 2018-02-26 23:46:42 +08:00
Peter Hoeg afd191adba jsonrpc-base: init at 1.0 2018-02-26 23:46:42 +08:00
Peter Hoeg b619c9b76c pyunifi: init at 2.13 2018-02-26 23:46:42 +08:00
Lancelot SIX 95d59d4233
pythonPackages.kubernetes: init at 5.0.0 2018-02-26 16:27:06 +01:00
Lancelot SIX eaa94b29ee
pythonPackages.websocket_client: 0.40.0 -> 0.47.0 2018-02-26 16:27:06 +01:00
volth 6303eb5406 graalvm8: init at 0.31 2018-02-26 14:21:57 +00:00
Profpatsch 6a70e4e663 dhall: passthru dhall prelude
Makes it possible to reference `dhall.prelude`, the same version that comes with
the dhall exetutable’s source code.
2018-02-26 15:21:46 +01:00
Frederik Rietdijk fc23242220 Merge staging at '8d490ca9934d0c01e1e9ade455657e54e2e843c0' into master 2018-02-26 13:05:32 +01:00
Peter Hoeg 8eabd76432 onkyo-eiscp: init at 1.2.4 2018-02-26 18:15:49 +08:00
Luka Blaskovic 7d537c454d avro-c: init at 1.8.2 2018-02-26 09:02:55 +00:00
Frederik Rietdijk afd364a0ad
Merge pull request #35471 from ixxie/py_stringmatching
pythonPackages.py_stringmatching: init at 0.4.0
2018-02-26 07:05:23 +00:00
Frederik Rietdijk e6cc9a7688
Merge pull request #35467 from ixxie/ldapauth
pythonPackages.jupyterhub-ldapauthenticator: init at 1.1
2018-02-26 07:00:00 +00:00
Franz Pletz 37c009ca74
Merge pull request #34028 from florianjacob/matomo
piwik is now matomo
2018-02-26 06:53:58 +00:00
Jan Tojnar 82653d9ca0
goocanvas2: init at 2.2.1 2018-02-26 05:26:41 +01:00
Peter Hoeg f9cc3c08e2
Merge pull request #35432 from timokau/syncthing-deprecate-inotify
syncthing,qsyncthingtray: remove syncthing-inotify
2018-02-26 11:04:33 +08:00
Ivan Jager 4102078edd opensm: init at 3.3.20 2018-02-25 15:50:19 -06:00
Luka Blaskovic 7b7607382d lua packages: propagate libs with a setupHook
The LUA_PATH and LUA_CPATH variables are needed to load libraries.
This setupHook exports them to the environment.
2018-02-25 21:24:47 +00:00
Nikolay Amiantov 735e2232a8 opencv3WithoutCuda: init, use where needed
Most usage of OpenCV is fairly simple (like face recognision or image loading)
so we don't have to force users to compile CUDA-enabled OpenCV for those.
2018-02-25 22:24:10 +03:00
Nikolay Amiantov f6925dbdd8 opencv3: enable contrib by default 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 9c14e99e71 python.pkgs.webassets: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov c17b05e94e python.pkgs.virtkey: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 2cad4e61db python.pkgs.sockjs-tornado: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 67487427e9 python.pkgs.pylru: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 1f9a7ec651 python.pkgs.flask_script: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 91840c30bd python.pkgs.flask_principal: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 48db371328 python.pkgs.flask_assets: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov 2a32c8a1ed python.pkgs.enum-compat: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov a299bf6692 python.pkgs.scandir: move to a separate file 2018-02-25 22:24:10 +03:00
Nikolay Amiantov cc6dff3be4 python.pkgs.sarge: move to a separate file 2018-02-25 22:24:10 +03:00