Mario Rodas
7e99e0f339
Merge pull request #115404 from r-ryantm/auto-update/gmsh
...
gmsh: 4.7.1 -> 4.8.0
2021-03-08 19:45:08 -05:00
R. RyanTM
435eaafaf1
gmsh: 4.7.1 -> 4.8.0
2021-03-08 11:54:52 +00:00
Sandro Jäckel
0207c32eff
giac: remove ? null
2021-03-08 02:01:15 +01:00
Sandro Jäckel
b7befb3522
palp: format
2021-03-08 02:01:15 +01:00
Mauricio Collares
ef615b5a61
sage: adapt for eclib output format changes
2021-03-06 12:28:52 -03:00
Sandro Jäckel
086e9e0978
R: switch to pname + version
2021-03-04 03:47:33 +01:00
Vijay Lulla
2c9d7ee369
R: 4.0.3 -> 4.0.4
2021-02-26 22:42:21 +00:00
Timo Kaufmann
be504fc82a
Merge pull request #113603 from collares/sage-test-fixes
...
sage: disable intermittent test and fix threejs breakage
2021-02-26 13:27:44 +00:00
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Mauricio Collares
4718aea896
sage: use slightly more robust way of getting threejs version
2021-02-25 22:31:27 -03:00
Mauricio Collares
7efa803a4b
sage: disable intermittent test
2021-02-25 22:31:27 -03:00
Sandro
ad06c82b9c
Merge pull request #113965 from SuperSandro2000/fix-collection17
2021-02-23 08:44:14 +01:00
Fabian Affolter
a3343fc6b9
calc: specify license
2021-02-22 14:21:33 -05:00
github-actions[bot]
227aa2c9b0
Merge master into staging-next
2021-02-22 06:17:05 +00:00
Thomas Bereknyei
d3833fbe25
calc: nixpkgs-review fixes
2021-02-22 00:56:59 -05:00
R. RyanTM
840822c280
calc: 2.12.8.1 -> 2.12.8.2
2021-02-22 00:56:59 -05:00
Sandro Jäckel
dcc2d18867
nasc: remove unused input
2021-02-22 02:27:56 +01:00
Robert T. McGibbon
40062e431b
cbc: 2.10.3 -> 2.10.4
2021-02-20 15:41:18 -05:00
github-actions[bot]
abe7db36a4
Merge staging-next into staging
2021-02-20 00:36:40 +00:00
Sandro
41edfe8c20
Merge pull request #113295 from siraben/cc-eq-cc
2021-02-19 19:25:41 +01:00
github-actions[bot]
daab056dd9
Merge staging-next into staging
2021-02-19 18:16:58 +00:00
Ben Siraphob
223f25cf4a
treewide: add targetPrefix to hardcoded references to CC=cc
2021-02-20 01:01:46 +07:00
AndersonTorres
111256a480
dap: init at 3.10
2021-02-19 10:24:24 -03:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
R. RyanTM
71e52071fc
calc: 2.12.7.6 -> 2.12.8.1
2021-02-18 06:00:33 +00:00
idontgetoutmuch
5eabb050be
R: fix dylib install_name ( #113002 )
...
Co-authored-by: zseri <zseri.devel@ytrizja.de>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-15 03:08:02 +01:00
R. RyanTM
390c686021
calc: 2.12.7.2 -> 2.12.7.6
2021-02-06 08:43:11 +00:00
Lucas Ransan
c0726b30b6
rofi-calc: 1.9 -> 2.0.0
2021-02-04 13:40:34 +01:00
Sandro Jäckel
ced3ec6ce3
treewide: update permanent url redirects
2021-01-30 21:48:57 +01:00
R. RyanTM
af91d02593
gretl: 2020e -> 2021a
2021-01-30 01:29:56 +00:00
Sandro
d17f76f05a
Merge pull request #108172 from sikmir/geogebra
...
geogebra: 5-0-609-0 → 5-0-620-0, geogebra6: 6-0-609-0 → 6-0-620-0
2021-01-29 02:19:06 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Sandro
a36bf6faf9
Merge pull request #101796 from luc65r/pkg/tilp2
2021-01-25 01:11:50 +01:00
luc65r
3c5f402e6e
tilp2: init at 1.18
2021-01-24 14:06:41 +01:00
luc65r
99d0610e03
gfm: init at 1.08
2021-01-24 14:06:41 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
...
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
{
mpi = super.mpich;
}
All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Sandro Jäckel
55444ed07f
nasc: Fix compilation with gcc10
2021-01-11 12:08:20 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Nikolay Korotkiy
c0575fe0ef
geogebra: 5-0-609-0 → 5-0-620-0, geogebra6: 6-0-609-0 → 6-0-620-0
2021-01-10 20:19:43 +03:00
github-actions[bot]
ecebf82121
Merge master into staging-next
2021-01-08 12:29:36 +00:00
Dyazz
8cdefb6995
qalculate-gtk: 3.15.0 -> 3.16.0
2021-01-08 08:43:39 +01:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
...
b04fc593e7
seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Сухарик
4746e1717f
sympy: 1.6.2 -> 1.7.1 ( #107663 )
...
* sympy: 1.6.2 -> 1.7.1
* sage: adapt tests to sympy 1.7
Co-authored-by: Mauricio Collares <mauricio@collares.org>
2021-01-06 17:10:30 +00:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Maximilian Bosch
e7d1be840c
treewide: remove maintainership of ma27
from a few packages
...
Those are packages I don't use anymore for a longer time and I therefore
don't think that listing me as maintainer is a good idea. If those
should be removed now, I'd be fine with that.
SuperSandro2000 will take care of a few packages[1].
[1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
2021-01-01 19:48:01 +01:00
Pavol Rusnak
1017eb06b1
Merge pull request #101227 from herberteuler/fix/mathematica-12.1.1-opencv4
...
mathematica: use opencv4
2020-12-29 23:41:09 +01:00
freezeboy
3c89e637e8
bcal: 1.9 -> 2.2
2020-12-27 17:52:28 +01:00