Matthew Bauer
465a5e1d97
Merge pull request #51880 from matthewbauer/simavr-mac
...
simavr: work on macOS
2018-12-11 20:36:58 -06:00
Etienne Laurin
328fbcff60
ikos: init at 2.1
2018-12-12 00:09:24 +00:00
Jörg Thalheim
56fdf7a296
acbuild: remove
...
Project is unmaintained. The project page propose alternatives:
https://github.com/containers/build#this-project-is-currently-unmaintained
2018-12-11 22:08:11 +00:00
Matthew Bauer
79e886a61b
simavr: work on macOS
2018-12-11 14:40:48 -06:00
Izorkin
bfe31dfdcd
unit: update php module config
2018-12-11 20:11:28 +01:00
Izorkin
6c8b7ac931
unit: add php module 7.3
2018-12-11 20:11:08 +01:00
Izorkin
ff7192d4d0
php: init at 7.3.0
2018-12-11 20:11:05 +01:00
Jörg Thalheim
8b3cacfdcf
logstash-forwarder: remove
...
This project was replaced by file beat:
https://github.com/elastic/logstash-forwarder#logstash-forwarder
2018-12-11 18:30:45 +00:00
Alexey Shmalko
ebd47d7b54
Merge pull request #51838 from spacekookie/railcar
...
railcar: init at 1.0.4
2018-12-11 20:18:55 +02:00
Samuel Dionne-Riel
31298112f3
caffe2: Use python36Packages explicitly.
...
Fallout from 0f38d9669f
2018-12-11 11:31:15 +01:00
Ivan
ca8b128aa1
credstash: add standalone Python application ( #51807 )
...
credstash was only available as a library. Provide it as a standalone
application as well.
In order for this to work, I needed to remove the copy of
the library that's placed in $out/bin and marked executable
during the install phase. Other than the patched shebang and
executable bit, it's identical to the library that's installed to
$out/lib/python3.7/site-packages.
Before the postFixup has run `wrapPythonPrograms`, $out/bin contains
two Python files -- credstash and credstash.py -- where bin/credstash
is the executable you'd expect a user to invoke from the command-line
and bin/credstash.py contains the credstash module, which bin/credstash
imports.
After `wrapPythonPrograms` has run, bin/credstash is a shell
wrapper around the bin/.credstash-wrapped python entrypoint, and
bin/credstash.py is shell wrapper around bin/.credstash.py-wrapped.
Invoking bin/credstash execs bin/.credstash-wrapped, and that python
script attempts to import the credstash module from bin/credstash.py,
the shell wrapper, rather than either bin/.credstash.py-wrapped or
lib/python3.7/site-packages/credstash.py.
This leads to an error:
$ credstash get mykey
Traceback (most recent call last):
File "/nix/store/hk6yma716w6141lcdh509d6qyyi7zm0i-python3.7-credstash-1.15.0/bin/.credstash-wrapped", line 8, in <module>
from credstash import main
File "/nix/store/hk6yma716w6141lcdh509d6qyyi7zm0i-python3.7-credstash-1.15.0/bin/credstash.py", line 2
export PATH='/nix/store/6lm4gi5iv8fbf1b1mm6g3gfnnv63f1gn-python3-3.7.1/bin:/nix/store/hk6yma716w6141lcdh509d6qyyi7zm0i-python3.7-credstash-1.15.0/bin:/nix/store/2n13gf1zdr39ir5dynxlkqndxgy36g08-python3.7-setuptools-40.4.3/bin:/nix/store/mhnqwpa4y1l81zi4cwx989i8h8z9g67l-python3.7-jmespath-0.9.0/bin:/nix/store/qc6q3a2nv4211wyh7q319v6zzd3ab6pc-python3.7-docutils-0.14/bin'${PATH:+':'}$PATH
^
SyntaxError: invalid syntax
If we try using `dontWrapPythonPrograms` to resolve this, runtime
dependency lookups fail:
$ credstash get mykey
Traceback (most recent call last):
File "/run/current-system/sw/bin/credstash", line 7, in <module>
from credstash import main
File "/nix/store/8rmldlvlv1z1xl7w02dy7f5qhkzdrg8z-python3.7-credstash-1.15.0/bin/credstash.py", line 26, in <module>
import boto3
ModuleNotFoundError: No module named 'boto3'
I was able to resolve things by simply removing bin/credstash.py before
the postFixup phase has a chance to wrap any executables. Now the
executable imports the library correctly:
(shell wrapper)
bin/credstash
│ (python executable)
└─> bin/.credstash-wrapped
│ (python library)
└─> lib/python3.7/site-packages/credstash.py
2018-12-11 10:49:27 +01:00
Matthew Bauer
9ab67898f7
treewide: use "buildPackages" darwin for bootstrap_cmds
...
These are almost always from buildPackages. Another issue where
splicing doesn’t seem to pick them up correctly.
2018-12-10 18:22:03 -06:00
Katharina Fey
7641a13447
railcar: init at 1.0.4
...
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2018-12-11 00:48:50 +01:00
Patrick Mahoney
5234948642
freeswitch: build on darwin
...
- relax platform requirement
- include required apple framework
2018-12-10 16:49:26 -06:00
Renaud
c9d58d1321
Merge pull request #51763 from pbogdan/add-ant-theme
...
ant-theme: init at 1.2.0
2018-12-10 22:39:27 +01:00
Alexey Shmalko
bc51418f1a
neovim-pygui: remove
2018-12-10 23:19:45 +02:00
Philipp Middendorf
cd075e5045
pro-office-calculator: init at 1.0.6
2018-12-10 11:49:20 +01:00
Moritz Ulrich
6d21e8d361
nodePackages: Regenerate and fix azure-cli
...
Regenerates the `nixpkgs` NodeJS set (and updates all dependencies
internally).
Also, the `azure-cli` package doesn't build with NodeJS 10, so now
NodeJS 8 is used for `azure-cli`.
Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2018-12-10 11:46:46 +01:00
Sarah Brofeldt
8b11a8a336
Merge pull request #51569 from akru/polkadot
...
polkadot: init at 0.2.17
2018-12-09 18:48:06 +01:00
Maximilian Bosch
10fa7c5707
Merge pull request #51391 from mt-caret/dpt-rp1-py
...
dpt-rp1-py: init at 2018-10-16
2018-12-09 17:09:24 +01:00
Markus Kowalewski
09f9e5456b
gnuradio-with-packages: build gsm and limesdr only on linux
...
This allows to build gnuradio-with-packages again on darwin
* libosmocore: remove darwin from platforms
* gnuradio-limesdr: remove darwin from platforms
2018-12-09 13:41:58 +01:00
Nathan van Doorn
395b69a6a0
metamath: init at 0.167
2018-12-09 10:18:25 +00:00
Piotr Bogdan
dc0963b445
ant-theme: init at 1.2.0
2018-12-08 23:27:15 +00:00
Alexander Krupenkin
7eb700b9a6
polkadot: init at 0.2.17
2018-12-08 22:49:48 +03:00
Graham Christensen
37293152c7
Merge pull request #51612 from Izorkin/nginx-unit
...
unit: init at v1.6
2018-12-08 11:49:05 -05:00
Jörg Thalheim
da4e257fce
Merge pull request #51670 from Mic92/quassel-webserver
...
quassel-webserver: remove
2018-12-08 16:26:45 +00:00
Izorkin
9c5311251a
php: add option config.php.systemd
2018-12-08 19:20:12 +03:00
Izorkin
35eb1c21dc
phpPackages: add build phpPackages with php-unit
2018-12-08 19:20:12 +03:00
Izorkin
ef5161984c
unit: init at v1.6
2018-12-08 19:20:09 +03:00
Frederik Rietdijk
3e950d584c
Merge staging-next into master
2018-12-08 16:29:21 +01:00
markuskowa
c057861375
Merge pull request #51410 from jfrankenau/init-intel-media
...
intel-media-driver: init at 18.3.0
2018-12-08 15:43:42 +01:00
Johannes Frankenau
e48b9b5d0e
intel-media-driver: init at 18.3.0
2018-12-08 14:58:33 +01:00
Michael Raskin
9bca1c6979
julia: default to 1.0
2018-12-08 12:59:25 +01:00
Frederik Rietdijk
df304abd27
Merge staging-next into staging
2018-12-08 12:50:38 +01:00
Frederik Rietdijk
e0950ae9ad
Merge master into staging-next
2018-12-08 12:40:13 +01:00
Jörg Thalheim
40c8969b4c
quassel-webserver: remove
...
Package is broken and the original maintainer does not respond.
Unless someone wants to pick it up, I propose the removal.
fixes #51614
2018-12-07 16:46:36 +00:00
Frederik Rietdijk
74d0b82f29
buildPython*: add updateScript to passthru
...
All Python packages now have an updateScript. The script calls
`update-python-libraries` and passes it the position of the derivation
expression obtained using `meta.position`. This works fine in case a Nix
expression represents only a single derivation. If there are more in it,
`update-python-libraries` will fail.
2018-12-07 15:48:54 +01:00
Frederik Rietdijk
747aa4cc93
Merge staging-next into staging
2018-12-07 15:31:52 +01:00
Frederik Rietdijk
5f554279ec
Merge master into staging-next
2018-12-07 15:22:35 +01:00
Philipp Middendorf
bf050b13b0
libopusenc: init at 0.2.1
2018-12-07 13:19:04 +01:00
gnidorah
fd8f754242
me_cleaner: init at 1.2
2018-12-07 10:02:22 +03:00
Ben Darwin
cf9743da48
remove omake_rc1 from all-packages.nix since it doesn't build
2018-12-07 03:29:55 +00:00
Ben Darwin
9852c74249
teyjus: fix build by using omake from ocaml 4.02 package set
2018-12-07 03:29:55 +00:00
Renaud
61bb42b990
Merge pull request #51572 from georgewhewell/qmltermwidget-fix-darwin
...
qmltermwidget: add missing utmp lib on darwin
2018-12-06 22:52:50 +01:00
markuskowa
3861b9c19e
Merge pull request #51580 from ragnard/soapyrtlsdr
...
soapyrtlsdr: init at 0.2.5
2018-12-06 21:11:41 +01:00
Pavol Rusnak
c26dbef830
luppp: init at 1.2.0
2018-12-06 13:47:17 -05:00
Johan Thomsen
015b2b1a35
kube-router: init at 0.2.3
2018-12-06 11:20:21 -05:00
Francesco Gazzetta
0d649c8423
qr-filetransfer: init at unstable-2018-10-22
2018-12-06 09:41:54 -05:00
zimbatm
e4d06cbab6
terraform-docs: init at 0.5.0 ( #51579 )
2018-12-06 12:10:36 +01:00
Renaud
75fe53799d
Merge pull request #51529 from worldofpeace/open-sans/different-source
...
opensans-ttf: change source to salsa, rename to open-sans
2018-12-05 23:53:56 +01:00
Alexey Shmalko
9a75598d98
Merge pull request #51562 from averelld/leela-zero
...
leela-zero: init at 0.16
2018-12-05 23:23:05 +02:00
worldofpeace
f5e664f805
opensans-ttf: change source to salsa, rename to open-sans
2018-12-05 16:12:48 -05:00
Matthew Bauer
ab22183941
Merge pull request #51469 from matthewbauer/gimp-fix
...
gimp: fix on darwin
2018-12-05 13:43:40 -06:00
Matthew Bauer
73a87b57a6
gimp: fix on darwin
...
Fixes #41071
2018-12-05 13:20:14 -06:00
Ragnar Dahlén
963b113a35
soapyrtlsdr: init at 0.2.5
2018-12-05 19:01:15 +01:00
George Whewell
5205aaa655
qmltermwidget: add missing utmp lib on darwin
2018-12-05 15:43:25 +00:00
Averell Dalton
b47d83f793
leela-zero: init at 0.16
2018-12-05 15:16:43 +01:00
Robert Hensing
296b333709
all-packages.nix: Fix reference to self warning
...
This reference was added to master while the deprecation PR #51401 was open.
2018-12-05 13:47:45 +00:00
Linus Heckemann
3e1401f06b
Merge pull request #44102 from alyssais/weechat-unwrapped
...
weechat: seperate weechat-unwrapped from wrapper
2018-12-05 13:36:00 +01:00
Alexey Shmalko
184aacbd99
Merge pull request #51428 from tomberek/rig_init
...
rig: init at 1.11
2018-12-05 13:41:45 +02:00
Joe Hermaszewski
33e7330440
libgpiod: init at 2018-10-07
...
Co-Authored-By: expipiplus1 <github@sub.monoid.al>
2018-12-05 11:18:31 +00:00
Linus Heckemann
9504292b1e
Merge remote-tracking branch 'origin/master' into weechat-unwrapped
2018-12-05 12:12:42 +01:00
sveitser
09a59a9fa3
hivemind: init at 1.0.4
2018-12-05 16:31:08 +08: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
worldofpeace
572b514582
Merge pull request #51229 from marsam/feature/fedpkg-cleanup
...
fedpkg: remove unneeded patch
2018-12-04 21:15:32 -05:00
Tom Bereknyei
232f76ad2d
rig: init at 1.11
2018-12-04 19:22:45 -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
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
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
John Ericson
4112aec98c
Merge pull request #51376 from Izorkin/jemalloc
...
jemalloc: add option disable-initial-exec-tls
2018-12-03 08:03:08 -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
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01: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
hlolli
e9b18349c9
csound-qt init: 0.9.6-beta2
2018-12-03 10:55:15 +01:00
Johannes Frankenau
ec21607d14
intel-gmmlib: init at 18.3.0
2018-12-03 10:42:34 +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
hlolli
e75ecf777b
python-qt init 3.2
2018-12-03 02:11:16 +01: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
Alexander V. Nikolaev
3e1acb0b44
hyperscan: init at 5.0.0
2018-12-03 00:13:35 +02: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
John Ericson
24270193b7
Merge remote-tracking branch 'upstream/staging' into fix/cross-xfsprogs
2018-12-02 12:32:03 -05: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
Masayuki Takeda
855cd9f3a8
dpt-rp1-py: init at 2018-10-16
2018-12-02 22:52:12 +09: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
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Izorkin
44a167495f
mariadb: build with custom jamalloc
2018-12-02 13:42:58 +03:00
eburimu
0b695faa07
xfsprogs: fix cross compilation
2018-12-02 00:44:25 -05: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
Will Dietz
303e4d7f1a
gecode: more deps, build w/gist support but make optional
...
Also rename "gecode_4" attribute since this is version 6?
2018-12-01 14:24:49 -06:00
Will Dietz
0e4c444cfe
minizincide: init at 2.2.3
...
* wrap so minizinc on PATH
(to ensure it's avail/found)
2018-12-01 13:44:06 -06: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
Jörg Thalheim
5db3428fa3
pwndbg: switch to python3
2018-12-01 14:13:46 +00:00
Jörg Thalheim
28af9e45b0
gdbgui: 0.13.0.0 -> 0.13.1.1
2018-12-01 14:13:46 +00: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
Jörg Thalheim
84162175a3
Merge pull request #51180 from mayflower/xorg-cross
...
treewide: cross-fixes
2018-12-01 00:43:02 +00: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
Bas van Dijk
e03512878b
Merge pull request #51021 from LumiGuide/opencv-3.4.4
...
opencv3: 3.4.3 -> 3.4.4
2018-11-30 23:56:20 +01:00
Jan Tojnar
3a3513e7e7
webkitgtk220x: drop
2018-11-30 23:29:34 +01:00
Bas van Dijk
aa358e6ee7
opencv3: 3.4.3 -> 3.4.4
2018-11-30 23:07:52 +01:00
Bas van Dijk
2b87ed7c32
opencv4: init at 4.0.0
2018-11-30 22:45:57 +01:00
Jan Tojnar
14a1a4be31
gnome-recipes: init at 2.0.2
2018-11-30 21:35:19 +01:00
Jan Tojnar
3782e127bc
gnome-podcasts: init at 0.4.6
2018-11-30 21:35:18 +01:00
Jan Tojnar
e6fb865500
libhandy: init at 0.0.5
2018-11-30 21:35:17 +01:00
Jan Tojnar
a3d6b0a4b1
pitivi: 0.99.0 → 0.999.0
2018-11-30 21:34:46 +01:00
Tor Hedin Brønner
e09e735a09
spidermonkey_60: init at 60.3.0
...
A new test checks and fails if we're building in js/src, so we create a build
dir like Arch does.
2018-11-30 21:34:46 +01:00
Jan Tojnar
a268c6049b
webkitgtk: 2.20.5 → 2.22.0
2018-11-30 21:34:42 +01:00
Jan Tojnar
e60cf52805
vala_0_42: init at 0.42.3
2018-11-30 21:34:42 +01:00
Jan Tojnar
fe4b53b8c3
gobjectIntrospection: 1.56.0 → 1.58.1
...
Upstream now strips absolute paths to their basename on all platforms apart from
Darwin: a41abe1868
To get around this without modifying the basename test we simply pass in
`basename=False` when normally generating gir files.
2018-11-30 21:34:25 +01:00
Jan Tojnar
c5881ec2c9
Merge remote-tracking branch 'upstream/master' into staging
2018-11-30 20:09:45 +01:00
Edmund Wu
ea1be31262
nvidia: expose nvidia_x11_legacy390
2018-11-30 13:58:22 -05:00
Johannes Frankenau
dc21737edd
ntfy: 2.6.0 -> 2.7.0
2018-11-30 19:03:22 +01:00
Frederik Rietdijk
1828a5c5ba
Merge master into staging-next
2018-11-30 17:46:21 +01:00
Renaud
4088758a6b
Merge pull request #51244 from uri-canva/perceptualdiff
...
perceptualdiff: init at 2.1
2018-11-30 09:29:50 +01:00
Uri Baghin
3f806a0ae7
perceptualdiff: init at 2.1
2018-11-30 18:27:43 +11:00
Charles Duffy
7df55477fd
bees: init at 0.6.1
...
Introduce an extent-layer (as opposed to the existing file-level) deduplication
system for btrfs. This provides a means of finding similarities within
non-identical files, when they contain identical, aligned blocks.
2018-11-29 20:27:44 -06:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
...
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Matthew Bauer
f435272ce3
Merge pull request #50212 from matthewbauer/host-emulator
...
Add "emulator" function to systems
2018-11-29 19:34:20 -06:00
Matthew Bauer
9c8fd41224
treewide: add emulator to platform
...
You can use stdenv.hostPlatform.emulator to get an executable that
runs cross-built binaries. This could be any emulator. For instance,
we use QEMU to emulate Linux targets and Wine to emulate Windows
targets. To work with qemu, we need to support custom targets.
I’ve reworked the cross tests in pkgs/test/cross to use this
functionality.
Also, I’ve used talloc to cross-execute with the emulator. There
appears to be a cross-execute for all waf builds. In the future, it
would be nice to set this for all waf builds.
Adds stdenv.hostPlatform.qemuArch attrbute to get the qemuArch for
each platform.
2018-11-29 19:15:30 -06:00
Daiderd Jordan
c506ad84b1
Merge pull request #51047 from dawehner/tychus
...
Add the tychus application
2018-11-29 23:10:01 +01:00
Michael Raskin
7b77c7ff93
Merge pull request #51237 from Mic92/osip
...
libosip_3: remove
2018-11-29 19:45:28 +00:00
Jörg Thalheim
7c6189d549
libosip_3: remove
...
Old package from 2015, that has no users in nixpkgs
2018-11-29 16:17:55 +00:00
Jörg Thalheim
432a2e0354
inferno: remove
...
Also there have been updates, this package was not updated since 2015 in the repository
I therefore conclude that nobody actually uses this.
Official webpage was also not updated since then.
2018-11-29 14:55:24 +00:00
Jörg Thalheim
f222ebdd60
fusionio-vsl: remove
...
Broken on all kernel version.
No update in nixpkgs since 2015
2018-11-29 13:46:28 +01:00
Frederik Rietdijk
9b81c7e455
Merge staging-next into staging
2018-11-29 09:18:35 +01:00
Frederik Rietdijk
9db2421d1f
Merge master into staging-next
2018-11-29 08:12:56 +01:00
Matthew Bauer
f5be016c23
xmove: remove
...
This package is unmaintained.
https://packages.qa.debian.org/x/xmove/news/20090130T204752Z.html
2018-11-28 20:14:35 -06:00
Chris Ostrouchov
67a4067a44
autospotting: init at unstable-2018-11-17
2018-11-28 19:58:07 -05:00
Daiderd Jordan
5c26dc3d84
Merge pull request #51163 from kalbasit/nixpkgs_add-animal
...
aminal: init at 0.7.4
2018-11-28 21:38:09 +01:00
Wael M. Nasreddine
9ba423b09a
aminal: init at 0.7.4
2018-11-28 11:56:53 -08:00
Matthew Bauer
c94162dbec
Merge pull request #48273 from volth/patch-269
...
fetchgit: use buildPackages's git
Fixes #51119
2018-11-28 11:57:13 -06:00
Mario Rodas
3ba355b0ba
sqlcheck: init at 1.2
2018-11-28 09:17:09 -05:00
Robin Gloster
2d0fad757a
xorg: generate python into nativeBuildInputs
2018-11-28 14:28:32 +01:00
Nick Novitski
f2c07cd63e
xcpretty: init at 0.3.0 ( #48494 )
2018-11-28 12:21:37 +01:00
Peter Simons
b38bfe18c7
pandoc: adapt postInstall hook to embedded-data-files build
2018-11-28 12:14:15 +01:00
Léo Gaspard
8231e7181b
Merge branch 'pr-49633'
...
* pr-49633:
pulumi: init at 0.16.2
2018-11-28 10:09:18 +09:00
Renaud
6a66add711
Merge pull request #51103 from lovek323/scss-lint
...
scss_lint: init at 0.57.1
2018-11-27 23:23:12 +01:00
Ryan Mulligan
4c1ba5df0c
Merge pull request #45274 from rehno-lindeque/pkgs/aravis/init
...
aravis: init at 0.5.13
2018-11-27 14:20:34 -08:00
Tim Steinbach
dc1a0df1bb
gradle: Add 5.0
2018-11-27 16:37:19 -05:00
Jason "Don" O'Conal
1936aa5d57
scss_lint: init at 0.57.1
2018-11-28 07:57:40 +10:30
Peter Romfeld
08699733bb
pulumi: init at 0.16.2
2018-11-28 00:45:45 +08:00
Roman Volosatovs
fc42a76d93
echoip: init at unstable-2018-11-20
2018-11-27 11:25:34 -05:00
Jörg Thalheim
f12bd000b9
Merge pull request #49290 from krebs/nix-writers
...
get nix-writers into nixpkgs
2018-11-27 07:17:03 +00:00
Renaud
134e0dde36
Merge pull request #51064 from NickHu/quantomatic
...
quantomatic: init at 0.7
2018-11-27 08:10:53 +01:00
lassulus
abd0efae35
build-support: add writers from krebs/writers
...
Reference https://github.com/krebs/nix-writers revision 40fde9e
2018-11-27 07:08:12 +01:00
Nick Hu
583911a0b2
quantomatic: init at 0.7
2018-11-26 21:51:58 +00:00
Benno Fünfstück
284c3edbc8
nbench: init at 2.2.3 ( #51081 )
2018-11-26 22:16:16 +01:00
ajs124
5294194fe2
targetcli: init at 2.1.fb49
2018-11-26 11:11:43 -08:00
Dmitry Kalinkin
097b4b7b1b
Merge pull request #49194 from xtruder/pkgs/kubicorn/init
...
kubicorn: init at 4c7f3623
2018-11-26 13:35:26 -05:00
Florian Klink
2c2ab68672
Merge pull request #50962 from flokli/gitlab-updater
...
gitlab: 11.4.4 -> 11.5.0
2018-11-26 18:47:14 +01:00
Robert Schütz
a6c90e135e
bittornado: remove
...
It is unmaintained and does not build.
2018-11-26 15:51:48 +01:00
Daniel Wehner
b200613f4e
tychus: init at version 0.6.3
2018-11-26 13:42:33 +00:00
Christopher Ostrouchov
aadeacfd5d
sqlite-web: init at 0.3.5 ( #50955 )
2018-11-26 11:37:23 +01:00
Vladimír Čunát
a5de78b7d7
Merge branch 'master' into staging-next
2018-11-26 10:28:00 +01:00
Mario Rodas
b7c28485f1
pgcenter: init at 0.5.0
2018-11-25 19:19:44 -05:00
Maximilian Bosch
c6913213eb
nextcloud-client: switch to libsecret and use it by default
...
This change makes it easier for users to setup the nextcloud client with
GNOME keyring support as discussed in the IRC[1][2].
Additionaly we now use `libsecret` instead of `libgnome-keyring` which
integrates better in a GNOME setup (libgnome-keyring defaults to the
Gnome2 library)[3].
[1] https://logs.nix.samueldr.com/nixos/2018-11-24#1745871 ;
[2] https://logs.nix.samueldr.com/nixos/2018-11-24#1746033 ;
[3] #38266
2018-11-25 21:47:32 +01:00
Renaud
c720866b7c
Merge pull request #51036 from c0bw3b/cleanup/confuse
...
Remove confuse (duplicate) and pommed (obsolete)
2018-11-25 19:28:23 +01:00
Samuel Dionne-Riel
c6a0bb9e59
Merge pull request #50384 from Pneumaticat/fusee-init
...
fusee-launcher: init at unstable-2018-07-14
2018-11-25 18:27:37 +00:00
Kevin Liu
042e81ae53
fusee-launcher: init at unstable-2018-07-14
2018-11-25 13:08:03 -05:00
c0bw3b
47c2739059
pommed: remove
...
- homepage / source / patch are all gone
- marked as broken since 16.03
- pommed module already relies on pommed_light
2018-11-25 18:51:52 +01:00
c0bw3b
9762e2c3bd
confuse: remove and replace with libconfuse
...
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Ryan Mulligan
fe551d1d53
deskew: init at 1.25
...
* deskew: init at 1.25
* Update pkgs/applications/graphics/deskew/default.nix
Co-Authored-By: ryantm <ryan@ryantm.com>
2018-11-25 07:40:41 -08:00
Renaud
5e115d2d15
Merge pull request #50987 from c0bw3b/pkg/mailcap
...
mailcap: init at 2.1.48
2018-11-25 16:14:34 +01:00
Renaud
18eb9e27a3
Merge pull request #47171 from pschuprikov/vim-clang-fix
...
vim plugins: fix for multiple clang outputs, use clang 6.0
2018-11-25 15:38:59 +01:00
Pavel Chuprikov
70f87e66b3
vim plugins: use v6.0 of the Clang library
...
clighter8 plugin seems to be using python bindings for clang 6.0
clang_complete, another plugin using clang, works ok with this version
2018-11-25 14:41:08 +01:00
Franz Pletz
c1d760f0bf
Merge pull request #50469 from mguentner/mxisd
...
mxisd: init at 1.2.0 plus service with test
2018-11-25 13:26:05 +00:00
plchldr
0972bde7d2
rtl8821a: init at 5.1.5
2018-11-25 10:11:33 +01:00
Timo Kaufmann
0c23fa9aaf
Merge pull request #50998 from timokau/sage-refactor
...
Sage refactor
2018-11-24 23:59:28 +01:00
Timo Kaufmann
3832ddedb9
sage: refactor
2018-11-24 23:14:33 +01:00
c0bw3b
88ce525e85
Treewide: use https for repo.or.cz
2018-11-24 19:56:51 +01:00
c0bw3b
9b85eb42bb
mailcap: init at 2.1.48
...
Helper application and MIME type associations for file types
Provides a fresher /etc/mime.types
2018-11-24 17:52:43 +01:00
Peter Simons
56cad36f75
Merge pull request #50964 from mredaelli/rstudio
...
rstudio: fix qt plugins not found
2018-11-24 16:12:33 +01:00
worldofpeace
6dbf15d627
Merge pull request #50834 from plapadoo/pyca-init-2.1
...
pyCA: init at 2.1
2018-11-24 06:21:58 -05:00
Paul TREHIOU
04c038e219
wpscan: init at 3.4.0
...
* wpscan: init at 3.4.0 (#50958 )
* wpscan: fix typo in description
Co-Authored-By: nyanloutre <paul@nyanlout.re>
* wpscan: missing indentation
Co-Authored-By: nyanloutre <paul@nyanlout.re>
* wpscan: wrap executable with curl
2018-11-24 11:48:32 +01:00
Jörg Thalheim
6f2475f5bf
Merge pull request #50835 from Mic92/go-cross
...
Go cross compilation
2018-11-24 10:39:11 +00:00
Jörg Thalheim
79b9462468
go_1_11: fix cross compilation
2018-11-24 10:36:57 +00:00
Philipp Middendorf
5f5e3a1bf2
pyCA: init at 2.1
2018-11-24 11:30:37 +01:00
Frederik Rietdijk
e41154d1ab
Merge master into staging-next
2018-11-24 10:43:33 +01:00
Sarah Brofeldt
25c562e451
Merge pull request #50550 from jD91mZM2/xidlehook
...
xidlehook: 0.6.0 -> 0.6.1
2018-11-24 10:32:55 +01:00
James Hillyerd
c5933f4bf2
imwheel: init at 1.0.0pre12
2018-11-23 15:17:56 -08:00
Michael Raskin
5e159d463b
Merge pull request #49228 from Ekleog/rss2email-module
...
rss2email module: init
2018-11-23 22:30:29 +00:00
Massimo Redaelli
5afe1e7c70
rstudio: fix qt plugins not found
2018-11-23 23:10:29 +01:00
Wael M. Nasreddine
d4158b1b9c
ssh-agents: init at 1.0.1
2018-11-23 12:59:33 -08:00
Franz Pletz
2fb90e57fd
home-assistant: pin to python 3.6
2018-11-23 15:14:31 +01:00
Maximilian Bosch
80e9f77ed5
Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
...
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Florian Klink
d768e3967f
gitlab-workhorse: move to pkgs/applications/version-management/gitlab
2018-11-23 13:18:43 +01:00
Florian Klink
cb79c1e60b
gitaly: move to pkgs/applications/version-management/gitlab
2018-11-23 13:17:53 +01:00
Florian Klink
8e8f692e22
gitlab-shell: move to pkgs/applications/version-management/gitlab
2018-11-23 13:14:28 +01:00
Ingolf Wagner
6fcc67e189
bitwig-studio1: fix dependency to libxkbcommon_7
2018-11-23 03:32:22 -05:00
Ingolf Wagner
b499f924da
libxkbcommon: split version (for bitwig)
2018-11-23 03:32:22 -05:00
Maximilian Bosch
e75f922e91
nextcloud-client: 2.3.3 -> 2.5.0 ( #50463 )
...
Updates to the latest version of the desktop client available. Tested
the config migration from `nextcloud-client` 2.3.3 with a Nextcloud
14.0.3 instance (hosted using `services.nextcloud`).
Additionally the derivation required the following changes:
* Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed
anymore (furthermore their CMake structure has changed and the patch
wouldn't apply anymore on 2.5.0).
* Moved to a new upstream repository (nextcloud/desktop), kept
`fetchgit` to properly fetch submodules.
* Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this
package) requires 1.1, furthermore the linking flags had to be fixed
manually by passing `NIX_LDFLAGS` to the derivation.
Furthermore I moved the support for a Gnome3 keyring into its own
wrapper to avoid a full rebuild of the package whenever you alter
`withGnomeKeyring` in an override expressions.
It's still possible to enable keyring (now without recompile) like this:
```
nextcloud-client.override { withGnomeKeyring = true; }
```
To override the derivation itself you now have to use
`nextcloud-client-unwrapped`:
```
nextcloud-client-unwrapped.overrideAttrs (old: {
src = yoursrc;
})
```
2018-11-23 02:31:31 -05:00
Renaud
aa9997f189
Merge pull request #50897 from romildo/upd.nordic
...
nordic: init at 1.2.1
2018-11-22 13:41:53 +01:00
Jörg Thalheim
6093167164
Merge pull request #50558 from oxij/pkgs/openssl-fix-cryptodev
...
openssl: fix `cryptodev` fallout
2018-11-22 11:04:53 +00:00
Jan Malakhovski
7c48015019
openssl: fix cryptodev
fallout from d836b811cb
2018-11-22 09:45:34 +00:00
Michael Raskin
6fe39605df
polymake: init at 3.2r4
2018-11-22 12:29:14 +03:00
Frederik Rietdijk
c31cb577ae
Merge master into staging-next
2018-11-22 09:57:08 +01:00
Renaud
9467621b18
Merge pull request #50851 from s9gf4ult/mindforger
...
Add Mindforger-1.48
2018-11-22 09:45:07 +01:00
Sarah Brofeldt
848526a295
Merge pull request #50860 from kalbasit/nixpkgs_add-wtf
...
wtf: init at 0.4.0
2018-11-22 08:49:53 +01:00
Aleksey Uimanov
6aacd9c08e
mindforger: init at 1.48.2
2018-11-22 11:47:04 +05:00
Renaud
9613310f82
Merge pull request #50747 from coreyoconnor/add-traverso
...
Add traverso: init at 0.49.5
2018-11-22 07:40:42 +01:00
worldofpeace
2e70b40f58
Merge pull request #49376 from dpaetzel/package-netlogo
...
NetLogo: init 6.0.4
2018-11-21 21:37:01 -05:00
Tim Steinbach
823cd6e8ff
termonad: Add wrapper
2018-11-22 01:27:46 +00:00
Tim Steinbach
c605b98637
miniserve: init at 0.2.1
2018-11-21 20:22:32 -05:00
Corey O'Connor
97d85b839a
traverso: init at 0.49.5
2018-11-21 16:16:55 -08:00
Matthieu Coudron
35f74c3608
mininet: init at 2.3.0d4 ( #41261 )
...
Mininet (https://github.com/mininet/mininet ) is a popular network emulator that
glues several components such as network namespaces, traffic control
commands into a set of python bindings. It is then "easy" to describe a
topology and run experiments on it.
2018-11-21 23:33:10 +00:00
Wael M. Nasreddine
46a652e7e3
wtf: init at 0.4.0
2018-11-21 14:53:57 -08:00
José Romildo Malaquias
797d334d69
nordic: init at 1.2.1
2018-11-21 20:50:32 -02:00
Daiderd Jordan
ed9741790d
Merge pull request #50836 from daniels/patch-3
...
xsv: Add darwin.Security as dependency on MacOS
2018-11-21 21:13:40 +01:00
Daniel Sandbecker
fcac08f565
xsv: Pass Security framework from all-packages
2018-11-21 20:02:14 +01:00
Matthew Bauer
3d6f6e3e7f
libvpx-git: remove
...
Older than the stable version.
2018-11-21 09:39:33 -06:00
Matthew Bauer
5ad5708f83
arb-git: remove
...
Older than the stable version
2018-11-21 09:39:23 -06:00
Matthew Bauer
f4bf6ba67b
mdbtools: 0.6pre1 -> 0.7.1
...
Also remove mbdtools_git. This was older than mbdtools!
2018-11-21 09:39:11 -06:00
Matthew Bauer
3e6d7a2329
ao: replace with libfive
...
ao has been renamed to libfive. Because there’s already a libfive
package, we can just remove the old ao package. No packages appear to
depend directly on it.
2018-11-21 09:38:53 -06:00
Chris Martin
97cd07e322
fltk: add version 1.4.x-r13121
2018-11-21 16:06:22 +01:00
Jörg Thalheim
5abdde2a1c
Merge pull request #50878 from Mic92/rust-cleanup
...
makeRustPlatform: refactor to make it easier to understand
2018-11-21 13:54:08 +00:00
Michael Raskin
b4bfa628d8
Merge pull request #49770 from luke-clifton/dvtm-master
...
dvtm-unstable: init at 2018-03-31
2018-11-21 12:57:03 +00:00
Jörg Thalheim
952f4fda86
makeRustPlatform: refactor to make it easier to understand
...
It is now clearer what is supposed to be in the rust attribute set
without having studied type theory. The amount of code is identically.
2018-11-21 12:44:58 +00:00
Frederik Rietdijk
701375662b
Merge master into staging-next
2018-11-21 12:39:20 +01:00
Gabriel Ebner
f505340252
iprover: 2.5 -> 2018_Jul_24_11h
2018-11-21 12:15:48 +01:00
Luke Clifton
9c37c5f4d3
dvtm-unstable: init at 2018-03-31
2018-11-21 16:55:32 +08:00
David Pätzel
fa623ad828
netlogo: init 6.0.4
2018-11-21 09:38:22 +01:00
c0bw3b
2c12a92234
pdfshuffler: remove
...
Gna.org forge is closed
2018-11-20 20:44:35 +01:00
c0bw3b
149e467039
bins: remove
...
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:34 +01:00
c0bw3b
d870a2d85f
poker-eval: remove
...
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:34 +01:00
c0bw3b
cc7e724b91
remember: remove
...
Gna.org forge is closed and upstream repo was not relocated
+ remember-mode is part of the base Emacs since 26.1
2018-11-20 20:44:34 +01:00
c0bw3b
bd73a3f1c7
smbldap-tools: remove
...
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:33 +01:00
c0bw3b
fd90988cb0
blackshades-elite-svn: remove
...
Gna.org forge is closed and upstream repo was not relocated
2018-11-20 20:44:33 +01:00
Renaud
371a5656ad
Merge pull request #50844 from romildo/upd.zafiro-icons
...
zafiro-icons: init at 0.7.2
2018-11-20 20:30:17 +01:00
Jan Tojnar
75fc7b5b4d
Merge pull request #50771 from zaninime/pkgconf
...
pkgconf: init at 1.5.4
2018-11-20 17:15:36 +01:00
José Romildo Malaquias
cfc1a7ffb4
zafiro-icons: init at 0.7.2
2018-11-20 14:03:45 -02:00
Franz Pletz
907d46bff5
gx-go: 1.5.0 -> 1.9.0
2018-11-20 13:43:19 +01:00
Franz Pletz
4f6f92cc22
gx: 0.12.0 -> 0.14.1
2018-11-20 13:43:19 +01:00
Rehno Lindeque
4ef6ce5953
aravis: init at 0.5.13
2018-11-20 06:48:40 -05:00
Frederik Rietdijk
aabf1a93bc
Merge staging-next into staging
2018-11-20 11:51:11 +01:00
Frederik Rietdijk
fd26e7be2a
Merge master into staging-next
2018-11-20 11:47:26 +01:00
zimbatm
e28d3142a5
terraform_0_12: init at 0.12.0-alpha2
2018-11-20 10:32:36 +01:00
zimbatm
b554d6208a
terraform: add a "full" passthru
...
providers are already compiled independently so we don't need Hydra to
follow terraform_MAJ_MIN_full to have them all compiled.
Instead of having to create two aliases per release, add a "full"
passthru for that common use-case.
Eg:
terraform_0_11_full -> terraform_0_11.full
2018-11-20 10:32:36 +01:00
zimbatm
a4195b20e6
terraform: delete old versions
2018-11-20 10:13:56 +01:00
zimbatm
d979b8bec1
terragrunt: delete old versions
...
These are very old and blocking cleaning old terraform releases
2018-11-19 22:10:06 +01:00
Renaud
d5b69332b1
Merge pull request #50626 from fgaz/dvd-vr/init
...
dvd-vr: init at 0.9.7
2018-11-19 20:16:07 +01:00
Jörg Thalheim
20b2253b70
Merge pull request #50642 from bts/isl_0_20
...
isl: add 0.20
2018-11-19 18:12:56 +00:00
Brian Schroeder
0e8c811907
isl: add 0.20
...
Update `isl` to use `isl_0_20`.
2018-11-19 10:34:52 -05:00
Francesco Gazzetta
b74f46eb35
dvd-vr: init at 0.9.7
2018-11-19 14:05:48 +01:00
Francesco Zanini
1ada6857e6
Add pkgconf
2018-11-19 13:31:56 +01:00
Orivej Desh
095c00b558
eigen: replace with eigen3_3: 3.2.10 -> 3.3.5
2018-11-19 10:27:19 +00:00
Frederik Rietdijk
e343a85cfb
Merge master into staging-next
2018-11-19 09:55:32 +01:00
Stefan Siegl
e87904b83c
jid: init at 0.7.2
2018-11-19 09:36:09 +01:00
Matthew Bauer
2c1d3a9a82
Merge remote-tracking branch 'upstream/master' into staging
2018-11-18 19:02:09 -06:00
Matthew Bauer
0925c482c8
Merge pull request #50556 from oxij/pkgs/curl-cleanup
...
curl: move option defaults from `all-packages.nix` to the derivation itself
2018-11-18 18:25:36 -06:00
Johan Thomsen
46b11c9d1a
morph: init at 1.1.0
...
- added adamt to maintainers-list.nix
2018-11-18 23:02:37 +01:00
Renaud
ab06622d86
Merge pull request #50191 from jfrankenau/init-fusuma
...
fusuma: init at 0.10.2
2018-11-18 19:37:26 +01:00
Scott Dunlop
611ef59485
mage: init at 1.7.1
...
(#46407 )
* mage: init at 1.2.4
* mage: init at 1.7.1
2018-11-18 17:35:41 +01:00
Javier Candeira
2c08fe5824
xmlcopyeditor: init at 1.2.1.3
...
* xmlcopyeditor: init at 1.2.1.3
(#38545 )
2018-11-18 16:03:38 +01:00
Renaud
9a9925efd7
Merge pull request #50490 from kalbasit/nixpkgs_add-amass
...
amass: init at 2.8.3
2018-11-18 12:37:20 +01:00
Renaud
b74b0ad9a0
Merge pull request #50529 from dywedir/zola
...
gutenberg: 0.4.2 -> zola: 0.5.0
2018-11-18 11:58:57 +01:00
Orivej Desh
e66d263f6b
eigen3_3: move version overrides to all-packages.nix
2018-11-18 10:53:25 +00:00
Daiderd Jordan
6adc522db4
Merge pull request #50524 from LnL7/darwin-qtmacextras
...
qt5.qtmacextras: include cf-private on darwin
2018-11-18 11:38:07 +01:00
Frederik Rietdijk
0d0d7dcd06
Merge staging-next into staging
2018-11-18 10:41:34 +01:00
Frederik Rietdijk
63c6875f26
Merge master into staging-next
2018-11-18 10:32:12 +01:00
Jan Malakhovski
50aef6015f
curl: move option defaults from all-packages.nix
to the derivation itself
2018-11-18 07:59:40 +00:00
jD91mZM2
e2d5470b17
xidlehook: Fix darwin build
...
... I think
2018-11-18 08:27:39 +01:00
Wael M. Nasreddine
94ee915980
amass: init at 2.8.3
2018-11-17 21:29:33 -08:00
Austin Seipp
3e02311f89
foundationdb: default to 6.0.x
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-17 22:12:40 -06:00
Vladyslav Mykhailichenko
a470750ab4
gutenberg: 0.4.2 -> zola: 0.5.0
2018-11-18 00:53:15 +02:00
Renaud
866b1dbeda
glogg: init at 1.1.4
...
(#50520 )
2018-11-17 23:04:41 +01:00
Svein Ove Aas
a88fcebc6f
speedometer: init at 2.8 ( #33627 )
...
* speedometer: init at 2.8
2018-11-17 22:27:52 +01:00
Jörg Thalheim
1156427ac0
Merge pull request #50513 from layer-3-communications/add-openconnect-pa
...
Add openconnect pa
2018-11-17 20:41:39 +00:00
Daiderd Jordan
942d90b282
qt5.qtmacextras: include cf-private on darwin
...
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSData", referenced from:
objc-class-ref in qmacfunctions.o
"_OBJC_CLASS_$_NSMutableArray", referenced from:
objc-class-ref in qmactoolbar.o
objc-class-ref in qmactoolbardelegate.o
ld: symbol(s) not found for architecture x86_64
2018-11-17 21:02:22 +01:00
chessai
528b4d8727
add openconnect fork that has support for Palo Alto Network's globalprotect protocol
2018-11-17 11:26:43 -05:00
Renaud
c102306c1f
Merge pull request #50435 from c0bw3b/pkg/procdump
...
procdump: init at 1.0.1
2018-11-17 16:25:45 +01:00
c0bw3b
b6c830d2fe
procdump: init at 1.0.1
2018-11-17 16:11:53 +01:00
Jörg Thalheim
dfd77bc26f
Merge pull request #50459 from marsam/feature/netdata-darwin
...
netdata: 1.10.0 -> 1.11.0
2018-11-17 15:01:06 +00:00
Michael Raskin
b2d7d177e8
Merge pull request #50482 from c0bw3b/pkg/mdds
...
mdds: drop 0.7.x and 0.12.x
2018-11-17 07:00:01 +00:00
c0bw3b
18f95bd6ba
mdds: drop 0.7.x and 0.12.x
2018-11-17 00:02:48 +01:00
Jörg Thalheim
25d6dc99bb
nodePackages: 8_x -> 10_x
2018-11-16 21:31:44 +00:00
Jörg Thalheim
d688cedce1
create-cycle-app: unpin nodePackages version
2018-11-16 21:24:26 +00:00
Kevin Liu
624966ab69
ibus-table-chinese: init at 1.8.2
2018-11-16 15:55:03 -05:00
Linus Heckemann
d1eb06cb18
Merge pull request #50434 from bcdarwin/nifty_reg
...
niftyreg: init at 1.3.9; niftyseg: init at 1.0.0
2018-11-16 20:13:12 +01:00
Ben Darwin
cb6d819b93
niftyseg: init at 1.0.0
2018-11-16 12:29:29 -05:00
Ben Darwin
6aa3deeb50
niftyreg: init at 1.3.9
2018-11-16 12:24:53 -05:00
Mario Rodas
49ac683e70
netdata: 1.10.0 -> 1.11.0
2018-11-16 11:24:27 -05:00
Maximilian Güntner
e40eb38dd4
mxisd: init at 1.2.0
2018-11-16 16:43:29 +01:00
Jörg Thalheim
56a0533128
valauncher: remove
...
I no longer use/maintain this software.
see: https://github.com/Mic92/valauncher
2018-11-16 00:36:33 +00:00
Jörg Thalheim
9d53806ef3
Merge pull request #50379 from ptrhlm/anki
...
anki: 2.0.52 -> 2.1.6-beta1, fixes #46599 , fixes #45726
2018-11-15 22:37:15 +00:00
Piotr Halama
a30e30432d
anki: 2.0.52 -> 2.1.6-beta1
2018-11-15 23:17:31 +01:00
Piotr Bogdan
2c60a41d0a
gnumake3: remove
2018-11-15 17:41:25 +00:00
Piotr Bogdan
5d0eeeee38
coq2html: switch to default make
2018-11-15 17:41:25 +00:00
Jörg Thalheim
8d275f6d17
Merge pull request #50314 from dywedir/wl-clipboard
...
wl-clipboard: init at 1.0.0
2018-11-15 15:59:15 +00:00
Léo Gaspard
0483ce0eee
rss2email module: init
...
Also adding `system-sendmail` package for sharing the code with other
modules or packages needing it.
2018-11-15 23:44:16 +09:00
Orivej Desh
101133deae
fasm: init at 1.73.04 ( #50378 )
2018-11-15 13:20:00 +00:00
Jörg Thalheim
9afa6f74e5
Merge pull request #50381 from kalbasit/nixpkgs_vim-go-use-go-motion
...
vimPlugins.vim-go: use the correct motion derivation for the dependency
2018-11-15 11:14:48 +00:00
Will Dietz
b1e5910a7d
elfinfo: init at 0.7.4
2018-11-14 23:33:10 -06:00
Wael M. Nasreddine
a9e2b3853f
go-motion: init unstable at 2018-04-09
2018-11-14 18:28:10 -08:00
Jörg Thalheim
552c223625
nodePackages.statsd: remove
...
The package/service is broken. Upstream is dead
2018-11-14 18:32:44 +00:00
Matthew Bauer
0874ee8f05
Merge pull request #47684 from roberth/nixpkgs-nixosTest
...
Add pkgs.nixosTest
2018-11-14 11:20:46 -06:00
Jörg Thalheim
4c3e9a7d06
Merge pull request #50354 from pbogdan/miro-remove
...
miro: remove
2018-11-14 17:09:10 +00:00
Piotr Bogdan
b8d0810e98
miro: remove
2018-11-14 15:59:18 +00:00
Matthew Bauer
2e18ba6c5a
Merge pull request #49776 from matthewbauer/atlas-remove
...
atlas: remove
2018-11-13 19:18:35 -06:00
Matthew Bauer
73951bc0c8
Merge pull request #50293 from matthewbauer/cleanups2
...
Add setup-hooks for scons and waf
2018-11-13 19:17:00 -06:00
Matthew Bauer
06c403e846
treewide: remove unstable packages
...
There’s nothing wrong with unstable packages when they are maintained
and frequently updated. However, when they become out-of-date, as many
do, it is usually best to just get rid of them as the stable version
is become newer than the unstable version. This removes any packages
called "unstable" that have not been updated in over 1 year. Affected
packages include:
- isyncUnstable
- sxhkd-unstable
- dosbox-unstable
Revert "treewide: remove unstable packages"
This reverts commit df01b0b37a04624cfe6f8d2ccb42b99289841b68.
2018-11-13 19:14:44 -06:00
Matthew Bauer
92ebfa1383
wafHook: init
...
The waf build system is python-based and hosted locally in each package in the executable file named "waf". Unlike CMake, it cannot generate makefiles so we end up having to override the configure, build, and install phases. I've tried to keep these as close to what's in setup.sh as possible. If there is no waf file in the root directory, then we just copy the one hosted in Nixpkgs. Otherwise the only thing you have to add to a package using Waf is "wafHook" into nativeBuildInputs. wafFlags controls the flags specifically passed to waf while configureFlags, buildFlags, and installFlags are still used as in the generic builder.
2018-11-13 19:13:13 -06:00
markuskowa
2823b5e698
Merge pull request #46667 from costrouc/costrouc/lammps-update
...
lammps: update, hoomd-blue, dl_poly: init
2018-11-13 21:00:02 +01:00
Matthew Bauer
f9a6963d9a
Merge pull request #50244 from tathougies/travis/wrap-correctly
...
make-wrapper should use runtimeShell, not $SHELL, for cross-compilation
2018-11-13 13:55:26 -06:00
Vladyslav Mykhailichenko
1c26439bab
wl-clipboard: init at 1.0.0
2018-11-13 17:20:13 +02:00
Robert Hensing
5a8bddf16c
pkgs.nixosTest: Emphasize propagation of pkgs
2018-11-13 10:47:17 +01:00
Robert Hensing
d82e1528f8
pkgs.nixosTest: format
2018-11-13 10:47:16 +01:00
Robert Hensing
cdca66d7e8
Add pkgs.nixosTest
2018-11-13 10:43:05 +01:00
Robert Hensing
dd3aca2d0b
Merge pull request #49256 from roberth/nixos-nixpkgs-pkgs-use-overlays
...
NixOS: use overlays when nixpkgs.pkgs is set
2018-11-13 09:55:24 +01:00
lewo
5189877d34
Merge pull request #50247 from romildo/upd.jxrlib
...
jxrlib: init at 1.1
2018-11-13 08:59:32 +01:00
Orivej Desh
2372852957
flex_2_5_35: replace with flex 2.6.4 in coprthr, gradm, maude, scotch
2018-11-13 03:40:53 +00:00
Orivej Desh
5b4044ab55
flex_2_6_1: delete in favor of flex 2.6.4 ( #50292 )
2018-11-13 01:59:55 +00:00
Samuel Dionne-Riel
9c86aca362
Merge pull request #48738 from Amar1729/init/argp-standalone
...
argp-standalone: init at 1.3
2018-11-12 23:52:01 +00:00
Samuel Dionne-Riel
c99cb8fe83
Merge pull request #47197 from tg-x/ltc-tools-0.6.4
...
ltc-tools: init at 0.6.4
2018-11-12 23:39:12 +00:00
Samuel Dionne-Riel
8e2a9dae82
Merge pull request #47987 from erictapen/scribus-unstable
...
scribusUnstable: init at 2018-10-13
2018-11-12 23:29:53 +00:00
Samuel Dionne-Riel
0c38e68d39
Merge pull request #49356 from gnidorah/qtcurve
...
qtcurve: init at 1.9
2018-11-12 23:28:19 +00:00
Frederik Rietdijk
3b052406ea
Merge staging-next into staging
2018-11-12 19:01:36 +01:00
Frederik Rietdijk
daf3297cb4
Merge master into staging-next
2018-11-12 18:59:08 +01:00
Antoine Eiche
28e08aa254
gremlin-console: init at 3.3.4
2018-11-12 18:12:20 +01:00
Jörg Thalheim
3fd80c6215
Merge pull request #49557 from symphorien/rust-system-libs
...
rustc: build with system llvm and jemalloc
2018-11-12 14:50:04 +00:00
Robert Schütz
b9494ac352
Merge pull request #50166 from dotlambda/home-assistant-0.82
...
home-assistant: 0.81.5 -> 0.82.0
2018-11-12 11:37:06 +01:00
Jörg Thalheim
92c478babd
Merge pull request #50176 from Mic92/docker-componse
...
docker-compose: rename from docker_compose, python3 by default
2018-11-12 10:14:53 +00:00
Robert Schütz
b230ad0e29
python.pkgs.protobuf3_1: drop
...
Using the specific version of protobuf can be achieved by a simple
`python.pkgs.protobuf.override { protobuf = protobuf3_1; }`.
2018-11-12 11:10:02 +01:00
TG ⊗ Θ
46a46db8c1
ltc-tools: init at 0.6.4
2018-11-12 06:51:28 +01:00
Samuel Dionne-Riel
49df3150c7
Merge pull request #49451 from fgaz/sfxr-qt/init
...
sfxr-qt: init at 1.2.0
2018-11-12 04:21:40 +00:00
Samuel Dionne-Riel
63399aea74
Merge pull request #50252 from fuerbringer/diskus
...
diskus: init at 0.4.0
2018-11-12 03:42:07 +00:00
John Ericson
df9334b646
Merge pull request #50233 from Ekleog/fix-test-system
...
Fix meta.tests system
2018-11-11 19:05:13 -05:00
fuerbringer
fa4aa79892
diskus: init at 0.4.0
2018-11-12 00:16:59 +01:00
Samuel Dionne-Riel
9997a3dc16
Merge pull request #43686 from Pneumaticat/rdocker-init
...
rdocker: init at unstable-2018-07-17
2018-11-11 22:42:04 +00:00