Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
Jonathan Ringer
841893119d
zpaq: fix version and pull from github
2019-07-11 09:48:39 +02:00
volth
5ad79dc4bb
compilation for particular x86_64 architecture
2019-04-30 14:28:04 +00:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
John Ericson
fedcda6cda
zpaqd: Modernize derivation
...
- Simplified platform-specific options
- Almost ready for cross-compilation
2017-05-22 18:52:50 -04:00
Michael Raskin
2a4e9db699
zpaq: propagate version for updater
2016-09-26 15:49:30 +02:00
Michael Raskin
6187cf1ddc
zpaqd: 7.08 -> 7.15
2016-09-26 15:49:30 +02:00
Michael Raskin
abe14c13d1
zpaq: 7.14 -> 715
2016-09-26 15:49:29 +02:00
Eric Litak
94571e51c4
zpaq: only set -mtune on i686,x86_64 ( #18214 )
2016-09-02 13:34:11 +02:00
Tobias Geerinckx-Rice
d21727991b
zpaq: 7.13 -> 7.14
2016-07-23 21:44:09 +02:00
Tobias Geerinckx-Rice
7de7a35d59
zpaqd: 7.07 -> 7.08
...
Fixes double close in r command to output file.
2016-06-23 12:37:54 +02:00
Tobias Geerinckx-Rice
982f83d310
zpaq: 7.12 -> 7.13
2016-05-06 13:47:48 +02:00
Tobias Geerinckx-Rice
ad3a4cf7d4
zpaq: remove unused .upstream file
2016-04-28 14:20:11 +02:00
Tobias Geerinckx-Rice
ae8dce8d16
zpaq: 7.11 -> 7.12
...
Faster extract. Removes -encrypt (combined with -repack).
Also, we now correctly follow upstream's versioning and no longer
multiply the version number by 100. You may need to update manually.
2016-04-28 14:17:24 +02:00
Tobias Geerinckx-Rice
11ee4c394d
zpaq: 710 -> 711
2016-04-17 18:43:44 +02:00
Michael Raskin
f52af3b5a2
zpaqd: 633 -> 707
2016-04-13 14:47:04 +02:00
Tobias Geerinckx-Rice
d6c50706be
zpaq: 709 -> 710
...
Adds multi-part archives, -index. Some UI changes.
2016-04-11 23:39:47 +02:00
Tobias Geerinckx-Rice
feca1695f6
zpaq: 7.08 -> 7.09
...
Fixes bug in extracting streaming archive with empty first file name.
2016-04-07 23:55:11 +02:00
Tobias Geerinckx-Rice
56ff116f2a
zpaq: 7.07 -> 7.08
...
Changes:
- Removes multi-part archive support, -nodelete, add -test, and
-key prompt.
- Updated to libzpaq v7.08 (smaller decoder buffer).
- Updated Makefile to link libzpaq.o statically.
2016-04-05 03:25:45 +02:00
Tobias Geerinckx-Rice
d7a0a99f7f
zpaq: 706 -> 707
...
Fixes v7.06 bug in creating multipart encrypted archives with
incorrectly salted index.
2016-03-20 23:20:56 +01:00
Tobias Geerinckx-Rice
fb6786de36
zpaq: 705 -> 706
...
Changes:
- Fixes handling of some corrupted archives.
- Conforms to new spec zpaq205.pdf.
- New man page.
- Add Makefile [and adapt Nix expression to use it].
2016-03-18 08:03:48 +01:00
Tobias Geerinckx-Rice
3b065f0215
zpaqd: fix typo...
2015-12-31 05:09:13 +01:00
Tobias Geerinckx-Rice
4ae6598c0b
zpaq{,d}: clarify; improve description; maintain
2015-12-31 05:04:05 +01:00
Tobias Geerinckx-Rice
d04e57ea6a
zpaq{,d}: un-break compileFlags and stop using -march=native
...
Running zpaq on an older but not ancient 64-bit Intel server aborts
with an ‘Illegal instruction’ error. Turns out the build expression
was using -march=native to generate distibution binaries...
Change this to more conservative, portable settings which should
cover ‘all’ CPUs. It may run slightly slower — but that at least
implies running.
As a nice side effect, all common compile flags are now back in
`compileFlags` whence they came, and actually used consistently.
2015-12-31 05:04:05 +01:00
Michael Raskin
2a5679aeaa
Update ZPAQ
2015-05-10 13:36:43 +03:00
Michael Raskin
3c19c7d236
update zpaq
2015-03-21 21:29:40 +03:00
Michael Raskin
487b95f4d0
update zpaq
2015-03-09 01:03:01 +03:00
codyopel
e29b0da9c7
remove stdenv.isBSD
2015-02-24 22:15:51 -05:00
Michael Raskin
b09b841dc4
Update ZPAQ
2015-02-01 18:41:32 +03:00
Michael Raskin
ed19e6755f
ZPAQ: 655 → 660
2014-12-21 11:14:26 +03:00
Michael Raskin
20028936ab
Update ZPAQ
2014-08-03 22:29:41 +04:00
Michael Raskin
b7b58f90d8
Update ZPAQ
2014-06-10 09:41:23 +04:00
Michael Raskin
783fb585bf
Updating ZPAQ to 651
2014-05-28 01:33:29 +04:00
Michael Raskin
788b3f9ff9
Update zpaq
2014-03-08 21:13:00 +04:00
Michael Raskin
ad45ac4c2a
Update ZPAQ
2014-01-04 15:01:30 +04:00
Michael Raskin
9eba67dbcd
Fix/split ZPAQ after upgrade
2013-10-20 22:30:40 +04:00
Michael Raskin
bf721764ac
Updating ZPAQ to 642
2013-10-20 21:09:45 +04:00
Michael Raskin
b98ece6bc2
Auto-update some packages; no early build failures (SBCL and Wine not yet fully built)
2013-04-23 09:15:48 +04:00
Michael Raskin
5ec1806564
Adding ZPAQ archiver
2013-03-09 16:33:14 +04:00