summary refs log tree commit diff
path: root/pkgs/applications/science/misc/root/5.nix
Commit message (Collapse)AuthorAge
* root5: Fix build with Python 3.11Silvan Mosberger2023-11-09
| | | | | | Was broken since the Python update from https://github.com/NixOS/nixpkgs/pull/251878 This should fix the apfelgrid and applgrid builds, not tested yet
* root5: disable fortify3 hardening flagsRobert Scott2023-07-09
|
* root5: migrate to python3Weijia Wang2023-01-05
|
* root5: migrate to gsl (#200455)Weijia Wang2022-11-10
|
* root5: fix build with libxcryptFranz Pletz2022-10-09
|
* root5: fix build with recent gccDmitry Kalinkin2022-05-16
|
* root5: fix for glibcDmitry Kalinkin2022-04-16
|
* root5: binutils 2.37 fixBernardo Meurer2021-11-28
| | | | Co-authored-by: TredwellGit <tredwell@tutanota.com>
* root5: fix for gcc10Dmitry Kalinkin2021-09-01
|
* root,root5: apply nixpkgs-fmtDmitry Kalinkin2021-07-14
|
* lzma: deprecate aliasSandro Jäckel2021-04-04
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|
* root: add licenseMarkus Kowalewski2020-06-27
|
* root5: 5.34.36 -> 5.34.38Dmitry Kalinkin2020-06-18
| | | | Fixes: https://nvd.nist.gov/vuln/detail/CVE-2017-1000203
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* root: remove cf-privateDaiderd Jordan2019-07-03
|
* root5: fix buildDmitry Kalinkin2019-03-20
|
* root5: mark as broken on LinuxDmitry Kalinkin2019-01-11
|
* root, root5: fix build on darwinDmitry Kalinkin2019-01-11
|
* root5: init at 5.34.36Dmitry Kalinkin2018-09-24