Commit Graph

42511 Commits

Author SHA1 Message Date
worldofpeace
83c92d8215
Merge pull request #56467 from minijackson/kodi_vfs_addons
kodiPlugins: init vfs.{sftp, libarchive}
2019-02-27 19:16:26 -05:00
Minijackson
7ca5c6b3c3 kodiPlugins.vfs-libarchive: init at 1.0.5 2019-02-27 23:34:42 +01:00
Artem Pyanykh
f7003e5390 ghc-8.4.4: use sphinx 1.7.x to build the documentation
ghc-8.4.4 requires sphinx < 1.8, otherwise build fails on haddock with:

    Extension error: The 'ghc-flag' directive is already registered to domain std

Also fixed evaluation errors in configurations of ghc-8.2.x and ghc-8.4.x.

Closes https://github.com/NixOS/nixpkgs/pull/55703.
2019-02-27 21:08:49 +01:00
Minijackson
b4dbc56dbf kodiPlugins.vfs-sftp: init at 1.0.1 2019-02-27 20:29:11 +01:00
Matthew Bauer
ee35de1861 llvm7: build with gcc6 on 32-bit linux
Need to use buildPackages.stdenv.cc.isGNU to avoid infinite recursion.
We probably need a better way to handle this.

Fixes #56457
2019-02-27 10:21:37 -05:00
Silvan Mosberger
fd901586cb
Merge pull request #51733 from averelld/nvidia-docker
nvidia-docker module/package
2019-02-27 16:03:23 +01:00
Franz Pletz
d4e5cb81cf
Merge pull request #56444 from Infinisil/add/hueadm
hueadm: init at 1.2.0
2019-02-27 14:24:20 +00:00
Michael Raskin
d389e5206c
Merge pull request #56317 from yrashk/ogre-1.11.5
ogre: 1.10.11 -> 1.11.5
2019-02-27 13:24:13 +00:00
Averell Dalton
d6c2fe76ed nvidia-docker: init at 2.0.3
nvidia_x11 and persistenced were modified to provide binaries which can be
mounted inside a docker-container to be executed there.

most ldconfig-based discovery of bundled nvidia libraries is patched out

ldconfig itself is patched to be able to deal with patchelf'ed libraries
See https://sourceware.org/bugzilla/show_bug.cgi?id=23964
2019-02-27 09:56:03 +01:00
Sarah Brofeldt
dc2cd7560c
Merge pull request #56425 from catern/xmobar
xmobar: add to all-packages so it shows up in search
2019-02-27 07:05:39 +01:00
worldofpeace
5fe4729bff
Merge pull request #55615 from hhm0/cdimgtools
cdimgtools,perlPackages.DataHexdumper: init at 0.3, init at 3.001
2019-02-26 22:32:22 -05:00
hhm
fdca55e6fe cdimgtools: init at 0.3 2019-02-26 22:17:21 -05:00
hhm
749da56b0c perlPackages.DataHexdumper: init at 3.0001 2019-02-26 22:17:21 -05:00
Matthew Bauer
b86e62d30d llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
2019-02-26 19:45:35 -05:00
Silvan Mosberger
dd0af01955
hueadm: init at 1.2.0 2019-02-27 00:42:25 +01:00
John Ericson
8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Spencer Baugh
8e530a43e9 xmobar: add to all-packages so it shows up in search
People are confused when they "nix search" for xmobar (a standalone
application which just happens to be written in Haskell) and don't
find it; they assume xmobar is not actually packaged. They have to
have special Nix knowledge to know that they should look in
haskellPackages for xmobar.

Let's just put xmobar in all-packages.nix so it shows up in search,
and people can install it straightforwardly without knowing about
haskellPackages.
2019-02-26 18:45:23 +00:00
Jörg Thalheim
699d313052
Merge pull request #55967 from Mic92/font-awesome
font-awesome_5: 5.6.3 -> 5.7.2
2019-02-26 14:12:52 +00:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Merlin Göttlinger
5781856630 clprover: init at 1.0.3 (#56403)
* clprover: init at 1.0.3
2019-02-26 12:36:04 +00:00
Nick Hu
2124b002c6 cups-brother-hl3140cw: init at 1.1.4-0 2019-02-26 10:09:03 +00:00
Elis Hirwing
18c70f925f
Merge pull request #56379 from aanderse/php-sqlsrv
phpPackages.sqlsrv & phpPackages.pdo_sqlsrv: init at 5.6.0
2019-02-25 22:42:03 +01:00
Will Dietz
ed60483257
llvm-polly,clang-polly: Add llvm/clang variants w/polly support (#55065)
* llvm: build w/polly in-tree, optionally

Don't enable by default yet, defer rebuilds.

* top-level: llvm-polly, clang-polly

* bit hacky re:overrides
* need to explicitly set cmake flags for clang to link in polly
2019-02-25 15:20:52 -06:00
Will Dietz
148e0f6de8
qtractor: 0.6.7 -> 0.9.4 (#55643)
FWIW this release is marked as a beta but so is 0.6.7
and a quick glance suggests every release is as well :).

* move to qt5
* drop gtk2
* fixup some nativeBuildInputs
2019-02-25 15:13:36 -06:00
Aaron Andersen
bd85c1efe9 phpPackages.sqlsrv & phpPackages.pdo_sqlsrv: init at 5.6.0 2019-02-25 14:16:05 -05:00
Niclas
5082ab8335 creep: init at 0.31 (#56264) 2019-02-25 11:12:54 -06:00
Yurii Rashkovskii
3298c38a6d
ogre: 1.10.11 -> 1.11.5
1.10.x retained for dependencies
2019-02-25 06:28:23 -08:00
Melkor333
a75e25b919 mcfly: init at v0.3.1 2019-02-25 13:49:09 +01:00
Profpatsch
a36d2eac2e nettee: init at 0.3.4 2019-02-25 10:34:16 +01:00
Profpatsch
61c22bcc0e build-support/skaware: factor out clean packaging utils
They are useful for other packages as well.
2019-02-25 10:34:16 +01:00
Ryan Mulligan
a13f0a1dcd
Merge pull request #53472 from borisbabic/feature/init-virtscreen
virtscreen: init at 0.3.1
2019-02-24 07:12:56 -08:00
mt_caret
7498aff7d8 yanone-kaffeesatz: init at 2004 (#55622) 2019-02-24 12:51:37 +01:00
xeji
631bc2c99f
Merge pull request #55488 from winpat/add_dirvish
dirvish: init at 1.2.1
2019-02-24 12:02:11 +01:00
Maximilian Bosch
225f8b9d64 vcs_query: init at 0.4.0 (#55514)
This is a simple, python-based CLI utility that queries vCard files for
a certain pattern. It's fairly easy to integrate with e.g. NeoMutt to
look for contacts.
2019-02-24 11:36:57 +01:00
Sarah Brofeldt
aa88d65e28 Merge #56008 2019-02-24 10:15:37 +01:00
Elis Hirwing
d4f487a78b
Merge pull request #56220 from SeTSeR/master
acpilight: init at 1.1
2019-02-24 08:28:51 +01:00
Sarah Brofeldt
28dfbfe420 pandoc: Remove unneeded postInstall (#56180) 2019-02-24 01:58:08 +01:00
Graham Christensen
695fb802f1
Merge pull request #54693 from tilpner/appimage-tools
appimageTools: init
2019-02-23 18:06:31 -05:00
eyJhb
fae3c6fb9e charles: made charles 4.x/3.x available (#56159)
Charles proxy requires a license and each license is bound to the major release version. Therefore it makes sense to make the previous version available to the users. This change provides two new packages `charles3` and `charles4` and `charles` is now an alias for `charles4`.
2019-02-23 13:33:22 -08:00
Sergey Makarov
4cae259fce
acpilight: init at 1.1
Use pname instead of manual adding version to package name
2019-02-24 00:09:11 +03:00
tilpner
58443d8a50
appimageTools: init
The appimageTools attrset contains utilities to prevent
the usage of appimage-run to package AppImages, like done/attempted
in #49370 and #53156.

This has the advantage of allowing for per-package environment changes,
and extracts into the store instead of the users home directory.

The package list was extracted into appimageTools to prevent
duplication.
2019-02-23 21:04:21 +01:00
Chris Ostrouchov
1223c8fd9d
pythonPackages.gumath: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
d9a5de3cce
pythonPackages.xnd: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
8f0ef92ab2
pythonPackages.ndtypes: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov
eb36c3f28c
libgumath: init at unstable-2018-11-27 2019-02-23 13:09:04 -05:00
Carles Pagès
a4f5bb8f58 rapidxml: init at 1.13 2019-02-23 16:10:36 +01:00
Christopher Ostrouchov
9b94554008 pythonPackages.sparse: init at 0.6.0 (#56057) 2019-02-23 14:39:39 +01:00
Michael Raskin
acf9a579ce
Merge pull request #56105 from oxij/tree/dont-recurse-into-attrs
all-packages.nix: introduce and use `dontRecurseIntoAttrs`
2019-02-23 09:56:31 +00:00
Chris Ostrouchov
34beeb7d51 pythonPackages.dask-mpi: init at 1.0.2
Address issue with PR #55212
2019-02-23 09:06:40 +01:00
Ryan Mulligan
309c6d315b
Merge pull request #56099 from matthiasbeyer/add-dasht
dasht: init at v2.3.0
2019-02-22 21:53:13 -08:00