Commit Graph

5656 Commits

Author SHA1 Message Date
Thiago Kenji Okada
38001b1454 babashka: add passthru.updateScript 2021-10-20 11:22:59 -03:00
Thiago Kenji Okada
5fa9b22eef babashka: 0.6.1 -> 0.6.2 2021-10-15 22:13:40 -03:00
Sandro
877b8b032f
Merge pull request #141250 from doronbehar/pkg/octave 2021-10-11 15:06:51 +02:00
Doron Behar
4a49c7bf1f octave: 6.2.0 -> 6.3.0 2021-10-11 13:48:41 +03:00
AndersonTorres
882ed22e5c cbqn: 0.pre+unstable=2021-10-05 -> 0.pre+unstable=2021-10-09 2021-10-09 15:25:37 -03:00
AndersonTorres
2122549476 dapl: init at 0.2.0+unstable=2021-06-30 2021-10-08 00:15:33 -03:00
Sandro
e963c591a2
Merge pull request #140804 from OPNA2608/update/supertuxkart/21.11 2021-10-08 00:03:21 +02:00
OPNA2608
92432797bd angelscript: 2.35.0 -> 2.35.1 2021-10-07 16:42:11 +02:00
AndersonTorres
404ecd73d9 cbqn: update version string
Also, remove clangStdenv as dependency.
2021-10-06 23:35:34 -03:00
AndersonTorres
077f0239d1 bqn: 0.0.0+unstable=2021-10-01 -> 0.pre+unstable=2021-10-06 2021-10-06 23:35:34 -03:00
AndersonTorres
3a3ad7ebaf dbqn: update version format 2021-10-06 23:35:33 -03:00
sterni
5627b8ae5b
cbqn: 2021-10-01 -> 2021-10-05 (#140795) 2021-10-06 23:13:51 -03:00
sterni
2924140fac
dbqn, dbqn-native: 2021-10-02 -> 2021-10-05 (#140601)
Summary:

- This new release internalizes the old, explicit log into `./build{,8}` scripts.
- Reduces closure size, by explicitly passing JDK(GraalVM) library output to native-image flags.
- Moves JDK to native build inputs.
- Resets meta.priority to default, since it is explicitly differentiated by pname.
2021-10-06 16:05:17 -03:00
Stig
807370df94
Merge pull request #138553 from alyssais/perl-static
pkgsStatic.perl: fix build
2021-10-05 21:10:17 +02:00
Sandro
aafe8c0aaf
Merge pull request #140640 from prusnak/foxdot-darwin 2021-10-05 19:07:03 +02:00
Anderson Torres
2de004090b
Merge pull request #140612 from sternenseemann/cbqn-no-patch
cbqn: remove vendoring using builtin capabilities
2021-10-05 13:25:45 -03:00
Pavol Rusnak
5e770ac32f
supercollider: enable build on aarch64-linux 2021-10-05 18:15:24 +02:00
Sandro
7a7c8fbf85
Merge pull request #140586 from happysalada/update_erlang 2021-10-05 17:20:30 +02:00
Sandro
ba778feddb
Merge pull request #140620 from flexagoon/dart-update 2021-10-05 16:55:28 +02:00
flexagoon
45816e7ca9 dart: 2.13.1 -> 2.14.3 2021-10-05 17:22:46 +03:00
sternenseemann
86ad6b5251 cbqn: remove vendoring using builtin capabilities
The makefile (counterintuitively) checks src/gen/customRuntime to see if
the bytecode is up to date. By simply touch(1)-ing it, we can save
maintaining a patch.
2021-10-05 14:31:31 +02:00
Alyssa Ross
881ba67f83
pkgsStatic.perl: fix build
I don't understand how this worked prior to 1dbb306
("pkgsStatic.perl: Use `dontAddStaticConfigureFlags` instead of overriding"),
but what I do know is that it's very broken now, to the point that
perl-cross needs a patch.

I doubt the -Duseshrplib is actually necessary when native compiling,
but removing it would be a mass rebuild, so I've left it in place for
now.
2021-10-05 11:59:14 +00:00
happysalada
b413827ba0 erlang: 24.1.1 -> 24.1.2 2021-10-05 18:25:26 +09:00
github-actions[bot]
464df1f90f
Merge master into staging-next 2021-10-04 06:01:13 +00:00
Anderson Torres
3c5ac430ca
Merge pull request #140319 from AndersonTorres/new-bqn
BQN updates
bqn (aka mbqn) and dbqn included, plus updated cbqn
2021-10-04 00:31:54 -03:00
AndersonTorres
417487b457 cbqn: 0.0.0+unstable=2021-09-29 -> 0.0.0+unstable=2021-10-01
Many thanks for the various rewritings by @sternenseemann!

- The intermediary recompilation phases are hidden by default inside a
  `lib.dontRecurseIntoAttrs`; only the zeroth and the second ones are exposed.

- `clangStdenv` is used by default in non-cross builds.

- The standalone build has an inferior priority.

- The mbqn sources are explicitly taken from mbqn instead of hardcoded in cbqn.
2021-10-03 21:03:36 -03:00
AndersonTorres
fc88ec5d9d dbqn: init at 0.0.0+unstable=2021-10-02
Many thanks @sternenseemann for the expression. I made a rewrite to keep it
clean.
2021-10-03 21:03:36 -03:00
github-actions[bot]
329f56da4b
Merge master into staging-next 2021-10-03 18:01:08 +00:00
Sandro
5055faa633
Merge pull request #137715 from r-ryantm/auto-update/supercollider 2021-10-03 19:15:31 +02:00
AndersonTorres
24f04ee6bb mbqn: init at 0.0.0+unstable=2021-10-01 2021-10-03 03:31:30 -03:00
github-actions[bot]
a484ea4131
Merge master into staging-next 2021-10-03 06:01:22 +00:00
github-actions[bot]
8da8988e14
Merge master into staging-next 2021-10-02 18:01:17 +00:00
Thiago Kenji Okada
e7b3740842 babashka: reduce closure size
Before:

```
$ nix path-info -S ./result -h
/nix/store/6jsb0zpq531w9iymyzaik7lksppgw31k-babashka-0.6.1	  2.0G
```

After:

```
$ nix path-info -S ./result -h
/nix/store/fay0p3hiiic4kd4fk0xyczl1ff8sjcp1-babashka-0.6.1	116.6M
```
2021-10-02 11:38:49 -03:00
happysalada
0d9299b6a7 erlang: 24.0.6 -> 24.1.1 2021-10-02 23:23:13 +09:00
github-actions[bot]
1256bc4623
Merge master into staging-next 2021-10-01 18:01:22 +00:00
Maximilian Bosch
6b9eefb85f
php80: 8.0.10 -> 8.0.11
ChangeLog: https://www.php.net/ChangeLog-8.php#8.0.11
2021-10-01 12:57:58 +02:00
Maximilian Bosch
13d37ebb64
php74: 7.4.23 -> 7.4.24
ChangeLog: https://www.php.net/ChangeLog-7.php#7.4.24
2021-10-01 12:57:03 +02:00
github-actions[bot]
b1431ff2ab
Merge master into staging-next 2021-10-01 06:01:06 +00:00
Anderson Torres
85aabc8f9d
Merge pull request #139573 from AndersonTorres/new-bqn
cbqn: init at 0.0.0+unstable=2021-09-26
2021-10-01 01:15:46 -03:00
AndersonTorres
53527927eb cbqn: init at 0.0.0+unstable=2021-09-29 2021-09-30 13:51:21 -03:00
github-actions[bot]
1994a3055b
Merge master into staging-next 2021-09-30 00:01:51 +00:00
Sandro
c0959553e4
Merge pull request #139885 from jlesquembre/clj 2021-09-30 00:21:16 +02:00
github-actions[bot]
19e8f1b28f
Merge master into staging-next 2021-09-29 18:01:07 +00:00
Stig
9d340e65c1
Merge pull request #139326 from stigtsp/package/perldevel-5.35.4
perldevel: 5.35.3 -> 5.35.4, perl.perl-cross: 01c176ac0 -> 393821c7
2021-09-29 16:14:34 +02:00
José Luis Lafuente
159e57e0ab
clojure: 1.10.3.943 -> 1.10.3.986 2021-09-29 13:42:53 +02:00
github-actions[bot]
2be25e103b
Merge master into staging-next 2021-09-28 00:01:31 +00:00
Matthieu Coudron
abc36451d7 lua: create a folder for hooks
- moved lua hooks to a specific folder as I foresee to add more
- moved generateLuarocksConfig to lib
- fix getLuaPath
- removed the useless rockspecDir
2021-09-27 23:42:54 +02:00
github-actions[bot]
4b360da656
Merge master into staging-next 2021-09-27 12:01:15 +00:00
happysalada
1cbb0feae5 erlang: fix nix-env version confusion 2021-09-27 20:39:30 +09:00
Vladimír Čunát
a641e599a8
Merge branch 'staging-next' into staging 2021-09-26 15:03:03 +02:00