Commit Graph

52 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
520298bae5 bup: 0.33.2 -> 0.33.3 2023-12-29 06:39:14 +00:00
Zhaofeng Li
550b95e22c bup: Fix build on Darwin with LLVM 16
Fallout from #234710.
2023-12-03 11:37:49 -07:00
Atemu
ea1d1a8f52 bup: don't error out on implicit-function-declaration on darwin
Upstream should fix that but this fixes the build on Darwin for now:

```
building
build flags: SHELL=/nix/store/mxvgjwzdvrl81plvgqnzbrqb14ccnji6-bash-5.2-p15/bin/bash MANDIR=\$\(out\)/share/man DOCDIR=\$\(out\)/share/doc/bup BINDIR=\$\(out\)/bin LIBDIR=\$\(out\)/lib/bup
fatal: not a git repository (or any of the parent directories): .git
clang -I/nix/store/2rrfpkq6cr8ppip9szl0z1qfdlskdinq-python3-3.10.12/include/python3.10 -I/nix/store/2rrfpkq6cr8ppip9szl0z1qfdlskdinq-python3-3.10.12/include/python3.10 -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vnn3dp5cyjlknkqxmi29vbg812ml5m7r-libxcrypt-4.4.35/include -Wno-unused-command-line-argument -D_FILE_OFFSET_BITS=64 -Wno-unknown-pragmas -Wsign-compare -O2 -Wall -Werror -Wformat=2 -MMD -MP -D BUP_DEV_BUP_EXEC=1 -I/private/tmp/nix-build-bup-0.33.2.drv-0/source/src -I src  -g lib/cmd/bup.c src/bup/compat.c src/bup/io.c -lpython3.10 -lcrypt -ldl -L/nix/store/vnn3dp5cyjlknkqxmi29vbg812ml5m7r-libxcrypt-4.4.35/lib -framework CoreFoundation  -g -fPIE -o dev/bup-exec
lib/cmd/bup.c:153:14: error: implicit declaration of function '_NSGetExecutablePath' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    int rc = _NSGetExecutablePath(spath, &size);
             ^
1 error generated.
make: *** [GNUmakefile:185: dev/bup-exec] Error 1
```
2023-07-10 13:23:05 +02:00
rnhmjoj
723e9a529a
bup: add myself as maintainer 2023-07-07 13:02:11 +02:00
rnhmjoj
9a05dcc078
bup: 0.32 -> 0.33.2 2023-07-07 13:02:11 +02:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
ajs124
eec156df9c maintainers: remove muflax
github account deleted
2022-06-29 00:52:12 +02: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
R. RyanTM
f020af824d bup: 0.31 -> 0.32 2021-01-19 08:25:00 +00:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
rnhmjoj
23f735224c
bup: use python3 2020-10-14 17:03:10 +02:00
R. RyanTM
7a6435d20d bup: 0.30.1 -> 0.31 2020-08-25 05:12:20 +00:00
R. RyanTM
33b881f334 bup: 0.30 -> 0.30.1 2020-05-25 09:59:49 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
e5e983bf66 bup: 0.29.3 -> 0.30
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bup/versions
2019-10-21 04:32:45 -07:00
rnhmjoj
219ddc54e4
bup: 0.29.2 -> 0.29.3 2019-09-20 22:05:30 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Will Dietz
7959f77fad bup: 0.29.1 -> 0.29.2
https://github.com/bup/bup/blob/master/note/0.29.2-from-0.29.1.md
2018-11-02 20:10:03 -05:00
tilpner
d0601b6add
bup: PYTHONPATH -> withPackages
Without this, tornado was not found on startup (`bup web`),
even though it was provided by PYTHONPATH

Also see #22688
2018-01-06 21:10:57 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Lukasz Czyzykowski
4a9b30028d bup: enable darwin build
This package builds fine on macOS.
2017-05-19 13:54:28 +02:00
Aristid Breitkreuz
3f00bce59b Merge pull request #24723 from edanaher/update-bup
bup: 0.29 -> 0.29.1
2017-04-08 11:04:37 +02:00
Aristid Breitkreuz
65be0b3a4b bup: enable par2 by default
The par2 closure is <300 KB, so having it enabled by default seems
reasonable.
2017-04-07 21:47:03 +02:00
Evan Danaher
82a63385fb bup: 0.29 -> 0.29.1
This pretty much only has a single fix for gc --threshold 0:
https://github.com/bup/bup/blob/master/note/0.29.1-from-0.29.md
2017-04-07 15:44:10 -04:00
edanaher
77b7b7df33 bup: 0.28.1 -> 0.29 (#23876) 2017-03-15 21:20:25 +01:00
Frederik Rietdijk
0674ed1b6b bup: use python2 2016-11-08 22:48:54 +01:00
jhhuh
89cbb88d26 bup-0.28.1: fix on darwin, upstream released patch removed 2016-10-09 16:54:51 +02:00
sternenseemann
c96ddb6433 bup: 0.26 -> 0.28.1 (#18531) 2016-09-13 07:01:16 +02:00
Tuomas Tynkkynen
1bf5ded193 treewide: Lots of meta.hydraPlatforms -> meta.platforms
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Joachim Fasting
5e1bea1ec2
bup: refactorings
- Use `fetchFromGitHub`
- Apply patches standard patch phase
- Use `pythonPackages`
- Use `stdenv.is{Darwin,Linux}`
- meta fixups
- Enable support for the web front-end
2016-05-28 15:32:49 +02:00
Florent Becker
d7749f27f3
bup: add ${git} to the $PATH of the wrapper
Otherwise, bup tries to run git from the user's PATH, which may or may not
exist.

Closes #15691
2016-05-28 02:08:41 +02:00
John Wiegley
6c1d408b47 bup: Patch to work on Darwin 10.10 2015-07-30 16:20:04 -07:00
Domen Kožar
9b7b2ce8eb Revert "Introduce patchShebangsPhase ran in preConfigurePhases"
This reverts commit 512fbb280f.

See #5368
2015-01-08 10:26:49 +01:00
Domen Kožar
512fbb280f Introduce patchShebangsPhase ran in preConfigurePhases
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-02 02:58:32 +01:00
muflax
e5480cab83 bup: update to 0.26 and adopt it
[Bjørn: use patchShebangs to unbreak chroot build (fixes up references
to /usr/bin/env {python,bash}]
2014-12-26 14:09:56 +01:00
Peter Simons
48f24712dc Fix a lots of evaluation errors on Hydra. 2013-12-10 23:20:23 +01:00
Evgeny Egorochkin
829b29153b clean up git revision handling in several packages 2013-11-13 12:46:55 +02:00
Peter Simons
fe273e8965 Revert "backup tools bup, storeBackup: implement sanity check" on behalf of Marc.
This reverts commit c823bc37d6. The
newly added test case needs more work to succeed on Hydra. See
<http://permalink.gmane.org/gmane.linux.distributions.nixos/11382>
for further details.
2013-09-01 21:32:40 +02:00
Marc Weber
c823bc37d6 backup tools bup, storeBackup: implement sanity check
bup:
- update
- run make test (all tests seem to pass :-)
- add python.modules.readline
- add comment that there is no way to prune old revisions (yet)
2013-09-01 02:22:01 +02:00
Peter Simons
06d02090d2 bup: enable Hydra builds 2013-04-26 12:51:46 +02:00
Peter Simons
2879cf569e bup: update to version 0.25-rc1-107-g96c6fa2 and drop -Werror to fix the build
/nix/store/4jfqcb4mzh3vl08zgfh9ir46jii7rcb9-python-2.7.3/include/python2.7/modsupport.h:27:1: error: 'PyArg_ParseTuple' is an unrecognized format function type [-Werror=format=]
   PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
   ^
  cc1: all warnings being treated as errors
2013-04-07 23:33:19 +02:00
Peter Simons
b33ad366a1 Merge branch 'master' into stdenv-updates. 2013-01-11 15:46:10 +01:00
Mathijs Kwik
fbeb84b288 bup: optionally depend on par2cmdline
The default is to use it from path when available, as this is an
optional feature.
2013-01-06 18:44:55 +01:00
Peter Simons
9e9cd7b529 Merge branch 'master' into stdenv-updates. 2013-01-04 21:00:53 +01:00
Mathijs Kwik
66a7fa30b8 bup: upgrade to git20121224 2013-01-01 13:50:14 +01:00
Eelco Dolstra
ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Mathijs Kwik
107f5e3560 bup: include support for xattrs, acls and fuse on linux
this enables the commands "bup meta" and "bup fuse".
2012-08-05 14:03:34 +02:00