1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
Commit graph

5495 commits

Author SHA1 Message Date
Robert Scott 55026e0783 cpython: set separateDebugInfo, explicitly stripping static libpython*.a
debug info can't be separated from a static library and would otherwise be
left in place by a separateDebugInfo build. force its removal here to save
space in output.
2021-08-19 19:37:08 +01:00
John Ericson b02a72476f
Merge pull request #133851 from Pamplemousse/pkgsStatic_fixes
pkgsStatic.perl: Use `dontAddStaticConfigureFlags` instead of overriding
2021-08-16 17:51:52 -04:00
github-actions[bot] 9b3f32c547
Merge staging-next into staging 2021-08-16 06:01:39 +00:00
github-actions[bot] e9080dd5e3
Merge staging-next into staging 2021-08-16 00:02:02 +00:00
Keshav Kini e6a9fcd47c acl2: Fix typo in cleanup commands 2021-08-15 14:05:37 -07:00
Keshav Kini 3b32513767 acl2: 8.3 -> 8.4 2021-08-15 12:15:40 -07:00
github-actions[bot] 4dfde9ac8e
Merge staging-next into staging 2021-08-15 18:01:33 +00:00
Robert Hensing fbafeb7ad5 treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
Pamplemousse 1dbb306b87 pkgsStatic.perl: Use dontAddStaticConfigureFlags instead of overriding
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-08-13 17:28:26 -07:00
Angus Trau c5ee55ef26 python39: fix tkinter and decimal on aarch64-darwin 2021-08-14 09:39:38 +10:00
Jan Tojnar 807d3ec359 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/misc/t1utils/default.nix
2021-08-11 16:34:11 +02:00
Martin Weinelt ebc4dae8cb python310: 3.10.0b3 -> 3.10.0rc1 2021-08-09 07:49:03 +02:00
github-actions[bot] d0ec39b297
Merge staging-next into staging 2021-08-08 12:01:35 +00:00
Sandro b2445a1898
Merge pull request #132922 from jlesquembre/clj
clojure: 1.10.3.933 expects tools.edn
2021-08-08 12:43:32 +02:00
github-actions[bot] 40442d5b19
Merge staging-next into staging 2021-08-07 18:01:40 +00:00
Maximilian Bosch 55aeab1edf
evcxr: 0.10.0 -> 0.11.0 (#133019)
ChangeLog: https://github.com/google/evcxr/blob/v0.11.0/RELEASE_NOTES.md#version-0110
2021-08-07 16:57:53 +02:00
github-actions[bot] cfc792e193
Merge staging-next into staging 2021-08-07 12:02:05 +00:00
Eric Dallo bb2f7ea176
babashka: Fix graalvm arguments 2021-08-06 23:38:19 -03:00
José Luis Lafuente 74f86bdb64
clojure: 1.10.3.933 expects tools.edn
That's required to use the new -T switch
2021-08-06 20:18:49 +02:00
Vladimír Čunát 8ab6ba6b1c
Merge branch 'staging-next' into staging 2021-08-06 09:14:57 +02:00
Sandro Jäckel ec6fca686d
pixie: format 2021-08-05 12:30:04 +02:00
Sandro e8a41956a7
Merge pull request #120072 from ericdallo/bump-graalvm 2021-08-04 21:12:32 +02:00
github-actions[bot] 46ac33b300
Merge staging-next into staging 2021-08-04 18:01:33 +00:00
Sandro 5c717aad36
Merge pull request #131960 from thiagokokada/bump-clojure
clojure: 1.10.3.855 -> 1.10.3.933
2021-08-04 16:42:52 +02:00
Eric Dallo a94c37cb33
babashka: Fix missing graalvm parameter 2021-08-04 10:43:06 -03:00
github-actions[bot] 9f88b5e7b1
Merge staging-next into staging 2021-08-04 06:01:31 +00:00
Ben Siraphob f8ebc00fd6
Merge pull request #132604 from ericdallo/bump-bb
babashka: 0.4.5 -> 0.5.1
2021-08-04 12:36:00 +07:00
happysalada ef5d272e9e elixir: 1.12.1 -> 1.12.2 2021-08-04 12:05:00 +09:00
Eric Dallo 1713102059
babashka: 0.4.5 -> 0.5.1 2021-08-03 19:11:13 -03:00
github-actions[bot] 72f7ef9935
Merge staging-next into staging 2021-07-31 18:01:39 +00:00
Ben Siraphob 2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
github-actions[bot] 1817d3ad48
Merge staging-next into staging 2021-07-31 12:02:07 +00:00
R. RyanTM 088b985a71 erlang: 24.0.4 -> 24.0.5 2021-07-31 17:39:32 +09:00
AndersonTorres f5b0f06a5d yabasic: 2.89.1 -> 2.90.1 2021-07-31 03:34:18 -03:00
Frederik Rietdijk 23e348bfe2 python2 and python3: build unoptimized bytecode again
In 9d03ff5222 I made the CPython builds
reproducible. This required not generating default unoptimized bytecode.
I was under the impression the optimized bytecode would be used then,
but you need to opt-in on that. Not having the default bytecode resulted
in a significant performance hit. Therefore, bytecode is generated again
in this commit, and thereby the builds are no longer reproducible.

https://bugs.python.org/issue29708
2021-07-30 09:27:42 +02:00
Thiago Kenji Okada fea6b0e497 clojure: 1.10.3.855 -> 1.10.3.933 2021-07-29 11:18:18 -03:00
Frederik Rietdijk 8dcfe523f7
Merge pull request #131719 from FRidh/python2-to-3
Python: further migrate packages from 2 to 3
2021-07-29 10:49:00 +02:00
Frederik Rietdijk b3b31074b2 python interpreters: use correct python when
calling pythonPackages.
2021-07-27 20:42:01 +02:00
Frederik Rietdijk 18347a1caf Merge master into staging-next 2021-07-26 12:40:04 +02:00
Sandro 0802970566
Merge pull request #129678 from hexagonal-sun/add-bic 2021-07-26 08:05:15 +00:00
Frederik Rietdijk 62370fb59a Merge remote-tracking branch 'upstream/master' into staging-next 2021-07-26 09:19:44 +02:00
Luke Granger-Brown 6d7243a8b9
Merge pull request #131437 from McSinyx/rakudo-2021.07
rakudo: 2021.06 -> 2021.07
2021-07-25 10:32:09 +01:00
Luke Granger-Brown 7a878aa204
Merge pull request #131439 from McSinyx/zef-0.11.9
zef: 0.11.5 -> 0.11.9
2021-07-25 10:31:48 +01:00
R. RyanTM d3483140b2 erlangR23: 23.3.4.4 -> 23.3.4.5 2021-07-25 17:45:40 +09:00
Michael Raskin 4be510e3ad
Merge pull request #131379 from graham33/fix/octave_darwin_fixes
pkgs:octaveFull: darwin fixes
2021-07-25 07:54:03 +00:00
Nguyễn Gia Phong 8c72d9ad8d
zef: 0.11.5 -> 0.11.9 2021-07-25 14:41:35 +07:00
Nguyễn Gia Phong 662dbb477f
rakudo: 2021.06 -> 2021.07 2021-07-25 14:35:19 +07:00
Nguyễn Gia Phong 100411d53f
nqp: 2021.06 -> 2021.07 2021-07-25 14:35:00 +07:00
Nguyễn Gia Phong 327eaa4292
moarvm: 2021.06 -> 2021.07 2021-07-25 14:30:53 +07:00
Graham Bennett 461466306e octaveFull: set QT_MAC_WANTS_LAYER=1 on Darwin
This avoids a Qt 5.12 problem on Big Sur:
https://bugreports.qt.io/browse/QTBUG-87014
2021-07-24 20:45:24 +01:00