Commit graph

1834 commits

Author SHA1 Message Date
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Alvar Penning 8f81d7554f reuse: 0.11.1 -> 0.12.1
Next to the version bump, the tests are now executed.
2021-01-14 15:55:10 +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
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Sandro Jäckel 5112d49007
nix-update: 0.3.1 -> 0.3.2 2021-01-09 17:03:41 +01:00
github-actions[bot] e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Benjamin Hipple a091507c98
Merge pull request #108278 from alexameen/conda-shell
conda: Source conda.sh during conda-shell setup
2021-01-08 16:51:56 -05: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
Mario Rodas dfd0182493
Merge pull request #108552 from marsam/update-nfpm
nfpm: 1.10.2 -> 2.2.2
2021-01-06 09:43:43 -05:00
Mario Rodas 4e885b9a7e nfpm: 1.10.2 -> 2.2.2 2021-01-05 23:38:10 -05:00
Orivej Desh 4e2a4fc133 nixUnstable: 2.4pre20201201_5a6ddb3 -> 2.4pre20201205_a5d85d0
It support newer aws-cpp-sdk since https://github.com/NixOS/nix/pull/4316
2021-01-06 06:05:52 +00:00
Orivej Desh b07089cd1a nix: patch to support newer aws-sdk-cpp
Upstream PR: https://github.com/NixOS/nix/pull/4404
2021-01-06 06:05:52 +00:00
Orivej Desh 4cb0e9e1c4 nix: update aws-sdk-cpp TransferManager ContentEncoding patch for 1.8.113 2021-01-06 06:05:51 +00:00
zowoq 4abbfd83d9 nix-update: 0.3 -> 0.3.1
https://github.com/Mic92/nix-update/releases/tag/0.3.1
2021-01-06 05:46:08 +10:00
Guillaume Girol b28e5f3c9a appimage-run: add regression test 2021-01-05 20:26:15 +01:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Frederik Rietdijk f7267e9797
Merge pull request #107783 from NixOS/staging-next
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
Bernardo Meurer aabff59994
Merge pull request #108283 from andersk/cargo-download
cargo-download: Fix build by bumping url from 1.6.0 to 1.6.1
2021-01-03 06:39:32 +00:00
Anders Kaseorg 74a8ac4648 cargo-download: Fix build by bumping url from 1.6.0 to 1.6.1
url 1.6.0 no longer builds with Rust 1.40 and later due to a lifetime
bug uncovered by NLL: https://github.com/Xion/cargo-download/pull/7

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-01-02 19:51:22 -08:00
alexameen d3b633bafc conda: Source conda.sh during conda-shell setup 2021-01-02 19:09:01 -06:00
github-actions[bot] ec161d2240
Merge master into staging-next 2021-01-02 12:24:09 +00:00
Florian Klink 8c657c3576 nix: remove traceVal
This slipped through review of
https://github.com/NixOS/nixpkgs/pull/108069.
2021-01-02 11:09:57 +01:00
Frederik Rietdijk e48db707e4 Merge master into staging-next 2021-01-02 08:49:09 +01:00
Florian Klink 31999436da nix: fix closure bloat on nix
The conditional preventing closure bloat unfortunately didn't apply for
the `nix` attribute, which is at 2.3.10 (not 2.4.*, what this did check
for).

Due to the somewhat funny 2.4pre* version strings used for nixUnstable
not being understood by lib.versionOlder, we also need to explicitly add
a check for that.
2020-12-31 20:06:34 +01:00
github-actions[bot] e75c8744cb
Merge master into staging-next 2020-12-30 18:40:45 +00:00
Marc Seeger efef8e9963 librepo: enable zchunk support on darwin 2020-12-30 07:08:49 -08:00
github-actions[bot] 056304189c
Merge master into staging-next 2020-12-30 06:22:20 +00:00
Anderson Torres 4f5ae3e7d2
Merge pull request #106800 from MetaDark/protontricks
protontricks: 1.4.2 -> 1.4.3
2020-12-30 01:06:55 -03:00
Lucas Ransan 2cb2a5348e nixUnstable: fix build on gcc10 2020-12-28 08:43:33 +01:00
Marc Seeger 08725b90e9 rpm: 4.15.1 -> 4.16.1.2 2020-12-25 14:50:33 -08:00
Sandro 0e01df647b
Merge pull request #107592 from Mic92/nix-update
nix-update: 0.2 -> 0.3
2020-12-25 21:20:16 +01:00
Jörg Thalheim cfef9737e6
nix-update: 0.2 -> 0.3 2020-12-25 20:59:46 +01:00
Marc Seeger 638eefae70 microdnf: init at 3.6.0 2020-12-22 15:48:59 -08:00
Marc Seeger dd5ffa7b94 libdnf: init at 0.55.2 2020-12-22 15:48:49 -08:00
Florian Klink 6dc6c33a06
Merge pull request #107104 from rb2k/librepo_darwin
librepo: add darwin support
2020-12-20 00:07:18 +01:00
Marc Seeger 8718533c22 librepo: add darwin support 2020-12-19 11:37:08 -08:00
Eelco Dolstra a8c49a97a6
nix: 2.3.9 -> 2.3.10 2020-12-18 12:33:49 +01:00
Kira Bruneau 57c9834f7d protontricks: don't hard code default wine in winetricks
Reduces closure size by 1.8G
2020-12-13 10:25:03 -05:00
Kira Bruneau 3054057943 protontricks: 1.4.2 -> 1.4.3 2020-12-12 20:52:00 -05:00
MetaDark 56b35d8859 protontricks: support proton wine with steam-run 2020-12-12 20:52:00 -05:00
Sandro Jäckel b675bbbc53
apk-tools: Mark broken on darwin 2020-12-09 01:34:07 +01:00
Sandro Jäckel 1d63d74e88
nix-update-source: Disable tests bceause package does not contain any 2020-12-03 11:15:21 +01:00
Sandro Jäckel de499540ae
nix-update-source: switch to pname, version 2020-12-03 11:15:10 +01:00
Bruno Bigras 2d1b0c3e88 nixUnstable: pre20201118_79aa7d9 -> pre20201201_5a6ddb3 2020-12-01 14:39:24 -05:00
R. RyanTM 77c4fd4672 nfpm: 1.10.1 -> 1.10.2 2020-12-01 03:32:18 +00:00
Sander van der Burg 2a1d7f0d00 DisnixWebService: 0.9 -> 0.10 2020-11-28 20:15:21 +01:00
Sander van der Burg d69472f1b4 disnixos: 0.8 -> 0.9 2020-11-28 20:15:21 +01:00
Sander van der Burg a5f63596a9 disnix: 0.9.1 -> 0.10 2020-11-28 20:15:21 +01:00
Sander van der Burg 5d1125ede5 dysnomia: 0.9.1 -> 0.10 2020-11-28 20:15:21 +01:00
Sandro Jäckel 9e3c598bb7
nixpkgs-review: 2.4.2 -> 2.5.0 2020-11-26 11:57:44 +01:00
tomberek ac0ac4fe51
dydisnix: init at unstable (#49366)
* dydisnix: init at unstable-2018-04-26

updated with suggestions from @xeji

* Update pkgs/tools/package-management/disnix/dydisnix/default.nix

Co-Authored-By: Ryan Mulligan <ryan@ryantm.com>

* Add dydisxnix and libnixxml

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
Co-authored-by: Tom Bereknyei <tom@rebelliondefense.com>
2020-11-25 07:27:28 -08:00
zowoq 6794b7eed6 nix-update: 0.1 -> 0.2
https://github.com/Mic92/nix-update/releases/tag/0.2
2020-11-25 07:45:20 +10:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Mario Rodas dd33b3082e
Merge pull request #104523 from r-ryantm/auto-update/emplace
emplace: 0.3.8 -> 0.3.9
2020-11-21 21:37:59 -05:00
R. RyanTM 4904246f7d emplace: 0.3.8 -> 0.3.9 2020-11-21 20:04:18 +00:00
Robert Hensing 18506b716e
Merge pull request #104289 from hercules-ci/update-nixUnstable-2020-11-19
nixUnstable: pre20201102_550e11f -> pre20201118_79aa7d9
2020-11-21 13:00:55 +01:00
Robert Hensing 4dd5da0ad0 nixUnstable: pre20201102_550e11f -> pre20201118_79aa7d9
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2020-11-20 13:11:05 +01:00
Eelco Dolstra 80097e57c9
nix: 2.3.8 -> 2.3.9 2020-11-20 13:03:04 +01:00
Mario Rodas 78942ee55f
Merge pull request #103893 from r-ryantm/auto-update/nfpm
nfpm: 1.10.0 -> 1.10.1
2020-11-18 23:04:33 -05:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
R. RyanTM e0cf1be863 nfpm: 1.10.0 -> 1.10.1 2020-11-15 11:15:37 +00:00
R. RyanTM f811748969 cargo-about: 0.2.2 -> 0.2.3 2020-11-15 01:06:24 +00:00
R. RyanTM e8226dbef0 nfpm: 1.8.0 -> 1.10.0 2020-11-11 17:38:20 +00:00
Mario Rodas 94a810c56d nixops: add patch to follow redirects in nixos-infect 2020-11-05 04:20:00 +00:00
R. RyanTM 365c7bdc14 libsForQt5.packagekit-qt: 1.0.1 -> 1.0.2 2020-11-04 03:47:59 +00:00
Graham Christensen f4f9f307a4
nixUnstable: 3.0pre20201020_e0ca98c -> 2.4pre20201102_550e11f 2020-11-02 16:53:06 -05:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Anderson Torres 6123e8d854
Merge pull request #102299 from AndersonTorres/update-cde
cde: update expression
2020-11-01 09:35:55 -03:00
Mario Rodas f1e2111526
Merge pull request #102324 from r-ryantm/auto-update/cargo-outdated
cargo-outdated: 0.9.11 -> 0.9.13
2020-11-01 07:07:01 -05:00
R. RyanTM a98a24fe15 cargo-outdated: 0.9.11 -> 0.9.13 2020-11-01 07:07:58 +00:00
AndersonTorres 682d96df88 cde: update expression
The old Github repository (pgbovine/CDE) was deleted; usnistgov/corr-CDE is an
alternative fork.
2020-11-01 02:05:37 -03:00
Mario Rodas 088865c946
Merge pull request #102050 from r-ryantm/auto-update/emplace
emplace: 0.3.7 -> 0.3.8
2020-10-30 07:49:42 -05:00
R. RyanTM b62111d73a cargo-audit: 0.12.1 -> 0.13.1 2020-10-30 01:03:01 +00:00
R. RyanTM e589cc0afc emplace: 0.3.7 -> 0.3.8 2020-10-29 14:06:51 +00:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Ryan Mulligan 921fd8c807
Merge pull request #101392 from r-ryantm/auto-update/cargo-release
cargo-release: 0.13.5 -> 0.13.8
2020-10-23 14:26:13 -07:00
R. RyanTM 1f4f05add0 cargo-release: 0.13.5 -> 0.13.8 2020-10-22 15:50:24 +00:00
Maximilian Bosch 2e722907de
Merge pull request #101359 from r-ryantm/auto-update/cargo-audit
cargo-audit: 0.12.0 -> 0.12.1
2020-10-22 15:47:28 +02:00
Eelco Dolstra d28565a1c6
nix: 2.3.7 -> 2.3.8 2020-10-22 14:47:55 +02:00
R. RyanTM 30cee8a46c cargo-audit: 0.12.0 -> 0.12.1 2020-10-22 11:59:31 +00:00
zowoq c70acdfd09 cargo-edit: drop darwin workaround 2020-10-22 11:24:37 +10:00
Eelco Dolstra f25bb567f6 nixUnstable: 3.0pre20200829_f156513 -> 3.0pre20201020_e0ca98c 2020-10-21 12:52:48 +02:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Maximilian Bosch 0ca023a1df
Merge pull request #100516 from JohnTitor/cargo-update-4.1.2
cargo-update: 4.1.1 -> 4.1.2
2020-10-16 20:29:51 +02:00
Mario Rodas dfc7a83369
Merge pull request #100571 from sternenseemann/licensee-9.14.1
licensee: 9.14.0 → 9.14.1
2020-10-15 07:34:20 -05:00
sternenseemann 81975c891c licensee: 9.14.0 → 9.14.1 2020-10-15 11:31:02 +02:00
Andrew Childs 85e0d375cf nix: build with default stdenv
This was required for Nix v2.2.2 which did not build with
libcxx 7. This is no longer required for any current version of Nix.
2020-10-15 16:07:01 +09:00
Yuki Okushi 06e6d55b45 cargo-update: 4.1.1 -> 4.1.2 2020-10-15 05:04:23 +09:00
Daniël de Kok f91426713b cargo-edit: pass the Security dependency properly 2020-10-13 08:51:35 +02:00
happysalada 80ce132382 cargo-edit: fix Darwin build 2020-10-13 08:49:29 +02:00
Kevin Cox 8d5f158fe4
cargo-edit: 0.6.0 -> 0.7.0 2020-10-03 21:32:54 -04:00
Jonathan Ringer a51c51c6b0
nixpkgs-review: 2.4.1 -> 2.4.2 2020-10-03 07:25:39 -07:00
Jonathan Ringer 6d812f2a73
nixpkgs-review: 2.4.0 -> 2.4.1 2020-09-28 11:55:59 -07:00
Mario Rodas b50431ffb2
Merge pull request #98827 from r-ryantm/auto-update/nfpm
nfpm: 1.7.0 -> 1.8.0
2020-09-26 07:35:47 -05:00
R. RyanTM 3f8533e836 nfpm: 1.7.0 -> 1.8.0 2020-09-26 05:32:59 +00:00
R. RyanTM d290b85d2c emplace: 0.3.6 -> 0.3.7 2020-09-25 06:03:11 +00:00
oxalica 7bd19e7a25
nix-prefetch: fix compatibility with nixUnstable again 2020-09-21 20:19:46 +08:00
MetaDark b94338be05 protontricks: 1.4.1 -> 1.4.2
Formatted with nixpkgs-fmt
2020-09-19 09:37:15 -04:00
Sascha Grunert 29ddc02847
cargo-kcov: init at 0.5.2 (#97691)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-10 23:45:40 +02:00
Ted Reed b8e0f0cd72 rpm: add openmp when building with clang
The Darwin build has been broken with a missing header file "omp.h";
llvmPackages.openmp provides it.

Including this library is only necessary when clang is used.
2020-09-10 12:16:06 -07:00
Timo Kaufmann ad55e4c7d4 home-manager: 2020-03-17 -> 2020-09-06
The package was broken due to [1], which is fixed upstream in [2]. The
repo has moved to nix-community, so we might as well encode the redirect
here.

[1] https://github.com/NixOS/nixpkgs/pull/96042
[2] 0399839271
2020-09-08 14:53:50 +02:00
Jonathan Ringer da6f02596b
nix-template: init at 0.1.0 2020-08-30 17:50:56 -07:00
Konstantin Alekseev 4243ebb07e nixUnstable: pre20200721_ff314f1 -> pre20200829_f156513 2020-08-30 16:42:00 +03:00
R. RyanTM 555cb2491c librepo: 1.12.0 -> 1.12.1 2020-08-30 10:41:59 +02:00
Jonathan Ringer 66cb0b52a1
nixpkgs-review: 2.3.1 -> 2.4.0 2020-08-29 10:13:26 -07:00
Daniël de Kok 984ec92129
Merge pull request #96496 from symphorien/nix-du-update
nix-du: 0.3.1 -> 0.3.3
2020-08-28 09:07:13 +02:00
Symphorien Gibol 4f89e2f313 nix-du: 0.3.1 -> 0.3.3 2020-08-27 12:00:00 +00:00
R. RyanTM f1a7906568 nfpm: 1.6.0 -> 1.7.0 2020-08-26 15:49:07 +00:00
Daniël de Kok 90892df95b
Merge pull request #95835 from danieldk/cargo-update-man
cargo-update: install man pages
2020-08-20 22:13:32 +02:00
Jörg Thalheim 6c0a602e0d
Merge pull request #95807 from JohnTitor/remove-cargo-tree
cargo-tree: remove
2020-08-20 08:43:21 +01:00
Daniël de Kok 7695190731 cargo-update: install man pages 2020-08-20 08:41:44 +02:00
Daniël de Kok 3b9cb4fcf4
Merge pull request #95832 from JohnTitor/cargo-update-v4.1.1
cargo-update: 3.0.0 -> 4.1.1
2020-08-20 08:14:08 +02:00
Yuki Okushi d82d3209de
cargo-release: 0.13.3 -> 0.13.5 2020-08-20 14:38:44 +09:00
Yuki Okushi e7177adafc
cargo-update: 3.0.0 -> 4.1.1 2020-08-20 14:24:38 +09:00
Yuki Okushi a19d6323c0
cargo-tree: remove 2020-08-20 01:33:40 +09:00
zowoq cea5c7f95f cargo-release: fix darwin build 2020-08-17 10:36:06 +10:00
zowoq b12099956c cargo-update: fix darwin build 2020-08-17 00:16:37 +10:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Maximilian Bosch d22cd376e5
Merge pull request #95161 from lf-/patch-1
nix-doc: init at 0.3.3
2020-08-15 00:29:08 +02:00
lf- 5b494c6355 nix-doc: init at 0.3.3 2020-08-12 14:23:24 -07:00
Mario Rodas 40d299cf71
Merge pull request #95153 from r-ryantm/auto-update/nfpm
nfpm: 1.5.0 -> 1.6.0
2020-08-11 06:08:35 -05:00
R. RyanTM be8b651026 nfpm: 1.5.0 -> 1.6.0 2020-08-11 08:35:29 +00:00
Jörg Thalheim 346874b79e
nix-prefetch: make fit for flakes 2020-08-11 05:38:37 +01:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM bdb54befe2 nfpm: 1.3.2 -> 1.5.0 2020-08-02 07:39:36 +00:00
Oleksii Filonenko 77fc7d268b
Merge pull request #94394 from r-ryantm/auto-update/emplace
emplace: 0.3.5 -> 0.3.6
2020-08-01 11:16:33 +03:00
R. RyanTM 381d8ba2db emplace: 0.3.5 -> 0.3.6 2020-08-01 00:28:50 +00:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Daniël de Kok bd437f83ba
Merge pull request #93775 from r-ryantm/auto-update/clib
clib: 1.11.3 -> 1.11.4
2020-07-25 11:39:22 +02:00
R. RyanTM 355cb1f451 clib: 1.11.3 -> 1.11.4 2020-07-24 15:28:37 +00:00
sternenseemann d7e5006b53 licensee: init at 9.14.0 2020-07-24 13:42:49 +02:00
Maximilian Bosch 85819d4bbf
nixUnstable: 2.4pre20200719_a79b6dd -> 2.4pre20200721_ff314f1
Fixes errors like this for me:

```
error: --- Error ------------------------------- nix-build
Nix daemon out of memory
(use '--show-trace' to show detailed location information)
```
2020-07-22 14:29:18 +02:00
Eelco Dolstra 38880a5ec2 nixUnstable: 2.4pre7805_984e5213 -> 2.4pre20200719_a79b6dd 2020-07-20 16:06:24 +02:00
Sirio Balmelli 5a29435e2e
dpkg: 1.20.0 -> 1.20.5
Fixes broken Darwin build in 1.20.0

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-20 13:47:11 +02:00
R. RyanTM c805f76e09 cargo-outdated: 0.9.10 -> 0.9.11 2020-07-20 02:55:59 +00:00
Mario Rodas 3871c773ef
Merge pull request #92822 from r-ryantm/auto-update/opkg
opkg: 0.4.2 -> 0.4.3
2020-07-14 09:04:45 -05:00
R. RyanTM fa5b04d1a0 opkg: 0.4.2 -> 0.4.3 2020-07-10 02:23:29 +00:00
Eelco Dolstra 046427570e
nix: 2.3.6 -> 2.3.7 2020-07-08 16:58:54 +02:00
R. RyanTM 11eb84bb9f librepo: 1.11.3 -> 1.12.0 2020-07-07 00:34:02 +02:00
Matthew Bauer 985071630e
Merge pull request #92414 from matthewbauer/nix-cross
Fix nix cross compilatino
2020-07-06 10:41:16 -04:00
Matthew Bauer 00be3fac9f nix: gmock is a library
https://hydra.nixos.org/build/123111516
2020-07-06 01:46:43 -04:00
Matthew Bauer 01ede8c615 nix: don’t precompile headers on cross compilation
avoids this error:

  mk/precompiled-headers.mk:38: *** Don't know how to precompile headers on aarch64-unknown-linux-gnu-g++.  Stop.
2020-07-06 01:46:10 -04:00
R. RyanTM 63866c47f8 pacman: 5.2.1 -> 5.2.2 2020-07-05 23:25:38 +00:00
Alyssa Ross e91e213aca apk-tools: init at 2.10.5 2020-07-04 01:27:18 +00:00
R. RyanTM 502ad5b0ef
nfpm: 1.3.1 -> 1.3.2 (#92055) 2020-07-02 18:31:38 -05:00
R. RyanTM 683b181d9e emplace: 0.3.3 -> 0.3.5 2020-06-26 07:50:10 +00:00
Eelco Dolstra b505bf202b Update nixUnstable and nixFlakes 2020-06-22 12:11:49 +02:00
Luflosi ff51213cbc reuse: 0.11.0 -> 0.11.1
https://github.com/fsfe/reuse-tool/releases/tag/v0.11.1
2020-06-19 22:16:52 +05:30
Daniel Schaefer 5f5caaceb4
Merge pull request #72956 from JohnAZoidberg/rpm-415 2020-06-15 19:55:42 +02:00
Frederik Rietdijk 59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
Samuel Dionne-Riel 27e13f4f64 nix-universal-prefetch: 0.2.0 -> 0.3.0 2020-06-14 08:42:30 +02:00
Frederik Rietdijk 1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Luke Granger-Brown d45fd11a81 reuse: 0.7.0 -> 0.11.0 2020-06-13 11:36:01 +05:30
Jan Tojnar acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Mario Rodas d75c7da388
Merge pull request #89854 from r-ryantm/auto-update/nfpm
nfpm: 1.2.1 -> 1.3.1
2020-06-08 18:24:14 -05:00
Domen Kožar c86af902f4 nix: allow static compilation 2020-06-08 17:47:44 -05:00
R. RyanTM fc757c4683 nfpm: 1.2.1 -> 1.3.1 2020-06-08 22:33:46 +00:00
Daniel Schaefer f56b70378e rpm: 4.14.2.1 -> 4.15.1
It's only compatible with Python3 now.
2020-06-08 19:27:41 +02:00
Vladimír Čunát 677e3960b5
Merge #82342: rustPlatform: increase build-speed of checkPhase
...for rust-packages (into staging)
2020-06-05 09:12:30 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Eelco Dolstra aef2bc1330
nix: 2.3.6 -> 2.3.6 2020-06-03 14:57:39 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Marek Mahut a9ecd36dcb
Merge pull request #89020 from johanot/morph-improvements
morph: 1.4.0 -> 1.5.0
2020-05-27 20:51:46 +02:00
Eelco Dolstra e8896deced
nix: 2.3.4 -> 2.3.5 2020-05-27 16:48:28 +02:00
Johan Thomsen 6448b903aa morph: 1.4.0 -> 1.5.0
also; make package more patchable by delaying to postPatch and not
referring to $src
2020-05-27 14:49:33 +02:00
Eelco Dolstra fdecd9eeda nixFlakes: 2.4pre20200501_941f952 -> 2.4pre20200521_00b562c 2020-05-26 11:14:35 +02:00
rnhmjoj aee614c996
treewide: replace bazaar with breezy 2020-05-25 09:22:54 +02:00
Matthew Bauer faa7ae8643 nix-bundle: 0.3 -> 0.4 2020-05-24 09:27:47 +02:00
Jörg Thalheim 36124b2861 nix-update: init at 0.1 2020-05-21 23:56:59 +10:00
Mario Rodas 6dc90e85ce
Merge pull request #88197 from r-ryantm/auto-update/nfpm
nfpm: 1.2.0 -> 1.2.1
2020-05-19 20:57:46 -05:00
R. RyanTM c24b312b11 nfpm: 1.2.0 -> 1.2.1 2020-05-19 20:02:49 +00:00
R. RyanTM 072aa71614 emplace: 0.3.1 -> 0.3.3 2020-05-19 05:10:50 +00:00
Mario Rodas 2466f88853
Merge pull request #87992 from r-ryantm/auto-update/cargo-about
cargo-about: 0.2.0 -> 0.2.2
2020-05-16 19:49:56 -05:00
R. RyanTM 8b3301c6ff cargo-about: 0.2.0 -> 0.2.2 2020-05-16 23:28:37 +00:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Maximilian Bosch 0d7f889607
cargo-deb: fix build 2020-05-13 01:47:44 +02:00
Robert Helgesson fe5479f301
home-manager: remove myself from the maintainers list 2020-05-12 19:22:22 +02:00
Antoine Eiche 15d1011615 nixUnstable: pre7346_5e7ccdc9 -> pre7534_b92f58f6 2020-05-12 15:23:52 +02:00
Ryan Mulligan 8891b98fbd
Merge pull request #87085 from filalex77/emplace-0.3.1
emplace: 0.2.21 -> 0.3.1
2020-05-07 07:19:09 -07:00
Vladyslav M 0a2046a703
Merge pull request #87171 from r-ryantm/auto-update/cargo-audit 2020-05-07 14:18:16 +03:00
R. RyanTM fa4968b723 cargo-audit: 0.11.2 -> 0.12.0 2020-05-07 08:13:35 +00:00
Raphael Borun Das Gupta 8335fe7dbb home-manager: add meta.homepage 2020-05-06 22:29:12 +02:00
Maximilian Bosch c0f897ebee
Merge pull request #87123 from r-ryantm/auto-update/cargo-outdated
cargo-outdated: 0.9.9 -> 0.9.10
2020-05-06 20:54:27 +02:00
R. RyanTM 09409dcfc2 cargo-outdated: 0.9.9 -> 0.9.10 2020-05-06 17:44:03 +00:00
Eelco Dolstra 90b5fe2372
Merge pull request #86819 from eadwu/nixFlakes/2.4pre20200501_941f952
nixFlakes: 2.4pre20200403_3473b19 -> 2.4pre20200501_941f952
2020-05-06 14:15:51 +02:00
Oleksii Filonenko 10a1a3782f emplace: 0.2.21 -> 0.3.1 2020-05-06 14:45:32 +03:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00
R. RyanTM 1b89cdddcf clib: 1.11.2 -> 1.11.3 2020-05-04 21:40:20 -07:00
Mario Rodas 3dca1ffee8
Merge pull request #86732 from filalex77/emplace-0.2.21
emplace: 0.2.19 -> 0.2.21
2020-05-04 20:20:24 -05:00
Edmund Wu f1e3278849
nixFlakes: 2.4pre20200403_3473b19 -> 2.4pre20200501_941f952 2020-05-04 14:51:04 -04:00
Oleksii Filonenko 136ff07f95 emplace: 0.2.19 -> 0.2.21 2020-05-04 07:40:32 +00:00
Pavol Rusnak 7b0167204d treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Frederik Rietdijk 484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
Mario Rodas 2e9da6ba7f
Merge pull request #86302 from filalex77/emplace-0.2.19
emplace: 0.2.15 -> 0.2.19
2020-04-30 23:36:18 -05:00
Oleksii Filonenko 8df55ef0c7 cargo-deb: 1.23.2 -> 1.24.0 2020-04-30 12:54:27 +03:00
Oleksii Filonenko a0a75a947a emplace: 0.2.15 -> 0.2.19 2020-04-29 13:21:04 +03:00
Jan Tojnar 2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
worldofpeace 34444e7b45
Merge pull request #86231 from symphorien/nix-du-strictDeps
nix-du: fix with strictDeps
2020-04-28 13:34:43 -04:00
Symphorien Gibol 83c66e956f nix-du: fix with strictDeps
Fixes https://github.com/symphorien/nix-du/issues/4
2020-04-28 12:00:00 +00:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Jörg Thalheim 2805d68529
nixpkgs-review: 2.3.0 -> 2.3.1 2020-04-27 17:37:06 +01:00
misuzu 8c0c24bf93 nix-simple-deploy: init at 0.1.1 2020-04-24 17:19:01 -07:00
Jörg Thalheim 43790ee675
nixpkgs-review: 2.2.0 -> 2.3.0 2020-04-22 12:54:42 +01:00
Peter Hoeg 52c06182eb
nix-prefetch: 0.3.0 -> 0.3.1 (#85367)
* nix-prefetch: 0.3.0 -> 0.3.1

* nix-prefetch: date in man page

* nix-prefetch: use UTC
2020-04-17 21:10:24 +08:00
Sander van der Burg dc13460a6c dysnomia: 0.9 -> 0.9.1 2020-04-14 14:31:13 +02:00
R. RyanTM 85e20b4854 xbps: 0.59 -> 0.59.1 2020-04-12 17:46:25 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Eelco Dolstra cea352d276
nix: 2.3.3 -> 2.3.4 2020-04-10 17:23:28 +02:00
Vladyslav M 9ffacc0b02
Merge pull request #84761 from r-ryantm/auto-update/cargo-outdated
cargo-outdated: 0.9.8 -> 0.9.9
2020-04-09 08:45:53 +03:00
R. RyanTM 456c52cccb cargo-outdated: 0.9.8 -> 0.9.9 2020-04-09 01:27:35 +00:00
Samuel Leathers 72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Eelco Dolstra 7121160d5b
Merge pull request #84214 from edolstra/update-nix
Update nixUnstable + nixFlakes, remove nix1
2020-04-05 10:20:02 +02:00
Eelco Dolstra b23f697b00 nix: 2.4pre7250_94c93437 -> 2.4pre7346_5e7ccdc9, 2.4pre20200220_4a4521f -> 2.4pre20200403_3473b19 2020-04-04 21:57:16 +02:00
Eelco Dolstra 5d583db5a2 Remove Nix 1.x 2020-04-04 21:57:15 +02:00
Oleksii Filonenko 6ee3f91071 emplace: 0.2.14 -> 0.2.15 2020-04-03 12:21:52 +03:00
Eelco Dolstra 9737f24919 packagekit: Don't depend on nix unless enableNixBackend = true 2020-04-02 19:32:21 +02:00
R. RyanTM 59df624398 emplace: 0.2.12 -> 0.2.14 2020-04-01 11:28:34 +00:00
Timo Kaufmann fe9ea7a88a
Merge pull request #83763 from timokau/home-manager-2020-03-17
home-manager: 2020-03-07 -> 2020-03-17
2020-03-30 14:30:05 +00:00
Timo Kaufmann 3df35ce37e home-manager: 2020-03-07 -> 2020-03-17
Includes https://github.com/rycee/home-manager/pull/1099.
2020-03-30 11:38:51 +02:00
Jörg Thalheim 49787b63b9
cargo-update: fix strict deps build 2020-03-29 12:37:24 +01:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Benjamin Hipple 7f62b75c79
Merge pull request #83070 from killercup/cargo-edit-0.6.0
cargo edit: 0.5.0 -> 0.6.0
2020-03-25 21:31:37 -04:00
Vladyslav M 3e1b5a3c79
Merge pull request #83346 from dywedir/cargo-outdated
cargo-outdated: 0.9.7 -> 0.9.8
2020-03-25 20:48:16 +02:00
Timo Kaufmann d5c0289982
home-manager: extend platforms to unix
To match the upstream default.nix.
2020-03-25 19:26:11 +01:00
Timo Kaufmann a1a81b3fe7
home-manager: install bash completions 2020-03-25 19:25:55 +01:00
Vladyslav M 9dd2537d21
cargo-outdated: 0.9.7 -> 0.9.8 2020-03-25 10:39:48 +02:00
Jörg Thalheim 4be2b7e826
morph: fix strict deps build 2020-03-23 08:14:54 +00:00
Maximilian Bosch 066e6f79ac
cargo-release: 0.13.1 -> 0.13.3
https://github.com/sunng87/cargo-release/releases/tag/v0.13.3
2020-03-22 23:11:46 +01:00
Pascal Hertleif 84ac1d59a8 cargo edit: 0.5.0 -> 0.6.0
- Update to new version
- Add myself as maintainer
- Some workspace test failed with a cargo config error, I didn't
  investigate too much.
- Add Apache 2.0 license
2020-03-22 11:31:09 +01:00
Mario Rodas c70cc016d7 mynewt-newt: fix build on darwin 2020-03-21 06:19:00 -05:00
Timo Kaufmann 04a0ff8cc5
Merge pull request #82347 from timokau/home-manager-2020-03-07
home-manager: 2020-01-04 -> 2020-03-07
2020-03-16 16:36:10 +00:00
Mario Rodas 7b0398c36e
Merge pull request #82271 from r-ryantm/auto-update/dpkg
dpkg: 1.19.7 -> 1.20.0
2020-03-15 23:10:14 -05:00
Sander van der Burg 875bcef98b base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build 2020-03-15 16:37:47 +01:00
R. RyanTM 08690436a8 xbps: 0.58 -> 0.59 2020-03-14 14:32:09 +01:00
Mario Rodas bf71875060 nfpm: 1.1.10 -> 1.2.0 2020-03-13 03:17:20 +00:00
Maximilian Bosch 98d134b253
cargo-release: 0.13.0 -> 0.13.1 2020-03-12 17:53:10 +01:00
R. RyanTM ed588cb31c librepo: 1.11.2 -> 1.11.3 2020-03-12 11:18:25 +01:00
Timo Kaufmann c3fa56f3b4 home-manager: 2020-01-04 -> 2020-03-07 2020-03-11 23:08:34 +01:00
Maximilian Bosch c2524362eb
cargo-update: 2.5.0 -> 3.0.0 2020-03-11 22:35:18 +01:00
Maximilian Bosch a483b787cb
cargo-outdated: 0.9.5 -> 0.9.7 2020-03-11 22:29:29 +01:00
R. RyanTM 5454317570 dpkg: 1.19.7 -> 1.20.0 2020-03-10 18:56:46 +00:00
Jörg Thalheim 115a8e8d14
Merge pull request #81833 from bignaux/appimage-run
appimage-run: unify appimageTools and appimage-run
2020-03-09 11:18:21 +00:00
Benjamin Hipple a67fbc1562
cargo-license: upgrade cargo fetcher and cargoSha256 (#82084) 2020-03-08 21:06:00 -04:00
Bignaux Ronan a3df64c8a7 appimage-exec.sh: simplify and improve getopts options 2020-03-08 20:34:23 +01:00
Bignaux Ronan b36d3f2c4a appimage: replace writeScript to a standalone appimage-exec.sh 2020-03-07 20:24:26 +01:00
R. RyanTM d2bea921e2 emplace: 0.2.10 -> 0.2.12 2020-03-05 18:20:16 +00:00