github-actions[bot]
|
d64d339ecf
|
Merge master into staging-next
|
2023-07-29 06:01:06 +00:00 |
|
Andrew Marshall
|
ffabc8c658
|
fetchfirefoxaddon: fix passing md5 to fetchurl
Broken in 6f30e0a906 .
See https://github.com/NixOS/nixpkgs/issues/245949.
|
2023-07-28 16:18:15 -04:00 |
|
github-actions[bot]
|
eec08f8a6d
|
Merge staging-next into staging
|
2023-07-28 12:01:43 +00:00 |
|
Ben Wolsieffer
|
025af47303
|
writers: use runCommand instead of runCommandNoCC
runCommandNoCC is now an alias for runCommand, which was causing ofborg
failures with allowAliases = false.
|
2023-07-28 00:39:21 -04:00 |
|
Ben Wolsieffer
|
09dd973987
|
writers: use callPackages to import sub-groups of writers
Use callPackages instead of plain import to get proper splicing. Without this,
writeNginxConfig fails when cross-compiling.
|
2023-07-27 22:54:41 -04:00 |
|
github-actions[bot]
|
433ca82232
|
Merge staging-next into staging
|
2023-07-27 12:01:56 +00:00 |
|
Vladimír Čunát
|
1c0d654684
|
Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs
...into staging
|
2023-07-26 20:53:32 +02:00 |
|
Vladimír Čunát
|
13dd8ab149
|
Merge #243558: libredirect: fix build with clang 16
...into staging
|
2023-07-26 19:20:34 +02:00 |
|
Robert Hensing
|
0dd3989cef
|
tests.trivial-builders.writeTextFile: Test meta.mainProgram logic
|
2023-07-26 18:45:54 +02:00 |
|
Robert Hensing
|
a6aabd9d28
|
tests.trivial-builders.references: Only run where supported
|
2023-07-26 18:22:34 +02:00 |
|
Robert Hensing
|
89bdfd4687
|
trivial-builders: Move test list closer
|
2023-07-26 18:22:33 +02:00 |
|
Robert Hensing
|
d1dc8384ca
|
writeCBin: Add meta.mainProgram
... and add tests.
|
2023-07-26 18:22:26 +02:00 |
|
github-actions[bot]
|
f5a346e8e7
|
Merge staging-next into staging
|
2023-07-26 12:02:08 +00:00 |
|
Vladimír Čunát
|
88dec0c7a9
|
Merge #243595: cc-wrapper: -fwrapv instead of -fno-strict-overflow in clang
..into staging
|
2023-07-26 11:55:59 +02:00 |
|
Pol Dellaiera
|
435d7c0799
|
Merge pull request #216365 from Stunkymonkey/use-optionalAttrs
treewide: use lib.optionalAttrs
|
2023-07-26 10:37:07 +02:00 |
|
MicroBlock
|
c2b8bf7f4e
|
feat: implement redirect for fetch-yarn-deps
This would fix NixOS/nixpkgs#245415
|
2023-07-26 15:13:37 +08:00 |
|
github-actions[bot]
|
c494d3a0da
|
Merge staging-next into staging
|
2023-07-26 00:02:44 +00:00 |
|
Lassulus
|
17d98b5b7c
|
Merge pull request #244835 from zimbatm/data-writers
writers: add data-centric writers
|
2023-07-25 22:58:15 +02:00 |
|
Felix Buehler
|
099935b624
|
treewide: use lib.optionalAttrs
|
2023-07-24 21:59:17 +02:00 |
|
github-actions[bot]
|
cecfbb286d
|
Merge staging-next into staging
|
2023-07-24 12:02:11 +00:00 |
|
Artturin
|
7da39a7a9e
|
treewide .goModules: revert renaming the derivation
This is a workaround to avoid exposing non-reproducible .goModules
At least for now.
https://github.com/NixOS/nixpkgs/pull/242905#issuecomment-1646820126
|
2023-07-24 08:15:48 +02:00 |
|
Artturi
|
2afcd08762
|
Merge pull request #244400 from Artturin/stripprinterr
|
2023-07-23 03:38:20 +03:00 |
|
zimbatm
|
504e42b559
|
writers: introduce data writers
Make it easy to write structured data back to disk.
|
2023-07-22 17:54:41 +02:00 |
|
zimbatm
|
d0c7ffc596
|
writers: make room for other types of writers
|
2023-07-22 17:54:41 +02:00 |
|
zimbatm
|
73ee03cbc5
|
writers: split out the tests
Make it easier to run and debug individual tests.
|
2023-07-22 17:53:52 +02:00 |
|
github-actions[bot]
|
941ae3102b
|
Merge staging-next into staging
|
2023-07-22 12:02:07 +00:00 |
|
github-actions[bot]
|
045f0259fe
|
Merge master into staging-next
|
2023-07-22 12:01:28 +00:00 |
|
zimbatm
|
c04c43ccd1
|
writers: fix fsharp writer
dotnet needs a writable $HOME to operate
|
2023-07-22 13:36:31 +02:00 |
|
Felix Bühler
|
0a2745684e
|
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
treewide: use optionalString instead of 'then ""'
|
2023-07-22 13:02:47 +02:00 |
|
Artturin
|
f46c8c1bcd
|
setup-hooks/strip: Exit if cmd or ranlibCmd are empty
|
2023-07-21 21:57:44 +03:00 |
|
Artturin
|
2ae18b7e10
|
setup-hooks/strip: Add -- before $cmd
|
2023-07-21 21:57:44 +03:00 |
|
Artturin
|
5093766f79
|
setup-hooks/strip: Print strip stderr if command fails
This is easiest to do through a file.
mktemp needs six X because busybox only accepts exactly six X.
|
2023-07-21 21:57:44 +03:00 |
|
github-actions[bot]
|
6689e744ea
|
Merge staging-next into staging
|
2023-07-21 06:01:41 +00:00 |
|
github-actions[bot]
|
17a15a50ab
|
Merge master into staging-next
|
2023-07-21 06:01:05 +00:00 |
|
Theodore Ni
|
02ce2e9c86
|
fetchsvnssh: clean up md5 references
|
2023-07-20 21:24:13 -07:00 |
|
Theodore Ni
|
63804228e5
|
fetchgit: clean up md5 references
|
2023-07-20 21:24:13 -07:00 |
|
Theodore Ni
|
a96b466396
|
fetchdarcs: clean up md5 references
|
2023-07-20 21:24:13 -07:00 |
|
Theodore Ni
|
4c9ed3189c
|
fetchhg: clean up md5 references
|
2023-07-20 21:24:13 -07:00 |
|
Theodore Ni
|
eadaf81055
|
fetchsvn: clean up md5 references
|
2023-07-20 21:24:07 -07:00 |
|
Theodore Ni
|
6f30e0a906
|
fetchurl: clean up md5 references
|
2023-07-20 21:23:04 -07:00 |
|
github-actions[bot]
|
6ce03a2dbd
|
Merge staging-next into staging
|
2023-07-20 18:01:51 +00:00 |
|
github-actions[bot]
|
da1f279ece
|
Merge master into staging-next
|
2023-07-20 18:01:17 +00:00 |
|
Sandro
|
081d7a5712
|
Merge pull request #243568 from tjni/fetchsvn
|
2023-07-20 17:08:53 +02:00 |
|
Artturi
|
bba1411f25
|
Merge pull request #207101 from DeterminateSystems/parallel-strip
|
2023-07-19 01:42:23 +03:00 |
|
Theodore Ni
|
acb182363b
|
cc-wrapper: use -fwrapv instead of -fno-strict-overflow in clang
|
2023-07-17 23:41:33 -07:00 |
|
figsoda
|
14da6bed8a
|
Merge pull request #243859 from blaggacao/fix-maturin-hook-with-python-hooks
|
2023-07-17 23:16:34 -04:00 |
|
github-actions[bot]
|
8717af0ce1
|
Merge staging-next into staging
|
2023-07-17 18:01:56 +00:00 |
|
Ryan Lahfa
|
8fbe8379b3
|
Merge pull request #240808 from nrabulinski/fetchpijul
|
2023-07-17 19:31:53 +02:00 |
|
Nikodem Rabuliński
|
080e97c7f9
|
build-support: Add fetchpijul function.
|
2023-07-17 18:44:06 +02:00 |
|
github-actions[bot]
|
fad49da923
|
Merge staging-next into staging
|
2023-07-17 06:02:22 +00:00 |
|