Commit Graph

37 Commits

Author SHA1 Message Date
Olivier 'reivilibre
b2eda78bea dar: include zstd as buildInput to support Zstd-compressed archives 2023-02-18 12:54:44 +00:00
R. Ryantm
0e4e7d94cc dar: 2.7.7 -> 2.7.8 2022-12-07 14:34:58 +08:00
Atemu
a50b78b535 dar: use fetchzip
It's cleaner to have the source files directly rather than the tarball. fetchzip
unpacks tarballs after fetching them.
2022-12-02 07:44:16 +01:00
Atemu
dade319b30 dar: one list item per line 2022-12-02 07:44:16 +01:00
Atemu
5b2d084e4d dar: cleanup 2022-12-02 07:44:16 +01:00
Atemu
58710ad37d dar: use llvmPackages_12 rather than gcc on Darwin
As pointed out by @wegank in
https://github.com/NixOS/nixpkgs/pull/202218#issuecomment-1322708760, a newer
clang also works.
2022-12-02 07:44:16 +01:00
Atemu
802115d022 dar: unbreak on Darwin
Error with LLVM stdenv on aarch64-darwin:

libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../.. -DLIBDAR_MODE=64 -DDAR_LOCALEDIR=\"/nix/store/waclhq32gacp2010gyjx17f9h6xpsf8d-dar-2.7.7/share/locale\" -I/nix/store/1m4gsx4p4fl5xpg0h8splmwz7j2y3cbp-gpgme-1.18.0-dev/include -I/nix/store/fpc4g6ql1mx4na5rkjhik5f2wixymzhy-libassuan-2.5.5-dev/include -I/nix/store/qhznxypyfh3w5xdbxxd2n47d9c8jr2bx-libgpg-error-1.45-dev/include -g -O2 -c parallel_block_compressor.cpp  -D__DYNAMIC__  -fno-common -DPIC -o .libs/parallel_block_compressor.o
In file included from parallel_tronconneuse.cpp:28:
In file included from ./parallel_tronconneuse.hpp:39:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string:506:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string_view:175:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/__string:57:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/algorithm:643:
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3455:7: error: exception specification of overriding function is more lax than base version
class __shared_ptr_emplace
      ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:4291:26: note: in instantiation of template class 'std::__1::__shared_ptr_emplace<libthreadar::barrier, std::__1::allocator<libthreadar::barrier>>' requested here
    ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...);
                         ^
parallel_tronconneuse.cpp:102:15: note: in instantiation of function template specialization 'std::__1::make_shared<libthreadar::barrier, unsigned long>' requested here
            waiter = make_shared<barrier>(num_workers + 2); // +1 for crypto_reade thread, +1 this thread
                     ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3364:13: note: overridden virtual function is here
    virtual ~__shared_weak_count();
            ^
1 error generated.
make[3]: *** [Makefile:1383: parallel_tronconneuse.lo] Error 1
2022-11-21 22:59:07 +01:00
R. Ryantm
e2fc23b9c6 dar: 2.7.6 -> 2.7.7 2022-08-10 13:01:10 +00:00
R. Ryantm
2fc3f8df49 dar: 2.7.5 -> 2.7.6 2022-06-25 14:34:11 +00:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
R. Ryantm
8f71270112 dar: 2.7.4 -> 2.7.5 2022-04-22 14:53:50 +00:00
R. Ryantm
ddf78f1312 dar: 2.7.3 -> 2.7.4 2022-03-16 03:49:26 +00:00
Izorkin
f5cd7567d3
dar: 2.7.1 -> 2.7.3 2022-01-07 15:53:18 +03:00
R. RyanTM
a900462807 dar: 2.7.0 -> 2.7.1 2021-05-17 15:58:49 -07:00
R. RyanTM
07edccbb6c dar: 2.6.14 -> 2.7.0 2021-04-29 16:23:53 -04:00
R. RyanTM
5909e40ec8 dar: 2.6.13 -> 2.6.14 2021-03-20 22:42:39 -07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
R. RyanTM
e4ac103c7d dar: 2.6.12 -> 2.6.13 2020-11-13 06:08:30 +00:00
R. RyanTM
b7fdb27f73 dar: 2.6.10 -> 2.6.12 2020-10-25 10:11:41 +01:00
Izorkin
d725486a67
dar: 2.6.9 -> 2.6.10 2020-08-27 18:31:22 +03:00
R. RyanTM
c7ca23e704 dar: 2.6.8 -> 2.6.9 2020-03-24 04:25:18 +00:00
R. RyanTM
a2589275f2 dar: 2.6.7 -> 2.6.8 2020-02-12 05:19:46 +00:00
R. RyanTM
51f055f277 dar: 2.6.6 -> 2.6.7 2020-01-15 08:14:12 +00:00
R. RyanTM
b1b85d18a8 dar: 2.6.5 -> 2.6.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2019-09-26 05:44:02 -07:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
1bac912940 dar: 2.6.4 -> 2.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2019-07-20 09:59:41 +02:00
R. RyanTM
28179bcd4d dar: 2.6.3 -> 2.6.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2019-06-01 05:00:13 -07:00
R. RyanTM
91085a26c9 dar: 2.6.2 -> 2.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2019-04-01 01:08:36 -07:00
Yurii Izorkin
90d1f9b095 dar: 2.6.1 -> 2.6.2 (#56460) 2019-02-28 16:24:46 +01:00
R. RyanTM
32819a3f0a dar: 2.6.0 -> 2.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2019-01-28 13:44:03 -08:00
R. RyanTM
f3c9480b6d dar: 2.5.18 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2019-01-03 15:18:08 -08:00
R. RyanTM
8ebabc3d9f dar: 2.5.17 -> 2.5.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2018-12-16 03:34:24 -08:00
R. RyanTM
fe071ae077 dar: 2.5.16 -> 2.5.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions
2018-10-03 14:22:13 -07:00
Markus Kowalewski
c3bffc172d
dar: add license 2018-09-11 23:54:23 +02:00
R. RyanTM
e4395211d2 dar: 2.5.15 -> 2.5.16 (#45245)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dar/versions.
2018-08-17 21:20:51 +02:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Izorkin
f7d6744cf8 dar: 2.5.14 -> 2.5.15 2018-07-12 17:41:41 +03:00