Timo Kaufmann
e8d4683909
home-manager: 2020-09-06 -> 2020-01-16
...
It has been a while since the last update. This includes some new
features [1] and at least one compatibility fix [2].
[1] 73506f947c/modules/misc/news.nix (L1653)
[2] https://github.com/nix-community/home-manager/pull/1703
2021-01-18 22:05:50 +01:00
R. RyanTM
f969aa0faa
emplace: 0.3.9 -> 0.4.1
2021-01-18 15:44:28 +00:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
msteen
a4e13d2a1a
nix-prefetch: 0.3.1 -> 0.4.0
2021-01-15 16:21:08 +01:00
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