Kid
|
c772d7503d
|
p7zip: update owner info
|
2021-07-11 16:20:38 +00:00 |
|
Felix Rath
|
7cb8324a91
|
arc_unpacker: 2019-01-28 -> 2021-05-17, add darwin build (#123393)
Co-authored-by: midchildan <git@midchildan.org>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2021-05-25 00:44:09 +02:00 |
|
github-actions[bot]
|
3ff6965554
|
Merge master into staging-next
|
2021-05-17 06:22:23 +00:00 |
|
Ben Siraphob
|
c5a669d3f7
|
treewide: remove unzip where not needed
|
2021-05-16 19:29:28 -07:00 |
|
Andrew Childs
|
0a5dcc9840
|
gnutar: fix cross compilation on darwin
|
2021-05-17 00:26:59 +09:00 |
|
Felix Rath
|
21108101a5
|
arc_unpacker: add missing hooks and clear up license
|
2021-05-15 13:09:27 -07:00 |
|
Felix Rath
|
59ceb1926a
|
arc_unpacker: fix build
|
2021-05-15 13:09:27 -07:00 |
|
Sebastian Sellmeier
|
2b5b2b624c
|
xarchiver: 0.5.4.14 -> 0.5.4.17 (#122848)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2021-05-13 23:48:42 +02:00 |
|
Stéphan Kochen
|
b7b547b7c3
|
bomutils: fix darwin build
|
2021-05-11 17:42:48 +02:00 |
|
Samuel Gräfenstein
|
7c710c8b74
|
quickbms: init at 0.11.0
|
2021-05-08 11:02:54 -07:00 |
|
Samuel Gräfenstein
|
317cc8fad0
|
p7zip: add meta.mainProgram
|
2021-04-29 14:51:50 +02:00 |
|
R. RyanTM
|
c5baafbe22
|
p7zip: 17.03 -> 17.04
|
2021-04-06 02:27:39 -04:00 |
|
Sandro Jäckel
|
3453b89f4b
|
lzma: deprecate alias
|
2021-04-04 19:49:52 +02:00 |
|
Frederik Rietdijk
|
cd7593f815
|
innoextract: drop python as dep
|
2021-04-03 17:06:10 +02:00 |
|
github-actions[bot]
|
eb499aa20e
|
Merge master into staging-next
|
2021-03-25 00:17:22 +00:00 |
|
zseri
|
75499c628b
|
rpm2targz: don't put runtime deps into buildInputs
|
2021-03-23 13:07:53 +01:00 |
|
R. RyanTM
|
63e9c2fbf2
|
gnutar: 1.32 -> 1.34
|
2021-03-20 09:36:47 +01:00 |
|
Anna Kudriavtsev
|
3bfce611c3
|
7zz: init at 21.01
|
2021-03-19 15:01:49 -07:00 |
|
Jan Tojnar
|
2445e9a681
|
Merge branch 'master' into staging-next
|
2021-03-18 19:24:39 +01:00 |
|
zseri
|
98f353c405
|
rpm2targz: init at 9.0.0.5g
|
2021-03-17 03:00:58 +01:00 |
|
Jan Tojnar
|
913394a1d9
|
Merge branch 'staging-next' into staging
|
2021-03-01 19:30:56 +01:00 |
|
R. RyanTM
|
c0903d97c4
|
fsarchiver: 0.8.5 -> 0.8.6
|
2021-02-28 12:25:16 +00:00 |
|
Ben Siraphob
|
127733211e
|
treewide: unzip buildInputs to nativeBuildInputs (#112302)
|
2021-02-20 16:01:53 -05:00 |
|
github-actions[bot]
|
abe7db36a4
|
Merge staging-next into staging
|
2021-02-20 00:36:40 +00:00 |
|
Ben Siraphob
|
223f25cf4a
|
treewide: add targetPrefix to hardcoded references to CC=cc
|
2021-02-20 01:01:46 +07:00 |
|
Ben Siraphob
|
e03c068af5
|
treewide: makeWrapper buildInputs to nativeBuildInputs
|
2021-02-19 20:09:16 +07:00 |
|
figsoda
|
6c80f90e03
|
xtrt: init at unstable-2021-02-17
|
2021-02-16 22:35:52 -05: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 |
|
zowoq
|
31f5dd3f36
|
treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
|
2021-01-20 09:11:11 +10:00 |
|
Ben Siraphob
|
d6aeae8f90
|
pkgs/tools: pkgconfig -> pkg-config (2)
|
2021-01-17 23:27:27 +07:00 |
|
Ben Siraphob
|
76f93cc731
|
pkgs/tools: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07:00 |
|
ajs124
|
0004c16701
|
p7zip: 17.01 -> 17.03
|
2021-01-14 02:58:41 +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 |
|
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
|
Lucas Ransan
|
7fd60b3c97
|
p7zip: fix build on gcc10
|
2020-12-28 08:43:32 +01:00 |
|
Sandro
|
17345770a7
|
Merge pull request #101788 from tex/tex/xarchiver
xarchiver: fix running
|
2020-12-11 08:46:27 +01:00 |
|
Gabriel Ebner
|
02362007aa
|
pax: init at 20201030
|
2020-12-03 18:03:30 +01:00 |
|
Graham Christensen
|
bc49a0815a
|
utillinux: rename to util-linux
|
2020-11-24 12:42:06 -05:00 |
|
Ryan Mulligan
|
28ee64cd0d
|
Merge pull request #86310 from marius851000/ctrtool
ctrtool: 0.16 -> 0.7 and fix cross compiling
|
2020-11-23 20:39:25 -08:00 |
|
midchildan
|
302cbf171c
|
arc_unpacker: init at unstable-2019-01-28
|
2020-11-14 18:07:03 +09:00 |
|
freezeboy
|
209fbcb121
|
unarj: remove (broken since 2016, insecure since 2015)
|
2020-11-02 03:10:24 +01:00 |
|
Milan Svoboda
|
c4853561d3
|
fix xarchiver
|
2020-10-29 18:58:12 +01:00 |
|
Lassulus
|
8d01f0d48c
|
Merge pull request #89249 from david-sawatzke/maxcso-init
maxcso: init at 1.12.0
|
2020-08-22 16:28:53 +02:00 |
|
R. RyanTM
|
028853c3ef
|
innoextract: 1.8 -> 1.9
|
2020-08-21 20:50:42 -07:00 |
|
Daniël de Kok
|
fdc7e050b0
|
Merge pull request #95841 from prusnak/bomutils
bomutils: init at 0.2
|
2020-08-21 07:48:55 +02:00 |
|
Pavol Rusnak
|
96b6e5bc12
|
bomutils: init at 0.2
|
2020-08-20 20:45:45 +02:00 |
|
Matthew Bauer
|
e57df5816d
|
undmg: use file name instead of pipe
There’s some issue in really big files with pipes that doesn’t occur
in filename decompression.
|
2020-08-19 19:35:29 -05:00 |
|
Matthew Bauer
|
4694b671b1
|
undmg: 1.0.5 -> 1.1.0
|
2020-08-19 19:35:14 -05:00 |
|
Frederik Rietdijk
|
50c060d13d
|
Merge master into staging-next
|
2020-08-01 19:37:20 +02:00 |
|