Commit graph

931 commits

Author SHA1 Message Date
Babbaj 7c609936c5
gb-backup: 2021-03-06 -> 2021-04-07 2021-05-11 15:08:22 -04:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM a8926057f0 bacula: 11.0.1 -> 11.0.2 2021-05-08 18:00:19 -07:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
John Ericson 17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Mitch Fossen 77dc94f4d0 kopia: 0.7.3 -> 0.8.4 2021-04-29 18:47:27 -05:00
R. RyanTM 07edccbb6c dar: 2.6.14 -> 2.7.0 2021-04-29 16:23:53 -04:00
R. RyanTM cc9ffa3520 bupstash: 0.8.0 -> 0.9.0 2021-04-22 06:54:59 +00:00
Cole Helbling b9e4b02b38 zrepl: 0.3.1 -> 0.4.0
https://github.com/zrepl/zrepl/compare/v0.3.1...v0.4.0

Most notably (IMO), a new status UI!
2021-04-18 13:39:57 -07:00
github-actions[bot] 496c7d3e9d
Merge master into staging-next 2021-04-09 06:05:54 +00:00
Mario Rodas 0abc38a934 wal-g: 0.2.19 -> 0.2.21 2021-04-09 04:20:00 +00:00
Sandro 6fc2b7ecc2
Merge pull request #116570 from dnr/gphotos-sync 2021-04-09 02:55:52 +02:00
Jan Tojnar c04a14edd6 Merge branch 'master' into staging-next 2021-04-06 16:01:14 +02:00
Sandro 7c932296e0
Merge pull request #116335 from SuperSandro2000/move-aliases.nix 2021-04-05 04:07:15 +02:00
github-actions[bot] 8277f3982e
Merge master into staging-next 2021-04-04 18:13:55 +00:00
Sandro Jäckel 3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Gabriel Ebner d207656690 duplicity: reduce closure size 2021-04-04 14:49:39 +02:00
Sandro Jäckel 62733b37b4
mysql: deprecate alias 2021-04-04 03:18:57 +02:00
github-actions[bot] 470f04796a
Merge master into staging-next 2021-04-03 06:05:27 +00:00
Sandro ee8c25055b
Merge pull request #117737 from babbaj/master 2021-04-03 02:28:44 +02:00
github-actions[bot] 74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Gabriel Ebner 757a09c437 duplicity: add setuptools_scm dependency 2021-04-02 19:57:46 +02:00
Babbaj af57dd5747
gb-backup: init at 2021-03-06 2021-04-02 13:30:52 -04:00
rnhmjoj 61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
github-actions[bot] 01b3d1558f
Merge staging-next into staging 2021-03-30 18:15:09 +00:00
Sandro e570d93519
borgbackup: rename directory to borgbackup (#118073) 2021-03-30 16:48:27 +02:00
github-actions[bot] d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
Martin Weinelt ff166608d2
Merge pull request #117945 from SuperSandro2000/doc-output 2021-03-30 12:10:37 +02:00
Sandro Jäckel 782f17ede8
borg: split doc into separate output 2021-03-29 17:27:24 +02:00
github-actions[bot] ea21c98571
Merge staging-next into staging 2021-03-28 06:05:34 +00:00
Ryan Mulligan e6dc07efd5
Merge pull request #117461 from r-ryantm/auto-update/bupstash
bupstash: 0.7.0 -> 0.8.0
2021-03-27 20:32:22 -07:00
David Reiss fbef268c3c gphotos-sync: init at 2.14.2 2021-03-26 14:08:55 -07:00
Jan Tojnar b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
R. RyanTM 8593ea1d36 bupstash: 0.7.0 -> 0.8.0 2021-03-24 22:18:44 +01:00
Robert Schütz 05bf5d726d borgbackup: move setuptools-scm to nativeBuildInputs 2021-03-23 12:16:03 +01:00
Robert Schütz 966e0302d5 borgbackup: add passthru.tests 2021-03-23 12:08:12 +01:00
Robert Schütz 6761a8ebf6 borgbackup: use correct output for zstd headers 2021-03-23 12:05:31 +01:00
Martin Weinelt f146d46156
borgbackup: 1.1.15 -> 1.1.16
https://github.com/borgbackup/borg/blob/1.1.16/docs/changes.rst\#version-1116-2021-03-23
2021-03-23 01:01:08 +01:00
github-actions[bot] 2c40ff9620
Merge staging-next into staging 2021-03-21 06:17:18 +00:00
R. RyanTM 5909e40ec8 dar: 2.6.13 -> 2.6.14 2021-03-20 22:42:39 -07:00
Erik Arvstedt 3fc0f7abcd
rsbep: 0.1.0 -> 0.2.0 2021-03-20 22:23:57 +01:00
R. RyanTM e1ae077b4b monolith: 2.4.0 -> 2.4.1 2021-03-15 03:48:37 -04:00
Léo Gaspard 4ee87cfead
Merge pull request #113620 from imlonghao/borgmatic
borgmatic: init at 1.5.12
2021-03-10 18:13:04 +01:00
Lassulus 9279d307f3
Merge pull request #113898 from ck3d/ck3d-fix-bup-par2
bup: Fix par2 path patching
2021-03-07 11:54:27 +01:00
Fabian Affolter b377158579
Merge pull request #115077 from r-ryantm/auto-update/bupstash
bupstash: 0.6.4 -> 0.7.0
2021-03-05 08:50:32 +01:00
R. RyanTM 6d362be608 bupstash: 0.6.4 -> 0.7.0 2021-03-04 13:13:42 +00:00
imlonghao c026da4056 borgmatic: init at 1.5.12 2021-03-04 13:01:03 +08:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
timds 4e2b38d137 wal-g: enable support for brotli compression
Brotli support was always on until v0.2.10. It is enabled by default
in the wal-g's 'official' releases and build instructions, so it makes
sense to enable it in nixpkgs too.

wal-g has a Makefile (not used by nixpkgs) which statically links to
brotli v1.0.7 (a C library). Nixpkgs dynamically links to brotli
v1.0.9.
2021-03-01 17:13:55 +01:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Simon Bruder 59f5c54916
restic: 0.11.0 -> 0.12.0 (#114329) 2021-02-25 23:00:20 +01:00
Sandro Jäckel e688a0124b
btrbk: remove unused input 2021-02-23 15:58:34 +01:00
Christian Kögler 5e652b35db
Update pkgs/tools/backup/bup/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-22 23:18:24 +01:00
Christian Kögler 442c078376 bup: Fix par2 path patching
Because of Python 3 compatibility change in bup 0.30.1 the substitution fails.
2021-02-21 14:15:14 +01:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
David Anderson 2bb5ff0da2 zrepl: init at 0.3.1.
Signed-off-by: David Anderson <dave@natulte.net>
2021-02-17 20:18:30 -08:00
Sandro Jäckel 090a5827dc
sanoid: remove unused input 2021-02-18 00:00:44 +01:00
Sandro Jäckel a494f92d9c
btrbk: remove stale substituteInPlace 2021-02-16 06:56:20 +01:00
R. RyanTM d4184932e2 bacula: 11.0.0 -> 11.0.1 2021-02-09 22:13:04 +00:00
R. RyanTM 921b163516 dump: 0.4b46 -> 0.4b47 2021-02-04 07:51:57 +00:00
Sandro 4f93b4c80d
Merge pull request #108176 from StephenWithPH/duplicity-0.8.17
duplicity: 0.8.15 -> 0.8.17
2021-01-31 19:40:39 +01:00
R. RyanTM 142a7ede61 duply: 2.2 -> 2.3 2021-01-30 20:43:02 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Guillaume Girol c3bb176525
Merge pull request #99418 from woffs/stenc-1.0.8
stenc: 1.0.7 -> 1.0.8
2021-01-23 15:02:24 +00:00
Sandro 9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
zowoq 2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Frank Doepper 5dd1286cfa stenc: 1.0.7 -> 1.0.8 2021-01-21 20:49:15 +01:00
R. RyanTM 6a1ed983ba monolith: 2.3.1 -> 2.4.0 2021-01-20 05:19:53 +00:00
zowoq e75795a548 iceshelf: use spaces for indentation 2021-01-20 10:53:10 +10:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
R. RyanTM f020af824d bup: 0.31 -> 0.32 2021-01-19 08:25:00 +00:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Sandro a588b71b37
Merge pull request #107720 from freezeboy/update-bacula
bacula: 9.6.6 -> 11.0.0
2021-01-12 01:51:25 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik Rietdijk 0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Sandro b80f4f1a31
Merge pull request #108638 from andrewchambers/bupstash
bupstash: init at 0.6.4
2021-01-10 12:47:51 +01:00
Andrew Chambers 0380ee437b bupstash: init at 0.6.4 2021-01-10 22:58:42 +13:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro Jäckel ac391fdc0b
pythonPackages:google*: Noramlize names by replacing _ with - 2021-01-06 23:59:50 +01:00
Sandro Jäckel ffced65cee
grab-site: Fix package 2021-01-06 11:05:14 +01:00
github-actions[bot] f0187a2cf3
Merge staging-next into staging 2021-01-04 12:26:43 +00:00
Peter Simons 4a55ebeca2
Merge pull request #104089 from enolan/fix-duplicity-s3-deps
duplicity: add missing deps for S3
2021-01-04 11:44:41 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
StephenWithPH 28ed82c18e
duplicity: 0.8.15 -> 0.8.17 2021-01-01 14:25:55 -08:00
Sandro cf35082db7
Merge pull request #107767 from Dyazz/master 2020-12-30 19:25:52 +01:00
Dyazz 2a1fcb02eb duplicacy: 2.3.0 -> 2.7.2 2020-12-29 20:37:31 +01:00
Sandro e3bca76d74
Merge pull request #97268 from StephenWithPH/duplicity_0.8.15
duplicity: 0.8.13 -> 0.8.15
2020-12-29 14:45:18 +01:00
freezeboy b66f058803 bacula: 9.6.6 -> 11.0.0 2020-12-28 14:31:12 +01:00
Martin Weinelt 541bab0533 borgbackup: 1.1.14 -> 1.1.15 2020-12-25 23:29:17 +01:00
Ollie Charles 1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Mario Rodas 3c22950438 wal-g: 0.2.18 -> 0.2.19
https://github.com/wal-g/wal-g/releases/tag/v0.2.19
2020-11-30 04:20:00 +00:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Frederik Rietdijk da12fc6838 Merge staging-next into staging 2020-11-18 15:36:56 +01:00
Kevin Cox 9f035ff857
Merge pull request #103205 from rajivr/update-zfsbackup-go
zfsbackup: update unstable-2019-03-05 -> unstable-2020-09-30
2020-11-17 17:04:08 -05:00
Echo Nolan 9c54156b09 duplicity: add missing boto3 dependency for new S3 backend 2020-11-17 12:21:26 -08:00