Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: db3fed28e297
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b7c42032ea5
Choose a head ref
  • 15 commits
  • 17 files changed
  • 8 contributors

Commits on Jun 19, 2019

  1. mate.marco: 1.22.1 -> 1.22.2

    romildo committed Jun 19, 2019
    Copy the full SHA
    fed0b4f View commit details
  2. Copy the full SHA
    bdacf00 View commit details

Commits on Jun 22, 2019

  1. erlangR22: init at 22.0.4

    ehamberg authored and LnL7 committed Jun 22, 2019
    Copy the full SHA
    19c2979 View commit details
  2. Merge pull request #63296 from ehamberg/erlang-otp-22

    Erlang/OTP 22
    LnL7 authored Jun 22, 2019
    Copy the full SHA
    811f35d View commit details
  3. vimPlugins: update (#63647)

    timokau authored Jun 22, 2019
    Copy the full SHA
    baa75f0 View commit details
  4. cargo-edit: 0.3.2 -> 0.3.3

    killercup committed Jun 22, 2019
    Copy the full SHA
    ef08f42 View commit details
  5. cargo-edit: 0.3.2 -> 0.3.3 (#63650)

    cargo-edit: 0.3.2 -> 0.3.3
    dywedir authored Jun 22, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c1d0f39 View commit details
  6. Merge pull request #63536 from romildo/upd.mate

    mate.marco: 1.22.1 -> 1.22.2; mate.mate-themes: 3.22.19 -> 3.22.20
    romildo authored Jun 22, 2019
    Copy the full SHA
    14d03c1 View commit details
  7. python3.pkgs.scikitlearn: 0.20.3 -> 0.21.2 (#63591)

    Splits scikitlearn into a python2 (0.20.x) and a python3 (>0.20)
    version.
    timokau authored Jun 22, 2019
    Copy the full SHA
    78054a5 View commit details
  8. openbsm: don’t check for /usr/include/mach/audit_triggers.defs

    Users with CLT installed in /usr/include have this, but it we don’t
    have all of the headers needed in the stdenv.
    
    Fixes #46429
    matthewbauer committed Jun 22, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    tkerber Thomas Kerber
    Copy the full SHA
    4d9a4aa View commit details
  9. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3c20a64 View commit details
  10. linux: 4.19.53 -> 4.19.55

    NeQuissimus committed Jun 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    f12542e View commit details
  11. linux: 4.4.182 -> 4.4.183

    NeQuissimus committed Jun 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    2eedc1d View commit details
  12. linux: 4.9.182 -> 4.9.183

    NeQuissimus committed Jun 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    34d4fd0 View commit details
  13. linux: 5.1.12 -> 5.1.14

    NeQuissimus committed Jun 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    8b7c420 View commit details
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/marco/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "marco-${version}";
version = "1.22.1";
version = "1.22.2";

src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1j7pvq8ndyl2x8jmh95sj69cnf0q9qsjn7lkr3jz6hk103mga82f";
sha256 = "0sc7x14229yj22ka1vlzbaqndwcgh6idypjmm9rydkj4n968jwry";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/desktops/mate/mate-themes/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "mate-themes-${version}";
version = "3.22.19";
version = "3.22.20";

src = fetchurl {
url = "http://pub.mate-desktop.org/releases/themes/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1ycb8b8r0s8d1h1477135mynr53s5781gdb2ap8xlvj2g58492wq";
sha256 = "0c3dhf8p9nc2maky4g9xr04iil9wwbdkmhpzynlc6lfg4ksqq2bx";
};

nativeBuildInputs = [ pkgconfig intltool gtk3 ];
11 changes: 11 additions & 0 deletions pkgs/development/interpreters/erlang/R22.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ mkDerivation }:

mkDerivation rec {
version = "22.0.4";
sha256 = "1aqkhd6nwdn4xp5yz02zbymd4x8ij8fjw9ji8kh860n1a513k9ai";

prePatch = ''
substituteInPlace make/configure.in --replace '`sw_vers -productVersion`' '10.10'
substituteInPlace erts/configure.in --replace '-Wl,-no_weak_imports' ""
'';
}
2 changes: 2 additions & 0 deletions pkgs/development/libraries/openbsm/default.nix
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {

patches = lib.optional stdenv.isDarwin [ ./bsm-add-audit_token_to_pid.patch ];

configureFlags = [ "ac_cv_file__usr_include_mach_audit_triggers_defs=no" ];

meta = {
homepage = http://www.openbsm.org/;
platforms = lib.platforms.unix;
38 changes: 38 additions & 0 deletions pkgs/development/python-modules/scikitlearn/0.20.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{ stdenv, buildPythonPackage, fetchPypi
, gfortran, glibcLocales
, numpy, scipy, pytest, pillow
}:

# 0.20.x is the last version that maintains python2 compatibility

buildPythonPackage rec {
pname = "scikit-learn";
version = "0.20.3";
# UnboundLocalError: local variable 'message' referenced before assignment
disabled = stdenv.isi686; # https://github.com/scikit-learn/scikit-learn/issues/5534

src = fetchPypi {
inherit pname version;
sha256 = "c503802a81de18b8b4d40d069f5e363795ee44b1605f38bc104160ca3bfe2c41";
};

buildInputs = [ pillow gfortran glibcLocales ];
propagatedBuildInputs = [ numpy scipy numpy.blas ];
checkInputs = [ pytest ];

LC_ALL="en_US.UTF-8";

doCheck = !stdenv.isAarch64;
# Skip test_feature_importance_regression - does web fetch
checkPhase = ''
cd $TMPDIR
HOME=$TMPDIR OMP_NUM_THREADS=1 pytest -k "not test_feature_importance_regression" --pyargs sklearn
'';

meta = with stdenv.lib; {
description = "A set of python modules for machine learning and data mining";
homepage = http://scikit-learn.org;
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};
}
32 changes: 27 additions & 5 deletions pkgs/development/python-modules/scikitlearn/default.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,43 @@
{ stdenv, buildPythonPackage, fetchPypi
{ stdenv
, lib
, buildPythonPackage
, fetchPypi
, gfortran, glibcLocales
, numpy, scipy, pytest, pillow
, cython
, joblib
, llvmPackages
}:

buildPythonPackage rec {
pname = "scikit-learn";
version = "0.20.3";
version = "0.21.2";
# UnboundLocalError: local variable 'message' referenced before assignment
disabled = stdenv.isi686; # https://github.com/scikit-learn/scikit-learn/issues/5534

src = fetchPypi {
inherit pname version;
sha256 = "c503802a81de18b8b4d40d069f5e363795ee44b1605f38bc104160ca3bfe2c41";
sha256 = "1nvj9j16y1hz9gm0qwzpnx2zmz55c63k1fai643migsyll9c7bqa";
};

buildInputs = [ pillow gfortran glibcLocales ];
propagatedBuildInputs = [ numpy scipy numpy.blas ];
buildInputs = [
pillow
gfortran
glibcLocales
] ++ lib.optionals stdenv.cc.isClang [
llvmPackages.openmp
];

nativeBuildInputs = [
cython
];

propagatedBuildInputs = [
numpy
scipy
numpy.blas
joblib
];
checkInputs = [ pytest ];

LC_ALL="en_US.UTF-8";
Loading