sveitser
09a59a9fa3
hivemind: init at 1.0.4
2018-12-05 16:31:08 +08:00
Matthew Bauer
6d90a8b894
top-level/stage.nix: add static overlay
...
Adds the static overlay that can be used to build Nixpkgs statically.
Can be used like:
nix build pkgsStatic.hello
Not all packages build, as some rely on dynamic linking.
2018-12-04 21:56:03 -06:00
Matthew Bauer
b966d3c583
treewide: remove static packages
...
Nixpkgs is meant to link everything dynamically. We don’t want to
expose static packages at the top level. If some package needs
statically built binaries, it should use a custom override.
2018-12-04 21:10:45 -06:00
Matthew Bauer
a3a6ad7a01
stdenv: implement crossOverlays
...
crossOverlays only apply to the packages being built, not the build
packages. It is useful when you don’t care what is used to build your
packages, just what is being built. The idea relies heavily on the
cross compiling infrastructure. Using this implies that we need to
create a cross stdenv.
2018-12-04 21:06:46 -06:00
worldofpeace
572b514582
Merge pull request #51229 from marsam/feature/fedpkg-cleanup
...
fedpkg: remove unneeded patch
2018-12-04 21:15:32 -05:00
Tim Steinbach
16f42b3694
kafka: Add 2.1
2018-12-05 00:06:07 +00:00
Philipp
169e279711
kodi-cli: init at 1.1.1
...
* kodi-cli: init at 1.1.1 (#50892 )
* kodi-cli: nitpicks
nitpicks applied are:
- The pname thing
staging-next has been merged.
- Moved to tools/misc
applications/video is more appropriate for video applications.
This is a script used to interact with one.
- Changed platforms to unix
This script can only be used where kodi is present.
2018-12-05 00:27:26 +01:00
worldofpeace
e7ff7b9318
Merge pull request #51253 from worldofpeace/pywbem-update
...
pythonPackages.pywbem: 0.10.0 -> 0.12.6
2018-12-04 12:58:19 -05:00
Jörg Thalheim
fc02ed8b30
Merge pull request #51385 from symphorien/pyflame
...
pyflame: init at 1.6.7
2018-12-04 14:11:09 +00:00
Renaud
b6cc4ae367
Merge pull request #51494 from romildo/upd.nordic-polar
...
nordic-polar: init at 1.3.0
2018-12-04 15:07:56 +01:00
Renaud
911aa08afc
Merge pull request #51492 from romildo/upd.materia-theme
...
materia-theme: 20181115 -> 20181125
2018-12-04 15:06:12 +01:00
José Romildo Malaquias
c46915c9c1
materia-theme: move to pkgs/data/themes
2018-12-04 10:56:57 -02:00
José Romildo Malaquias
5fc63b32f7
nordic-polar: init at 1.3.0
2018-12-04 10:45:13 -02:00
Alyssa Ross
d9eb8c760e
doc: reminder to upgrade linux-libre with linux
...
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444061264
2018-12-04 12:04:03 +00:00
Jörg Thalheim
49a9bd626d
Merge pull request #51501 from timokau/pygraphviz-path
...
python.pkgs.pygraphviz: add graphviz path
2018-12-04 10:52:08 +00:00
Timo Kaufmann
21de751e74
python.pkgs.pygraphviz: add graphviz path
2018-12-04 11:44:40 +01:00
Alexey Shmalko
d5b45b4ff8
Merge pull request #51327 from k0ral/loop
...
loop: init at unstable-2018-10-02
2018-12-04 01:37:23 +02:00
Jörg Thalheim
1f5c851967
radare: remove
...
This project has been deprecated in 2016.
Radare2 should been used intead: https://github.com/radare/radare
2018-12-04 00:33:49 +01:00
John Ericson
805d32dbf7
Merge pull request #51401 from roberth/all-packages-res
...
all-packages.nix: Alias self to res, deprecating self
2018-12-03 18:06:48 -05:00
Symphorien Gibol
330fbbeb73
pyflame: init at 1.6.7
2018-12-03 23:27:33 +01:00
Bjørn Forsman
84a2463499
jpeginfo: init at 1.6.1
...
jpeginfo prints information and tests integrity of JPEG/JFIF files.
2018-12-03 17:03:48 +01:00
Tim Steinbach
ee1f6e20b2
slack: Add dark-mode version
2018-12-03 08:12:05 -05:00
Michael Raskin
34efe45ef8
Merge pull request #51418 from symphorien/dsniff
...
dsniff: init at 2.4b1
2018-12-03 11:46:55 +00:00
Renaud
e869896d00
Merge pull request #51411 from jfrankenau/update-ntfy
...
ntfy: 2.6.0 -> 2.7.0
2018-12-03 11:31:53 +01:00
Renaud
4cde69ad9a
Merge pull request #50448 from MatrixAI/mnist
...
mnist: init at 2018-11-16
2018-12-03 11:29:01 +01:00
Renaud
550b275bac
Merge pull request #49915 from avnik/rspamd
...
rspamd: add hyperscan, drop obsoleted dependencies
2018-12-03 07:40:07 +01:00
John Ericson
0f87db3972
Merge pull request #51425 from matthewbauer/fix-51184
...
systems/parse.nix: support eabihf
2018-12-02 23:28:47 -05:00
scalavision
e0e8486a06
mill-bin: init at 0.3.5
2018-12-02 23:15:52 -05:00
Roger Qiu
9572ebe3b8
mnist: init at 2018-11-16
2018-12-03 14:20:55 +11:00
Matthew Bauer
3b32c920d5
systems/parse.nix: support eabihf
...
eabihf is an abi that can be used with ARM architectures that support
the “hard float”. It should probably only be used with ARM32 when you
are absolutely sure your binaries will run on ARM systems with a FPU.
Also, add an example "armhf-embedded" to match the preexisting
arm-embedded system. qmk_firmware needs hard float in a few places, so
add them here to get that to work.
Fixes #51184
2018-12-02 19:49:36 -06:00
Symphorien Gibol
0a91d70134
dsniff: init at 2.4b1
2018-12-03 00:59:11 +01:00
Symphorien Gibol
6c22b5a1d7
libnids: init at 1.24
2018-12-03 00:57:52 +01:00
Jörg Thalheim
1388223456
Merge pull request #51276 from nomeata/ocaml-bisect
...
Add bisect_ppx and bisect_ppx-ocamlbuild
2018-12-02 23:44:41 +00:00
Alexander V. Nikolaev
3e1acb0b44
hyperscan: init at 5.0.0
2018-12-03 00:13:35 +02:00
Vincent Laporte
527bad18d0
coqPackages: recurse into the attribute set
...
But do not build the packages on hydra.
2018-12-02 21:00:51 +00:00
Robert Hensing
22aac3b921
all-packages.nix: Alias self to res, deprecating self
...
For historical reasons, self was ill-named. This removes its usages
from all-packages.nix and provides a deprecation message for those
who use a patched Nixpkgs.
Some packages seem to depend on the peculiarities of res, as can
be seen by making res into an alias of pkgs (normally "self").
The super variable doesn't have all that is needed.
Therefore the simple fix is not guaranteed to work and as such,
usages of res need to be changed to pkgs or super, case by case.
2018-12-02 19:24:49 +01:00
Silvan Mosberger
4afae70e2b
Merge pull request #48423 from charles-dyfis-net/bees
...
bees: init at 0.6.1; nixos/modules: services.bees init
2018-12-02 18:38:47 +01:00
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
...
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b
93e511c319
Treewide: use HTTPS on GNU Savannah domains
...
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
Bas van Dijk
7035598251
Merge pull request #51225 from LumiGuide/elk-6.5.1
...
elk: 6.3.2 -> 6.5.1
2018-12-02 14:44:47 +01:00
worldofpeace
3f4cbd47af
Merge pull request #51349 from marsam/feature/fix-vdirsyncer
...
vdirsyncer: fix build
2018-12-02 03:15:50 -05:00
Magnus Jonsson
d23acab3a3
ocamlPackages.opti: init at 1.0.3
2018-12-01 19:00:23 -08:00
Mario Rodas
c154ecfc38
vdirsyncer: fix build
...
- Add support for build on darwin
2018-12-01 19:17:54 -05:00
koral
35f6d1cda4
loop: init at unstable-2018-10-02
2018-12-02 00:03:13 +01:00
Tim Steinbach
ff4bf6067e
kernel: Remove 4.18.x
...
4.18 series is EOL
2018-12-01 11:20:38 -05:00
Mario Rodas
c220fe8e88
fedpkg: promote to python application
2018-12-01 10:59:34 -05:00
Bas van Dijk
fbf0efc6a7
elk: 6.3.2 -> 6.5.1
2018-12-01 12:47:12 +01:00
worldofpeace
50bb0afa7c
Merge pull request #50863 from marsam/feature/add-aws-google-auth
...
aws-google-auth: init at 0.0.29
2018-11-30 21:58:24 -05:00
Mario Rodas
f15aecd1bb
aws-google-auth: init at 0.0.29
2018-11-30 21:57:07 -05:00
Bas van Dijk
274e72aa29
Merge pull request #51027 from LumiGuide/opencv-4.0.0
...
opencv4: init at 4.0.0
2018-11-30 23:56:36 +01:00