github-actions[bot]
af292b1cdd
Merge staging-next into staging
2021-09-01 12:01:50 +00:00
github-actions[bot]
b2f58ca11e
Merge master into staging-next
2021-09-01 12:01:15 +00:00
Matthieu Coudron
b4e6ec08f4
Merge pull request #134336 from teto/luarocks-rockspec-relpath
...
lua updater: support in-repo rockspecs
2021-09-01 10:31:14 +02:00
Sandro
93b0f6be13
Merge pull request #136351 from serokell/zhenya/danger-gitlab
2021-09-01 10:18:12 +02:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next
2021-09-01 07:47:01 +00:00
Alyssa Ross
3ba32e04a7
linux_5_13: add missing alias
2021-09-01 07:44:51 +00:00
Nick Cao
83b48cc589
caddy: build with default go and fix tests
2021-09-01 15:15:50 +08:00
Zhenya Vinogradov
e444a24b0e
danger-gitlab: init at 8.0.0
2021-09-01 08:39:22 +03:00
Jack Cummings
67247c113e
bluespec: unstable-2021.03.29 -> 2021.07
2021-08-31 16:53:58 -05:00
Robert Hensing
0374e294a5
Merge pull request #136267 from hercules-ci/fix-pkgs-appendOverlays-otherPackageSets-interaction
...
Fix interaction between appendOverlays and otherPackageSets
2021-08-31 19:14:42 +02:00
Harsh Shandilya
65be0edee5
git-branchless: add support for Darwin builds
2021-08-31 15:30:09 +00:00
Robert Hensing
eb8e943493
Fix interaction between appendOverlays and otherPackageSets
...
The comment
a dirty hack that should be removed
has led me to believe that nixpkgsFun isn't the right solution,
but bypassing it is worse, because it creates a second, inner
overriding mechanism that doesn't pass its changes to the old,
outer overriding mechanism.
Before this change:
nix-repl> ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).foobarbaz
"ok"
nix-repl> ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
error: attribute 'foobarbaz' missing
at «string»:1:1:
1| ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
| ^
2|
After this change:
nix-repl> ((import ./. {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
"ok"
Thanks to samueldr for discovering this problem.
2021-08-31 09:18:08 +02:00
happysalada
f9321de0f3
elk7: 7.5.1 -> 7.10.2
...
Update pkgs/development/tools/misc/kibana/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
Update pkgs/servers/search/elasticsearch/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
Update pkgs/servers/search/elasticsearch/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
Update pkgs/development/tools/misc/kibana/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31 09:06:13 +09:00
Joseph Crail
db4b3ef15a
dwz: init at 0.14 ( #136078 )
2021-08-30 18:27:43 -05:00
Alyssa Ross
8bfb576250
linux_latest: 5.13.13 -> 5.14
2021-08-30 20:25:18 +00:00
Alyssa Ross
5ad9e2a74b
linuxPackages.akvcam: 1.2.0 -> 1.2.2
...
The qmake-based build didn't seem to work any more, but there's a
Kbuild-based build system available anyway, so let's just switch to
that and save a dependency.
Also clarify license.
2021-08-30 19:20:08 +00:00
Anderson Torres
eafb05087a
Merge pull request #135944 from AndersonTorres/new-uxn
...
uxn: init at 0.0.0+unstable=2021-08-27
2021-08-30 15:16:55 -03:00
github-actions[bot]
47adaf1d8d
Merge staging-next into staging
2021-08-30 18:01:37 +00:00
Martin Weinelt
e2575c7de1
Merge branch 'master' into staging-next
2021-08-30 16:08:03 +02:00
AndersonTorres
71af4f6ab1
uxn: init at 0.0.0+unstable=2021-08-27
2021-08-30 01:02:49 -03:00
Fabian Affolter
a7785bf1fd
Merge pull request #135735 from figsoda/genact
...
genact: init at 0.11.0
2021-08-29 23:02:37 +02:00
Matthieu Coudron
5b73af6f5b
update-luarocks-packages: support in-repo rockspecs
...
to handle derivations that are not registered or updated on
luarocks.org, for instance neovim plugins.
2021-08-29 19:39:42 +02:00
Mario Rodas
f5889e2180
Merge pull request #134561 from r-ryantm/auto-update/sentry-cli
...
sentry-cli: 1.66.0 -> 1.68.0
2021-08-29 01:31:43 -05:00
figsoda
9346229902
inferno: init at 0.10.6
2021-08-28 21:38:51 +09:00
github-actions[bot]
57ced08965
Merge staging-next into staging
2021-08-28 12:01:44 +00:00
github-actions[bot]
dbad333a72
Merge master into staging-next
2021-08-28 12:01:06 +00:00
Domen Kožar
09818c59fa
Merge pull request #135345 from prusnak/ghc-aarch64-darwin
...
ghc: enable build on aarch64-darwin (aka Apple Silicon)
2021-08-28 13:10:55 +02:00
Pavol Rusnak
e0b89affa0
haskellPackages: fix ghc build on aarch64-darwin
...
by adding autoSignDarwinBinariesHook to nativeBuildInputs
2021-08-28 12:54:06 +02:00
Domen Kožar
8b34c96c58
Merge pull request #135989 from veprbl/pr/bear_darwin_fix
...
bear: fix on x86_64-darwin
2021-08-28 09:07:34 +02:00
Domen Kožar
a19c858868
Merge pull request #135725 from reckenrode/waifu2x-darwin
...
waifu2x-converter-cpp: Add support for Darwin
2021-08-28 09:06:29 +02:00
Dmitry Kalinkin
d9887396d5
Merge pull request #135833 from dbirks/add-shepherd
...
shepherd: init at 1.14.1
2021-08-28 02:52:06 -04:00
github-actions[bot]
3b2a731f12
Merge staging-next into staging
2021-08-28 06:01:55 +00:00
Dmitry Kalinkin
abd395d269
Merge branch 'master' into staging-next
2021-08-28 00:52:21 -04:00
misuzu
b0daf8fb06
remarshal: use toPythonApplication ( #135897 )
...
* remarshal: use toPythonApplication
* Update pkgs/development/python-modules/remarshal/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-28 03:01:48 +02:00
Dmitry Kalinkin
e2e44d9b5c
bear: fix on x86_64-darwin
2021-08-27 20:22:27 -04:00
Mario Rodas
7a9526d433
sentry-cli: fix build on Darwin
2021-08-28 00:04:20 +00:00
github-actions[bot]
53c0f14160
Merge staging-next into staging
2021-08-28 00:02:14 +00:00
github-actions[bot]
b7f2a7d1ba
Merge master into staging-next
2021-08-28 00:01:34 +00:00
Sandro
1970994604
Merge pull request #135952 from Artturin/vintagestory
...
vintagestory: init at 1.15.5
2021-08-28 01:52:21 +02:00
Sandro
a0318d11c4
Merge pull request #129972 from KAction/terminal-colors
...
terminal-colors: init at 3.0.1
2021-08-28 01:30:56 +02:00
Fabian Affolter
f34c35c6dc
cloudlist: init at 0.0.1
2021-08-28 00:16:39 +02:00
Dmitry Bogatov
3ef54d2032
terminal-colors: init at 3.0.1
2021-08-27 17:10:05 -04:00
Artturin
176705c295
vintagestory: init at 1.15.5
2021-08-27 23:13:13 +03:00
github-actions[bot]
aba2f0cf55
Merge staging-next into staging
2021-08-27 18:01:56 +00:00
github-actions[bot]
ad3f4eefab
Merge master into staging-next
2021-08-27 18:01:20 +00:00
Fabian Affolter
70f04de8fb
Merge pull request #135764 from FabianGD/init/anybadge
...
python3Packages.anybadge: init at 1.7.0
2021-08-27 16:09:54 +02:00
github-actions[bot]
6e4706d62a
Merge staging-next into staging
2021-08-27 12:01:46 +00:00
github-actions[bot]
aced2eb830
Merge master into staging-next
2021-08-27 12:01:10 +00:00
Guillaume Girol
6ba20fa087
ocamlPackages.pp: init at 1.1.2
2021-08-27 13:38:37 +02:00
Mihai Fufezan
61ea3fe636
ocamlPackages.rfc7748: init at 1.0
2021-08-27 12:00:16 +02:00