WilliButz
f2e631148a
Merge pull request #66525 from andir/google-cloud-cpp
...
google-cloud-cpp: init at 0.11.0
2019-08-14 21:57:21 +02:00
Gabriel Ebner
29851a69d3
calculix: init at 2.15 ( #66628 )
...
calculix: init at 2.15
2019-08-14 19:51:18 +02:00
Gabriel Ebner
f91904a889
calculix: init at 2.15
2019-08-14 19:09:40 +02:00
Gabriel Ebner
a736d87393
spooles: init at 2.2
2019-08-14 19:09:39 +02:00
Gabriel Ebner
8d67c151a6
all-packages: fix trailing space
2019-08-14 18:18:09 +02:00
Joachim F
8f156698bf
Merge pull request #54425 from eadwu/init/srhtPackages
...
sourcehut: init
2019-08-14 14:50:59 +00:00
symphorien
757ac88383
utsushi: init at 3.57.0 ( #65223 )
2019-08-14 08:37:19 +00:00
Peter Hoeg
d7fc23a0a6
Merge pull request #66420 from peterhoeg/p/maestral
...
maestral: init at 0.2.6
2019-08-14 14:29:36 +08:00
Peter Hoeg
a67aec1746
maestral: init at 0.2.6
2019-08-14 14:07:12 +08:00
Robert Djubek
352239e24a
ocrmypdf: init at 8.2.3
2019-08-14 04:45:09 +00:00
Robert Djubek
33aced023e
pythonPackages.hocr-tools: init at 1.3.0
2019-08-14 04:45:08 +00:00
worldofpeace
24870b40d6
Merge pull request #66469 from emilazy/update-blackmagic
...
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13 20:17:36 -04:00
Emily
d792c84f35
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13 17:10:02 -07:00
Emily
ec07b882b3
pypy{2,27,3,35 -> 36}: 7.0.0 -> 7.1.1
2019-08-13 16:49:27 -07:00
Tim Otten
dae42566db
mysql80: init at 8.0.17 ( #65221 )
...
MySQL 8.0 is a significant iteration after MySQL 5.7. This patch adds it as
a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
2019-08-13 19:50:51 +00:00
worldofpeace
a5b77b8cae
Merge pull request #65724 from doronbehar/improve-sequoia
...
Improve sequoia package expression
2019-08-13 14:44:35 -04:00
Doron Behar
701c788c3f
sequoia: improve expression, rename from sequoia-tool
...
- Add the package to the pythonPackages' attribute set.
- Make the python support overrideable
We use the pythonSupport argument.
- Rename sequoia-tool -> sequoia
We provide the whole ecosystem which includes:
* ffi bindings to Python and C
* zsh and bash completion for `sq` and `sqv` executables.
- Meta:
* Use a string as the homepage URL (plain URLs are deprecated).
* Change description of package to fit upstream and the files we
actually install.
* Add @doronbehar as maintainer.
2019-08-13 14:42:27 -04:00
Michael Raskin
6490f9c740
Merge pull request #65853 from wahjava/add/sagittarius-scheme
...
sagittarius-scheme: init at 0.9.6
2019-08-13 18:31:17 +00:00
worldofpeace
fe8364a821
Merge pull request #66397 from svalaskevicius/add-electron-6
...
electron: add 6.x version
2019-08-13 12:39:06 -04:00
Andreas Rammhold
1a72fe89f8
google-cloud-cpp: init at 0.11.0
2019-08-13 17:26:51 +02:00
Andreas Rammhold
ac6adc8260
crc32c: init at 1.1.0
2019-08-13 17:26:31 +02:00
Edmund Wu
a2ca6ef26f
sourcehut: init
...
builds-sr-ht: init at 0.45.13
dispatch-sr-ht: init at 0.11.0
git-sr-ht: init at 0.32.3
hg-sr-ht: init at 0.13.0
lists-sr-ht: init at 0.36.3
man-sr-ht: init at 0.12.4
meta-sr-ht: init at 0.34.3
paste-sr-ht: init at 0.5.1
todo-sr-ht: init at 0.46.8
2019-08-13 11:25:52 -04:00
Jan Tojnar
bb4a33ec91
ofono: init at 1.30 ( #66565 )
...
ofono: init at 1.30
2019-08-13 15:56:52 +02:00
Jan Tojnar
590310b23f
ofono: init at 1.30
2019-08-13 15:37:16 +02:00
Jörg Thalheim
108c57b141
Merge pull request #53734 from yurrriq/update/noweb
...
Update noweb (and icon-lang)
2019-08-13 13:37:08 +01:00
Eric Bailey
6db22bca4b
noweb: remove noweb_awk
2019-08-13 13:06:01 +02:00
Niklas Hambüchen
0f206b3e73
idevicerestore: init at 2019-02-14
2019-08-13 02:13:15 +02:00
Niklas Hambüchen
da3cb9e35b
libirecovery: init at 2019-01-28
2019-08-13 02:13:15 +02:00
Niklas Hambüchen
b7dfc72a88
fetchurl: Don't force-override curl's gssSupport to on. Fixes #66499 .
...
The original intent in commit
a1fec866
treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl` itself
was to turn `gssSupport` *off* on Darwin, but the code actually also forced
it *on* on Linux.
This resulted in previous (e.g. overlays) `.override { gssSupport = false; }`
being ignored (#66499 ).
This commit fixes it by just respecting the old value when it doesn't need
to be forced to off.
2019-08-13 00:42:46 +02:00
Sarunas Valaskevicius
4a31479ae5
electron_6: init at 6.0.1
2019-08-12 18:14:10 +01:00
Silvan Mosberger
096031a513
fetchurl: Make it overridable using callPackage
( #66503 )
...
fetchurl: Make it overridable using `callPackage`
2019-08-12 19:03:30 +02:00
Marek Mahut
caf9295730
Merge pull request #63686 from flokli/mlarchive2maildir
...
mlarchive2maildir: init at 0.0.6
2019-08-12 18:47:34 +02:00
Silvan Mosberger
a7c7bb156f
clight: init ( #64309 )
...
clight: init
2019-08-12 18:18:05 +02:00
Edmund Wu
1688dc72e5
clight: init at 3.1
2019-08-12 11:56:47 -04:00
Edmund Wu
a0736d0fad
clightd: init at 3.4
2019-08-12 11:56:47 -04:00
Edmund Wu
e277b3832a
libmodule: init at 4.2.0
2019-08-12 11:56:47 -04:00
Emily
a010a7b665
git-revise: init at 0.4.2
...
A flexible and fast alternative to `git commit --amend`/`git rebase`.
See also:
* https://mystor.github.io/git-revise.html
* https://lobste.rs/s/5gdnrt/introducing_git_revise
* https://git-revise.readthedocs.io/en/latest/
2019-08-11 22:58:39 -07:00
Niklas Hambüchen
cd6033ba97
fetchurl: Make it overridable.
...
This provides a workaround for #66499 , because this way
https://github.com/NixOS/nixpkgs/issues/66499#issuecomment-520277782
self: super: {
fetchurl = super.fetchurl.override (old: {
curl = old.curl.override {
gssSupport = false;
# ...
};
});
}
works as expected.
2019-08-12 06:51:05 +02:00
worldofpeace
ee877d7b19
Merge pull request #66497 from emilazy/add-stm32loader
...
stm32loader: init at 0.5.0
2019-08-11 22:31:07 -04:00
Dmitry Kalinkin
34224c7ba0
Merge pull request #66117 from veprbl/pr/hepmc_2_06_10
...
hepmc: 2.06.09 -> 2.06.10
2019-08-11 22:16:16 -04:00
Emily
42e55dbe9a
stm32loader: init at 0.5.0
2019-08-11 18:46:33 -07:00
Herwig Hochleitner
ac2eb3151d
emacsPackages.melpaPackages: fix cmake-mode
2019-08-12 02:54:45 +02:00
worldofpeace
bddce34e49
Merge pull request #66478 from aanderse/nylas-mail
...
nylas-mail-bin: drop package which is no longer supported upstream
2019-08-11 17:52:26 -04:00
Aaron Andersen
26f128c1af
nylas-mail-bin: drop package which is no longer supported upstream
2019-08-11 17:44:05 -04:00
Peter Simons
9038403136
cachix: fix infinite recursion during evaluation
2019-08-11 20:48:09 +02:00
worldofpeace
51816f0d40
Merge pull request #66249 from virusdave/dnicponski/scratch/unison_language
...
unison-ucm: init at 1.0.M1c alpha
2019-08-11 14:16:34 -04:00
Dave Nicponski
4673896662
unison-ucm: init at 1.0.M1c alpha
2019-08-11 14:14:56 -04:00
Ashish SHUKLA
8c32ecd1f4
sagittarius-scheme: init at 0.9.6
2019-08-11 21:47:41 +05:30
Astro
c5eaef0ab9
firestarter: init at 1.7.3
2019-08-10 20:36:29 +02:00
Florian Peter
72330fc275
scylladb: init at 3.0.5
2019-08-11 02:11:32 +08:00
Florian Peter
53a4c3511b
thrift: re-add compatibility 0.10
2019-08-11 02:11:32 +08:00
Florian Peter
b0a480147b
libsystemtap: init at 3.2
2019-08-11 02:11:32 +08:00
Mario Rodas
1c7cf9493c
Merge pull request #52588 from marsam/init-fffuu
...
fffuu: init at unstable-2018-05-26
2019-08-10 09:52:31 -05:00
Domen Kožar
5ce8864c54
Merge pull request #66328 from domenkozar/nixos-options-doc
...
Extract NixOS options documentation generation to a function
2019-08-10 14:07:19 +02:00
Mario Rodas
a460545927
fffuu: init at unstable-2018-05-26
2019-08-10 05:20:03 -05:00
markuskowa
732c1671f5
Merge pull request #66380 from markuskowa/upd-rdma
...
rdma-core: 24.0 -> 25.0
2019-08-10 11:55:17 +02:00
Benjamin Saunders
6a8bc3fe55
openxr-loader: init at 1.0.1
2019-08-09 19:27:34 -07:00
Lancelot SIX
8137a78adc
Merge pull request #66063 from lsix/drop_motu_client
...
motu_client: drop
2019-08-10 00:02:12 +02:00
Matthieu Coudron
31c3a53dc3
Conditionally include nvidia modules
2019-08-10 02:28:12 +09:00
Matthieu Coudron
4e30a2852c
Addressing review
2019-08-10 02:27:53 +09:00
Matthieu Coudron
2da1ad60a8
boot.kernelPackages: check for conflicts
...
It's currently possible to set conflicting `boot.kernelPackages` several times
which can prove confusing.
This is an attempt to warn for this.
2019-08-10 02:27:52 +09:00
worldofpeace
67b4758502
Merge pull request #66283 from worldofpeace/ideogram
...
ideogram: init at 1.2.2
2019-08-09 10:05:29 -04:00
markuskowa
acbee3c116
Merge pull request #66337 from sikmir/qlandkartegt
...
qlandkartegt: init at 1.8.1
2019-08-09 15:54:03 +02:00
Gabriel Ebner
439ce61c51
freecad: use qt wrapper
2019-08-09 13:39:23 +02:00
Markus Kowalewski
f873471bfe
infiniband-diags: remove
...
All commands provided by infiniband-diags are already
included in rdma-core, which is required to build infiniband-diags.
2019-08-09 13:36:56 +02:00
Nikolay Korotkiy
4f427ef1e1
qlandkartegt: init at 1.8.1
2019-08-09 14:14:19 +03:00
Marek Mahut
9ce3f57716
Merge pull request #65973 from fgaz/coloursum/init
...
coloursum: init at 0.1.0
2019-08-09 10:22:43 +02:00
José Luis Lafuente
2e234161a7
clj-kondo: init at 2019.07.31-alpha
2019-08-09 07:55:15 +02:00
Mario Rodas
c2cc6aa670
Merge pull request #66306 from alexfmpe/init-tendermint
...
tendermint: init at 0.32.2
2019-08-08 18:43:24 -05:00
Aaron Andersen
c64106f64c
Merge pull request #64584 from jpotier/add-bitlbee-mastodon
...
bitlbee-mastodon: init at 1.4.2
2019-08-08 15:43:18 -04:00
Benjamin Esham
832808458d
pinboard-notes-backup: init at 1.0.4.1
...
The derivation for this program will automatically track the Hackage
information in development/haskell-modules/hackage-packages.nix.
2019-08-08 09:03:40 -07:00
Domen Kožar
5cfd034af0
Extract NixOS options documentation generation to a function
...
Motivation is to support other repositories containing nixos
modules that would like to generate options documentation:
- nix-darwin
- private repos
- arion
- ??
2019-08-08 16:18:09 +02:00
Mario Rodas
26663f75a5
Merge pull request #66308 from marsam/fix-wasm-pack-darwin
...
wasm-pack: fix build on darwin
2019-08-08 07:55:55 -05:00
Alexandre Esteves
a37c058422
tendermint: init at 0.32.2
2019-08-08 11:44:33 +01:00
Jiri Danek
ee68421388
gnome-sharp: mono4 -> mono5
2019-08-08 09:10:38 +00:00
Vladimír Čunát
a62b1c8c80
surf-display: fixup typo from PR #65860
...
It had weird effects, breaking the metrics job.
2019-08-08 09:18:28 +02:00
Gabriel Ebner
2371928fd1
curaLulzbot: 15.02.1-1.03-5064 -> 3.6.18 ( #61054 )
...
curaLulzbot: 15.02.1-1.03-5064 -> 3.6.18
2019-08-08 09:08:15 +02:00
Michael Raskin
6b5647a70d
Merge pull request #66227 from aanderse/osg-3.4
...
openscenegraph: drop 3.4.x
2019-08-08 05:19:33 +00:00
Mario Rodas
58de4286d3
wasm-pack: fix build on darwin
2019-08-07 21:52:01 -05:00
Daniel Schaefer
ccaaef1963
codespell: init at 1.15.0 ( #63673 )
2019-08-07 23:04:48 +02:00
Eric Bailey
67aaa70a5b
noweb: 2.11b -> 2.12
...
- fetchurl -> fetchFromGitHub
- Support building with icon (useIcon, default: false)
- Support darwin
- Configure for texlive
- Flesh out meta
- Build man pages
- Pass through tex package
2019-08-07 15:59:36 -05:00
Aaron Andersen
06408a6e1b
Merge pull request #66258 from mmahut/flexibee
...
flexibee: init at 2019.2.5
2019-08-07 15:59:17 -04:00
worldofpeace
347a5d9275
Merge pull request #65764 from Kiwi/bitwarden
...
bitwarden: init at 1.15.2
2019-08-07 15:01:44 -04:00
Bjørn Forsman
a920c2aabd
v4l-utils: align attr with pkg name
2019-08-07 20:44:13 +02:00
Robert Djubek
2372dc2673
bitwarden: init at 1.15.2
2019-08-07 17:41:34 +00:00
adisbladis
f7627be844
emacs-packages: Drop manually packaged pdf-tools
...
Use autogenerated package from melpa
2019-08-07 18:04:21 +01:00
EEva (JPotier)
d30080584b
bitlbee-mastodon: init at 1.4.2
2019-08-07 19:56:08 +03:00
Marek Mahut
202399f34e
flexibee: init at 2019.2.5
2019-08-07 15:04:10 +02:00
Kai Wohlfahrt
28cf80acf8
nixos/hardware.deviceTree: Move things around
...
In response to comments, create a sub-folder for deviceTree packages
(starting with rpi), and a top-level package for helpers.
2019-08-07 13:51:22 +01:00
Kai Wohlfahrt
dd0a951279
nixos/hardware.deviceTree: new module
...
Add support for custom device-tree files, and applying overlays to them.
This is useful for supporting non-discoverable hardware, such as sensors
attached to GPIO pins on a Raspberry Pi.
2019-08-07 13:51:22 +01:00
worldofpeace
9f82497e36
Merge pull request #66222 from worldofpeace/fix-virtualbox
...
virtualbox: use wrapQtAppsHook
2019-08-07 07:38:34 -04:00
Marek Mahut
abe1af1f71
Merge pull request #65782 from prusnak/runway
...
runwayml: init at 0.8.1
2019-08-07 13:33:57 +02:00
Jörg Thalheim
31244a40e4
ripgrep-all: init at 0.9.2 ( #65695 )
...
ripgrep-all: init at 0.9.2
2019-08-07 10:24:11 +01:00
Aaron Andersen
79c9533e39
Merge pull request #56568 from volth/arangodb
...
arangodb: 3.3.19 -> 3.2.18, 3.3.23.1, 3.4.7, 3.5.0-rc.7
2019-08-06 20:54:24 -04:00
Aaron Andersen
d2a1ae9244
openscenegraph: drop 3.4.x
2019-08-06 17:12:13 -04:00
adisbladis
06260734de
Merge pull request #65720 from enumatech/gradle-major-versions
...
gradle: declare package major versions
2019-08-06 19:07:13 +01:00
Mario Rodas
4e6253392c
terracognita: init at 0.1.6 ( #66203 )
2019-08-06 10:48:57 -07:00
markuskowa
03dcf02ac3
Merge pull request #66190 from jonringer/bump-cdo
...
cdo: 1.9.0 -> 1.9.7.1
2019-08-06 19:32:49 +02:00
worldofpeace
2bd649b152
virtualbox: use wrapQtAppsHook
...
Fixes #66200
See: #65399
2019-08-06 13:07:57 -04:00
Jonathan Ringer
8759ff6cad
cdo: 1.9.0 -> 1.9.7.1
2019-08-06 09:20:15 -07:00