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
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
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
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
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
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
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
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
Mihai Fufezan
843eebbd8e
ocamlPackages.noise: init at 0.2.0
2021-08-27 12:00:16 +02:00
Mihai Fufezan
dd37bf5d75
ocamlPackages.chacha: init at 1.0.0
2021-08-27 12:00:16 +02:00
Mihai Fufezan
38927fac53
ocamlPackages.callipyge: init at 0.2
2021-08-27 12:00:16 +02:00
Fabian Affolter
30ba872947
Merge pull request #135715 from figsoda/ttyper
...
ttyper: init at 0.2.5
2021-08-27 09:55:08 +02:00
Fabian G. Dröge
1f7711f0dd
python3Packages.anybadge: init at 1.7.0
2021-08-27 07:49:52 +02:00
toastal
755b77f858
soupault: init at 3.1.0
2021-08-27 07:43:08 +02:00
Akshay
2fe4420941
ocamlPackages.ocaml-print-intf: init at 1.2.0
2021-08-27 07:38:37 +02:00
Michael Raskin
7c3be098d3
Merge pull request #133217 from yu-re-ka/feature/emscripten-2-0-26
...
emscripten: 2.0.10 -> 2.0.26
2021-08-26 23:08:02 +00:00
Sandro
7f70726259
Merge pull request #134878 from r-ryantm/auto-update/python3.8-virtualenv-clone
2021-08-26 22:20:36 +02:00
Sandro
76f2e1966f
Merge pull request #133767 from thomasSDK/bump-ExtUtilsMakeMaker
...
perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
2021-08-26 22:07:40 +02:00
David Birks
3bce5c2f41
shepherd: init at 1.14.1
2021-08-26 16:02:02 -04:00
Martin Weinelt
252669adcc
virtualenv, virtualenv-clone: add top-level attributes
2021-08-26 20:49:31 +02:00
Martin Weinelt
7e1cdd2548
Merge pull request #133504 from Luis-Hebendanz/fix_firefox2
...
firefox: Added checks for new addon behaviour since v91
2021-08-26 19:51:08 +02:00
Joachim Breitner
a825afdc3e
ocamlPackages.vlq: init at 0.2.1
2021-08-26 14:11:44 +02:00
Stig
49a044a885
Merge pull request #135742 from zakame/updates/perl-Future-AsyncAwait-0.52
...
perlPackages.FutureAsyncAwait: 0.49 -> 0.52
2021-08-26 13:50:43 +02:00
Stig
3ae001ee0f
Merge pull request #135741 from zakame/updates/perl-XS-Parse-Sublike-0.12
...
perlPackages.XSParseSublike: 0.10 -> 0.12
2021-08-26 13:48:21 +02:00
Stig
d6139bad5b
Merge pull request #135739 from zakame/updates/perl-XS-Parse-Keyword-0.12
...
perlPackages.XSParseKeyword: 0.06 -> 0.12
2021-08-26 13:37:33 +02:00
Paul-Nicolas Madelaine
6e758d0e81
fstar: 0.9.6.0 -> 2021.07.31
2021-08-26 13:36:29 +02:00
Bruno Bzeznik
a4127fa943
hp2p: init at 3.3
2021-08-26 11:03:54 +02:00
Zak B. Elep
89c84c4dc5
perlPackages.FutureAsyncAwait: 0.49 -> 0.52
2021-08-26 11:19:23 +08:00