Justin Bedo
3f83cbf538
xenomapper: init 1.0.2
2019-09-05 20:50:22 +10:00
Marek Mahut
998acc5079
Merge pull request #68080 from dtzWill/update/usbguard-0.7.5
...
usbguard: 0.7.4 -> 0.7.5
2019-09-05 08:14:43 +02:00
Will Dietz
222422f87f
usbguard-nox: deprecate
2019-09-04 21:24:11 -05:00
Katharina Fey
18f7f19ce2
ociTools: init
2019-09-04 22:46:42 +00:00
Lily Ballard
43dade238f
installShellFiles: init ( #65211 )
...
This is a new package that provides a shell hook to make it easy to
declare manpages and shell completions in a manner that doesn't require
remembering where to actually install them. Basic usage looks like
{ stdenv, installShellFiles, ... }:
stdenv.mkDerivation {
# ...
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage doc/foobar.1
installShellCompletion --bash share/completions/foobar.bash
installShellCompletion --fish share/completions/foobar.fish
installShellCompletion --zsh share/completions/_foobar
'';
# ...
}
See source comments for more details on the functions.
2019-09-04 23:19:17 +02:00
Aaron Andersen
a4ac265039
pythonPackages.pyvmomi: init at 6.7.1.2018.12
2019-09-04 11:42:47 -04:00
Johan Thomsen
fb22d67fa7
ceph: 13.2.4 -> 14.2.1
...
* remove kinetic
* release note
* add johanot as maintainer
nixos/ceph: create option for mgr_module_path
- since the upstream default is no longer correct in v14
* fix module, default location for libexec has changed
* ceph: fix test
2019-09-04 16:17:18 +02:00
Kristoffer
85baedaca3
ceph: 12.2.7 -> 13.2.4
...
* maintain only one version
* ceph-client: init
* include ceph-volume python tool in output
nixos/ceph: extraConfig, fix test, wait for ceph-mgr to become active
* run ceph with disk group permission
* add extraConfig option for the global section
needed per cluster
* clear up how ceph.conf is generated
* fix ceph testcase
2019-09-04 16:01:42 +02:00
Florian Klink
af2f81f227
Merge pull request #68023 from ambrop72/phc-intel-assert-fix
...
phc-intel: Don't define the package if the assert would fail.
2019-09-04 06:36:10 -07:00
Arseniy Seroka
3dd112c97e
Merge pull request #68013 from serokell/nixfmt
...
nixfmt: init at 0.3.0 from haskellPackages
2019-09-04 13:36:04 +03:00
Peter Simons
54e694de81
mlt: build with ffmpeg version 4.x rather than 2.x
...
The new ffmpeg version is (a) supported and (b) required by some
applications that use libmlt, e.g. shotcut. There appears to be
no downside to this upgrade.
2019-09-04 11:02:35 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Peter Hoeg
afa6c910a9
Merge pull request #67603 from peterhoeg/u/sayonara
...
sayonara: 1.1.1 -> 1.5.1
2019-09-04 15:41:08 +08:00
Peter Hoeg
ac9b16dfa8
Merge pull request #67605 from peterhoeg/p/strawberry
...
strawberry: init at 0.6.3
2019-09-04 15:39:33 +08:00
Peter Hoeg
5a12e12b49
strawberry: init at 0.6.3
2019-09-04 14:39:53 +08:00
Peter Hoeg
aba7db77e9
sayonara: 1.1.1 -> 1.5.1
2019-09-04 14:36:29 +08:00
Will Dietz
60256c197d
usbguard: 0.7.4 -> 0.7.5
...
https://github.com/USBGuard/usbguard/releases/tag/usbguard-0.7.5
* no longer needs/uses qt as of 0.7.5
* asciidoctor -> asciidoc, drop pandoc
(pandoc only seems to be used as part of doc spell-check
which we don't enable anyway)
* docbook bits
2019-09-03 20:21:11 -05:00
Will Dietz
9dbda3eddf
Merge pull request #66737 from dtzWill/feature/azpainter
...
azpainter: init at 2.1.4
2019-09-03 18:25:21 -05:00
adisbladis
8f57babd52
Merge pull request #68027 from 0x4A6F/master-tacacsplus
...
tacacs+: tacacs+ -> tacacsplus
2019-09-03 22:37:56 +01:00
0x4A6F
05ee758d79
tacacs+: tacacs+ -> tacacsplus
2019-09-03 21:27:40 +00:00
Timothy DeHerrera
0b32fe2d7e
kakounePlugins: Add 5 kakoune plugins ( #67593 )
...
* kakounePlugins: Add 5 kakoune plugins
Should be compatible with
https://github.com/NixOS/nixpkgs/pull/64310
* kak-auto-pairs: for automatic closing of pairs
* kak-buffers: for easier buffer management
* kak-fzf: for fzf integration
* kak-powerline: for a prettier modeline
* kak-vertical-selection: for easy vertical selections
* kakounePlugins: alphabetize package list
* kakounePlugins.kak-fzf: add ability to choose between fzf/skim
* kakounePlugins.kak-powerline: substitute full path to git binary
2019-09-03 22:54:37 +02:00
Robin Gloster
087ba0eedc
arangodb_3_2: remove
...
doesn't support gcc 8
2019-09-03 22:30:55 +02:00
Franz Pletz
4d85d286e5
highlight: build with standard llvm version on darwin
2019-09-03 22:17:54 +02:00
Franz Pletz
de85797565
Merge remote-tracking branch 'origin/master' into gcc-8
2019-09-03 22:15:07 +02:00
Franz Pletz
be9901afe2
llvm_38: drop since it doesn't build with gcc8
2019-09-03 22:04:44 +02:00
Franz Pletz
3a7a990ee9
irods: build with current version of llvm
2019-09-03 22:04:15 +02:00
Michael Fellinger
1f49035aca
ruby.withPackages: init
...
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2019-09-03 19:44:49 +00:00
Franz Pletz
bd85a832c1
bap: build with llvm_8
2019-09-03 21:26:27 +02:00
Franz Pletz
e7b6d8790f
ocamlPackages.llvm: build with llvm_8
2019-09-03 21:25:23 +02:00
Ambroz Bizjak
97a2ef37c0
phc-intel: Don't define the package if the assert would fail.
...
If the kernel is too old one gets the assertion error, even if nothing specifically request that package. Some code must be going through all defined kernel module packages that triggers the assert.
2019-09-03 21:04:37 +02:00
Silvan Mosberger
ce944b4bde
Merge pull request #64552 from evanjs/feature/openrazer-2.3.1
...
openrazer: init at 2.6.0
2019-09-03 19:14:58 +02:00
Jan Tojnar
ad72ce9c2b
gnome-keysign: init at 1.0.1
2019-09-03 18:49:05 +02:00
worldofpeace
62973ddc07
Merge pull request #67836 from petabyteboy/feature/corebootutils
...
coreboot-utils: init at 4.10
2019-09-03 11:54:36 -04:00
Milan Pässler
d977d48baf
coreboot-utils: init at 4.10
...
Build various tools from the coreboot tree with a generic builder for better
maintainability and provide a buildEnv with all of them, similar to other
distributions' coreboot-utils package.
2019-09-03 17:49:50 +02:00
Yorick van Pelt
8038817953
nixfmt: init at 0.3.0 from haskellPackages
2019-09-03 17:35:40 +02:00
xbreak
b604e3fafd
clipp: init at 1.2.3
2019-09-03 12:38:59 +00:00
Robin Gloster
fbf0d53c3c
Merge pull request #67994 from mmahut/aws-s3-expoter
...
prometheus-aws-s3-exporter: init at 0.3.0
2019-09-03 11:16:03 +02:00
Marek Mahut
254e2ec209
Merge pull request #67946 from MrMebelMan/init/python-pipedrive
...
pythonPackages.python-pipedrive: init at 0.4.0
2019-09-03 11:02:14 +02:00
Marek Mahut
bdbc922b98
prometheus-aws-s3-exporter: init at 0.3.0
2019-09-03 10:48:27 +02:00
Vladyslav Burzakovskyy
0a7905ce74
pythonPackages.python-pipedrive: init at 0.4.0
2019-09-03 10:41:47 +02:00
Vincent Laporte
ff392e8190
ocamlPackages.ocplib-json-typed: 0.5 -> 0.7.1
2019-09-03 05:31:11 +00:00
Jan Tojnar
4a220b64b4
Merge pull request #67964 from dkabot/arc-menu_init
...
gnomeExtensions.arc-menu: init at 31
2019-09-03 04:26:44 +02:00
worldofpeace
0c52651bb7
Merge pull request #67935 from jtojnar/gnome-fixes
...
gnome3.gvfs: fix eval with allowAliases = false
2019-09-02 22:14:30 -04:00
Jan Tojnar
ef19440dc5
gvfs: only support GNOME 3, not GNOME 2
...
It will make the expression and calls nicer.
2019-09-03 03:48:06 +02:00
dkabot
51e71596f8
gnomeExtensions.arc-menu: init at 31
2019-09-02 19:03:18 -04:00
Franz Pletz
f35cffcf36
Merge pull request #67971 from petabyteboy/feature/remove-unifi-testing
...
unifi: remove unifiTesting
2019-09-02 22:18:18 +00:00
Milan Pässler (work)
b85f48c351
unifi: remove unifiTesting
...
The testing branch is not updated anymore and all mentions have been
removed from the Ubiquiti website.
2019-09-02 23:59:10 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00
Emily
12ae04518b
nextpnr: (hopefully) fix build on Darwin
...
Fixes #67898 , hopefully.
2019-09-02 16:11:17 -05:00
Danielle Lancashire
4f2a3aabff
rfc6555: init at 0.0.0
2019-09-02 15:44:54 +02:00
Nathan van Doorn
ddefb5f067
q-text-as-data: init at 1.7.1
2019-09-02 11:08:14 +02:00
Marek Mahut
0a8e54d1c6
Merge pull request #67871 from prusnak/pytest-random-order
...
pythonPackages.pytest-random-order: init at 1.0.4
2019-09-02 08:14:09 +02:00
John Ericson
c33d80c071
Merge remote-tracking branch 'upstream/master' into feature/js-unknown-ghcjs
2019-09-02 01:31:31 -04:00
Moritz Angermann
446f8c851d
Add support for js-unknown-ghcjs
...
This adds enough logic to nixpkgs to support the `js-unknown-ghcjs` triple.
2019-09-02 01:27:05 -04:00
Dylan Simon
363292b7c0
fetchurlBoot: remove cycles introduced by openssl_1_1 -> coreutils ( #67784 )
2019-09-01 23:00:49 -04:00
Dima
a88976d222
pythonPackages.uvloop: 0.12.2 -> 0.13.0 ( #67735 )
...
* As mentioned in https://github.com/NixOS/nixpkgs/issues/67492
the build was broken after an update of openssl versions.
* Fixes a flake8 unit-test case that requires a flake8 config
which is not shipped with the distribution.
* Fixes build on darwin.
2019-09-01 22:53:50 -04:00
adisbladis
c2fc61c5f7
Merge pull request #67872 from LnL7/minio-client
...
minio-client: remove go 1.10 override
2019-09-01 21:46:24 +01:00
Emily
5eb237659c
pythonPackages.gcutil: remove per TODO
...
Pretty sure 19.03 has been branched off by now.
2019-09-01 14:22:49 -05:00
Emily
cb5b674b58
{glasgow,libfx2}: init at 2018-{09-01,08-27}
2019-09-01 14:22:49 -05:00
Emily
321efae699
python3Packages.nmigen{,-boards}: init at unstable-2019-08-{31,30}
2019-09-01 14:22:49 -05:00
adisbladis
8c76f185bc
Merge pull request #64595 from 0x4A6F/master-tacacs+
...
tacacs+: init 4.0.4.28
2019-09-01 20:11:47 +01:00
0x4A6F
b1bf3a811d
tacacs+: init 4.0.4.28
2019-09-01 18:38:50 +00:00
Alexei Robyn
c62337d9c7
lua*Packages: Consolidate separate setup hooks together
...
- Lua packages now consistently use LUA_PATH/LUA_CPATH rather than a mix
of those and NIX_LUA_PATH/NIX_LUA_CPATH
- Lua libraries are now consistently only added to the search path
variables if:
1) The library actually has a corresponding directory to search
2) The library is not already present in the search path
This should help prevent the search paths from growing overly large
- Fixed bugs in some path helpers
- Changed the affected shell script indentation to 2 spaces; nixpkgs
shell scripts are inconsistently split between 2 and 4 space
indentation, but 2 matches better with the Nix expressions, so IMO it
makes more sense
2019-09-01 17:42:20 +02:00
Vladyslav M
76fc3de3ef
Merge pull request #67873 from ivan/cargo-watch-darwin
...
cargo-watch: enable for darwin
2019-09-01 13:59:29 +03:00
Linus Heckemann
d9db65ce4b
Merge pull request #62046 from roberth/pkgs-nixos-expose-all-config
...
pkgs.nixos: Expose configuration directly
2019-09-01 12:25:39 +02:00
Ivan Kozik
78d1b2d29e
cargo-watch: enable for darwin
2019-09-01 09:45:02 +00:00
worldofpeace
e08cb1ff65
Merge pull request #67727 from deepfire/serge/electrum
...
electrum: update for the Qt5 change (#65399 )
2019-09-01 05:31:47 -04:00
Kosyrev Serge
3d5144a554
electrum: update for #65399
2019-09-01 12:27:30 +03:00
Daiderd Jordan
db131371ef
minio-client: remove go 1.10 override
2019-09-01 10:14:04 +02:00
Pavol Rusnak
c27dcde85a
pythonPackages.pytest-random-order: init at 1.0.4
2019-09-01 10:09:19 +02:00
Marek Mahut
29e7629318
Merge pull request #67865 from ivan/init-diesel-cli
...
diesel-cli: init at 1.4.0
2019-09-01 08:51:32 +02:00
Marek Mahut
05fbc579cd
Merge pull request #67815 from xrelkd/add/cargo-watch
...
cargo-watch: init at 7.2.1
2019-09-01 08:28:14 +02:00
Ivan Kozik
1ac28e704f
diesel-cli: init at 1.4.0
...
Fixes #67797 .
2019-09-01 03:39:23 +00:00
worldofpeace
6bf3d68b8d
Merge pull request #67842 from lopsided98/rtmpdump-openssl-1.1
...
rtmpdump: use OpenSSL 1.1 to fix gstreamer crash
2019-08-31 23:32:36 -04:00
Aaron Andersen
3ee1adcf6e
Merge pull request #67818 from xvapx/remove/crashplan
...
Remove/crashplan
2019-08-31 21:47:27 -04:00
Marti Serra
d3de35967a
crashplan, crashplan-small-business: remove pkg and module
2019-09-01 03:25:19 +02:00
Aaron Andersen
945f47a139
Merge pull request #66099 from timor/udis86
...
udis86: init at 1.7.2
2019-08-31 17:50:43 -04:00
Michael Weiss
19c18e104b
waypipe: init at 0.6.1 ( #67713 )
...
waypipe: init at 0.6.1
2019-08-31 23:48:50 +03:00
Ben Wolsieffer
29d9be2e72
rtmpdump: fix build with OpenSSL 1.1
2019-08-31 13:50:54 -04:00
markuskowa
ca15c0bd60
Merge pull request #67820 from Lassulus/nixos-generators
...
nixos-generators: init at 1.0.0
2019-08-31 19:26:45 +02:00
Frederik Rietdijk
98ef78326d
Merge staging-next into staging
2019-08-31 18:07:33 +02:00
Frederik Rietdijk
96e5474329
Merge master into staging-next
2019-08-31 18:04:31 +02:00
Silvan Mosberger
4727a40be9
Merge pull request #65283 from averelld/add-x2goserver-module
...
Add x2goserver module
2019-08-31 17:49:41 +02:00
Aaron Andersen
6951cbeea9
Merge pull request #66238 from jonringer/update-vulkan
...
Update vulkan packages
2019-08-31 11:45:50 -04:00
timor
09781e81c3
udis86: init at 1.7.2
2019-08-31 16:38:26 +02:00
Aaron Andersen
5858a3693e
Merge pull request #67758 from etu/init-usbtop
...
usbtop: init at 1.0
2019-08-31 09:48:23 -04:00
Tim Steinbach
a919868ff1
linux: Remove 5.1
...
The 5.1.x series is not supported anymore
2019-08-31 09:17:48 -04:00
Peter Simons
107af97c90
python-mailman-hyperkitty: initial version 1.1.0
2019-08-31 14:47:19 +02:00
Alexander
35ac3344e7
colmap: init at 3.5 ( #67759 )
...
* colmap: init at 3.5
2019-08-31 08:06:46 -04:00
Alyssa Ross
fd26f5a9d5
ruby: 2.5.5 -> 2.6.3
...
According to nix-review, this does not introduce any new build failures and I
had it run on my systems for a while, but there might be breakages at runtime.
Since I'm not going to go through every Ruby package one at a time, I
think the best thing to do is bump this so we can get bug reports of
breakages from people who actually use those packages.
2019-08-31 11:48:06 +00:00
Lassulus
a8d26fc34a
Merge pull request #63127 from bzizou/trimal
...
trimal: init at 1.4.1
2019-08-31 13:04:41 +02:00
Samuel Leathers
4b515cf6ef
Merge remote-tracking branch 'upstream/master' into staging-next
...
* upstream/master:
vimPlugins: update (#67823 )
mattermost-desktop: 4.2.0 -> 4.2.3 (#67717 )
lightspark: init at 0.8.1 (#67425 )
anki: 2.1.11 -> 2.1.14 (#67738 )
nixos/{namecoind,bitcoind}: removing the altcoin prefix
rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 06:53:44 -04:00
Aaron Andersen
4c6b09d134
Merge pull request #67618 from endocrimes/i-gotestsum
...
gotestsum: Init at 0.3.5
2019-08-31 06:45:13 -04:00
lassulus
66ed329b99
nixos-generators: init at 1.0.0
2019-08-31 12:37:07 +02:00
John Chadwick
e3aaada61d
lightspark: init at 0.8.1 ( #67425 )
2019-08-31 06:00:20 -04:00
Frederik Rietdijk
06af54c986
Fixup merge by removing incorrect emacsXXPackages
2019-08-31 10:27:54 +02:00
Danielle Lancashire
1c9253ce2b
gotestsum: Init at 0.3.5
2019-08-31 10:09:32 +02:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
Vincent Laporte
81760f3235
ocamlPackages.cstruct: 3.1.1 -> 4.0.0
...
ocamlPackages.cstruct-sexp: init at 4.0.0
ocamlPackages.x509: 0.6.1 -> 0.7.1
ocamlPackages.tls: 0.9.0 -> 0.10.4
jackline: 2018-05-11 -> 2019-08-08
2019-08-31 06:55:26 +00:00
Vincent Laporte
10ffd51a96
ocamlPackages.bigarray-compat: init at 1.0.0
2019-08-31 06:55:26 +00:00
Vincent Laporte
e9edc7537a
ocamlPackages.gmap: init at 0.3.0
2019-08-31 06:55:26 +00:00
Vincent Laporte
d33df05f50
ocamlPackages.domain-name: init at 0.3.0
2019-08-31 06:55:26 +00:00
xrelkd
18508dcb6a
cargo-watch: init at 7.2.1
2019-08-31 14:47:01 +08:00
averelld
5a581c420c
python.pkgs.handout: init at 1.0.0 ( #66263 )
2019-08-31 00:19:16 -04:00
Aaron Andersen
27bd71c008
Merge pull request #67668 from strager/iwyu-0.12
...
include-what-you-use: 0.10 -> 0.12
2019-08-30 20:41:51 -04:00
Maximilian Bosch
1a1d1bc389
Merge pull request #67786 from danieldk/maturin
...
maturin: 0.6.1 -> 0.7.0
2019-08-31 01:44:25 +02:00
Evan Stoll
d2c4d4d6b6
openrazer-daemon: init at 2.6.0
2019-08-30 17:22:46 -04:00
Evan Stoll
bcbadc5ba2
kernel: openrazer: init at 2.6.0
2019-08-30 17:21:28 -04:00
Evan Stoll
50eba5b688
pythonPackages.openrazer: init at 2.6.0
2019-08-30 17:20:44 -04:00
zimbatm
3d0af7848c
Merge pull request #67607 from zimbatm/verifpal-0.2
...
verifpal: init at 0.2
2019-08-30 21:56:52 +02:00
zimbatm
792bb4f7f6
verifpal: init at 0.2
2019-08-30 21:56:12 +02:00
zimbatm
027b117fee
pigeon: init at 20160310
2019-08-30 21:56:12 +02:00
Aaron Andersen
765596278b
Merge pull request #67380 from doronbehar/package-uq
...
uq: init at 2018-05-27
2019-08-30 15:49:04 -04:00
Daniël de Kok
7e29ce8a77
maturin: 0.6.1 -> 0.7.0
...
pyo3-pack has been renamed to maturin version 0.7.0. Other larger
changes are:
- Mixed rust/python layout
- Added PEP 517 support
- Support settings all applicable fields from the python core
metadata specification in Cargo.toml
2019-08-30 20:59:44 +02:00
Averell Dalton
1eb8f58130
x2goserver: init at 4.1.0.3
2019-08-30 19:24:42 +02:00
Averell Dalton
3cd8f4300c
perlPackages.ConfigSimple: init at 4.59
2019-08-30 19:24:42 +02:00
Elis Hirwing
93a27dbe9f
usbtop: init at 1.0
2019-08-30 18:54:29 +02:00
Doron Behar
c11fd45c24
uq: init at 2018-05-27
2019-08-30 19:54:02 +03:00
adisbladis
f7b5be81a8
Merge pull request #66301 from adisbladis/emacspackages-deprecated-drop
...
emacs-packages: Drop deprecated package sets
2019-08-30 17:18:20 +01:00
Michael Weiss
69402e6607
Merge pull request #67652 from primeos/cage
...
cage: init at 0.1.1
2019-08-30 18:01:36 +02:00
adisbladis
41d1b8fa88
emacsPackages: Drop old emacsPackages (non-NG) sets
...
These have been deprecated for a long time now and has not seen much maintenance.
2019-08-30 16:43:16 +01:00
Peter Simons
131910992b
python-HyperKitty: initial version 1.2.2
...
Package the mail archiver for GNU Mailman. I liberally borrowed code
from @globin's repository [1].
[1] https://github.com/mayflower/nixexprs/tree/master/pkgs/python
2019-08-30 14:25:13 +02:00
Marek Mahut
65f7fa4f6e
Merge pull request #67333 from nlewo/pr-yq-go
...
yq-go: init at 2.4.0
2019-08-30 13:36:31 +02:00
Aaron Andersen
88c3f36033
Merge pull request #67715 from Ma27/citrix-workspace-1908
...
citrix_workspace: add 1908 (`citrix_workspace_19_8_0`)
2019-08-30 07:18:47 -04:00
Robin Gloster
3f8ac3f78d
Merge pull request #67676 from johanot/fix-kinetic-cpp-client
...
kinetic-cpp-client: use openssl_1_0_2
2019-08-30 12:55:37 +02:00
Antoine Eiche
984acf8004
yq-go: init at 2.4.0
2019-08-30 10:17:55 +02:00
Averell Dalton
9a2f83feb9
gradle: 5.3.1 -> 5.6.1
2019-08-30 04:37:56 +02:00
Silvan Mosberger
bfb06ec5d9
Merge pull request #67510 from Infinisil/crystal-infra
...
Crystal package builder
2019-08-30 00:06:27 +02:00
Marek Mahut
bc08b42da4
Merge pull request #67687 from jb55/altcoin-reorg
...
Remove altcoins set and create blockchains section
2019-08-29 23:17:28 +02:00
worldofpeace
810b2fb4f3
Merge pull request #67701 from jtojnar/twemoji
...
twitter-color-emoji: init at 12.1.2
2019-08-29 16:37:00 -04:00
Jan Tojnar
4e4d67b79f
twitter-color-emoji: init at 12.1.2
2019-08-29 21:33:26 +02:00
Maximilian Bosch
87f818d9b2
citrix_workspace: add 1908 (citrix_workspace_19_8_0
)
...
New release:
https://www.citrix.de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
(unfortunately there's no version-specific link for the latest version).
Also added `preferLocalBuild = true;` to the derivation, due to
`requireFile` you have to build it yourself anyway, however I use
distributed builds by default and figured that this shouldn't be needed
since the longest part of the build would be the upload of the source
archive in that case.
2019-08-29 20:24:17 +02:00
Michael Weiss
8ca970d6a7
cage: init at 0.1.1
2019-08-29 19:17:58 +02:00
William Casarin
8f4216bd97
move wallet software into the blockchains section
2019-08-29 05:06:06 -07:00
William Casarin
8d6cb26e41
all-packages: add blockchains section
...
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:06:05 -07:00
William Casarin
72682e4654
tree: rename altcoins to blockchains
...
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00
Johan Thomsen
298439f4fa
kinetic-cpp-client: use openssl_1_0_2
2019-08-29 11:08:10 +02:00
Matthew Glazar
7ba8b728dc
include-what-you-use: 0.10 -> 0.12
...
Release notes:
https://github.com/include-what-you-use/include-what-you-use/releases/tag/clang_8.0
IWYU version 0.12 is based on LLVM/Clang version 8.0.
2019-08-28 22:31:57 -07:00
WilliButz
b602b5c067
Merge pull request #67634 from mmahut/prometheus-cups-exporter
...
prometheus-cups-exporter: init at unstable-2019-03-17
2019-08-28 21:07:16 +02:00
Marek Mahut
0c4cb4c102
prometheus-cups-exporter: init at unstable-2019-03-17
2019-08-28 19:56:12 +02:00
Silvan Mosberger
6233291d95
Merge pull request #64738 from rnhmjoj/magnetico
...
magnetico: init package and service
2019-08-28 18:39:21 +02:00
adisbladis
eb0189c1dc
Merge pull request #67402 from stigtsp/package/ripasso-cursive-unstable
...
ripasso-cursive: init unstable at 2019-08-27
2019-08-28 14:25:02 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Stig Palmquist
2d36aa63fd
ripasso-cursive: init unstable at 2019-08-27
2019-08-28 11:56:04 +02:00
Michael Fellinger
07054b42d8
wayback_machine_downloader: init at 2.2.1 ( #67533 )
...
* wayback_machine_downloader: init at 2.2.1
* Fix description
2019-08-28 11:37:54 +02:00
Vincent Laporte
a86fe43558
ocamlPackages.lambdaTerm: remove at 1.6
2019-08-28 06:36:57 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
Frederik Rietdijk
a2538606e3
python2Packages.numpy: 1.16.4 -> 1.16.5
2019-08-28 08:12:41 +02:00
Tadeo Kondrak
0a72c32723
libplacebo: init at 1.1.8.0
2019-08-27 23:30:41 +02:00