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: 0d15004cbae4
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: 3947b88389d8
Choose a head ref
  • 11 commits
  • 8 files changed
  • 10 contributors

Commits on Oct 24, 2018

  1. python36Packages.dlib: 19.13 -> 19.16

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.6-dlib/versions
    r-ryantm committed Oct 24, 2018
    Copy the full SHA
    c41603a View commit details

Commits on Oct 29, 2018

  1. Copy the full SHA
    9cc3aaa View commit details
  2. gitea: include "options" directory in "data" output

    This directory contains template files needed for initializing new repositories.
    
    Fixes #49404.
    pvgoran committed Oct 29, 2018
    Copy the full SHA
    5f3054e View commit details
  3. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    ac499a3 View commit details
  4. pythonPackages.dlib: move expression

    Initially the expression was quite small (just inherited properties from
    `pkgs.dlib`), but the more it grows the better it is to store it into
    its own file.
    Ma27 committed Oct 29, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    b7bc6e7 View commit details
  5. Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib

    python36Packages.dlib: 19.13 -> 19.16
    FRidh authored Oct 29, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e6c0b6f View commit details
  6. ibus: fix cross compilation

    gtk-doc is a native input so we need to use buildPackages here.
    matthewbauer committed Oct 29, 2018
    Copy the full SHA
    075e488 View commit details
  7. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    c0f6a83 View commit details
  8. Merge pull request #49408 from pvgoran/gitea-fixInitializeRepository

    gitea: include "options" directory in "data" output
    markuskowa authored Oct 29, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b07e8ff View commit details
  9. gitlab: 11.4.0 -> 11.4.3

    globin committed Oct 29, 2018
    Copy the full SHA
    3aec530 View commit details
  10. Merge pull request #49085 from hamishmack/google-fonts-macos

    google-fonts: fix on macOS
    joachifm authored Oct 29, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3947b88 View commit details
6 changes: 3 additions & 3 deletions pkgs/applications/editors/android-studio/default.nix
Original file line number Diff line number Diff line change
@@ -18,9 +18,9 @@ let
sha256Hash = "0bg1h0msd6mpkvirkg4pssa1ak32smv2rlxxsjdm3p29p8gg59px";
};
latestVersion = { # canary & dev
version = "3.4.0.0"; # "Android Studio 3.4 Canary 1"
build = "182.5070326";
sha256Hash = "03h2yns8s9dqbbc9agxhidpmziy9g3z89nm3byydw43hdz54hxab";
version = "3.4.0.1"; # "Android Studio 3.4 Canary 2"
build = "183.5081642";
sha256Hash = "0ck6habkgnwbr10pr3bfy8ywm3dsm21k9jdj7g685v22sw0zy3yk";
};
in rec {
# Old alias
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/gitea/default.nix
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ buildGoPackage rec {

postInstall = ''
mkdir $data
cp -R $src/{public,templates} $data
cp -R $src/{public,templates,options} $data
mkdir -p $out
cp -R $src/options/locale $out/locale
10 changes: 5 additions & 5 deletions pkgs/applications/version-management/gitlab/default.nix
Original file line number Diff line number Diff line change
@@ -11,29 +11,29 @@ let
groups = [ "default" "unicorn" "ed25519" "metrics" ];
};

version = "11.4.0";
version = "11.4.3";

sources = if gitlabEnterprise then {
gitlabDeb = fetchurl {
url = "https://packages.gitlab.com/gitlab/gitlab-ee/packages/debian/stretch/gitlab-ee_${version}-ee.0_amd64.deb/download.deb";
sha256 = "1y2a8acgsgrgcjazijsflhxq4fwqvd9yhrjx5pcncb24vl0x6dg4";
sha256 = "1cw75qj508z6n00rqgqjzdm2013kyb7c57cypmq0m08nc6f3jspz";
};
gitlab = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-ee";
rev = "v${version}-ee";
sha256 = "1pyqk1c5bml7chs4pq1fcxkrhk5r327xx9my6zmp2cb503s5m590";
sha256 = "1vqc77whpbsifbm9vgcmpxnw13v8jz1s9q04i8jfv99c59fjlids";
};
} else {
gitlabDeb = fetchurl {
url = "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/stretch/gitlab-ce_${version}-ce.0_amd64.deb/download.deb";
sha256 = "0wiizjihn1a6hg6a2wpwmnh5a34n102va4djac3sgx74mwx4bniq";
sha256 = "0vk03k42pp92h520wnynl9czcigjhj9m7y68z1x0gwqr9m61r7zm";
};
gitlab = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-ce";
rev = "v${version}";
sha256 = "1a8pavqc9bblss5z9ikc9b0k0ra33vw73zy7rvn0v1wgvbqpc24k";
sha256 = "1zvjz2gv2vwqqjz52zcvi0ap3d8rdbpgsqk9wv80hqq4v37a5gfx";
};
};

4 changes: 1 addition & 3 deletions pkgs/data/fonts/google-fonts/default.nix
Original file line number Diff line number Diff line change
@@ -37,9 +37,7 @@ stdenv.mkDerivation rec {

installPhase = ''
dest=$out/share/fonts/truetype
mkdir -p $dest
find . -name "*.ttf" -exec cp -v {} $dest \;
chmod -x $dest/*.ttf
find . -name '*.ttf' -exec install -m 444 -Dt $dest '{}' +
'';

meta = with stdenv.lib; {
4 changes: 2 additions & 2 deletions pkgs/development/libraries/dlib/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@
}:

stdenv.mkDerivation rec {
version = "19.13";
version = "19.16";
name = "dlib-${version}";

src = fetchFromGitHub {
owner = "davisking";
repo = "dlib";
rev ="v${version}";
sha256 = "11ia4pd2lm2s9hzwrdvimj3r2qcnvjdp3g4fry2j1a6z9f99zvz3";
sha256 = "0ix52npsxfm6324jli7y0zkyijl5yirv2yzfncyd4sq0r9fcwb4p";
};

postPatch = ''
13 changes: 13 additions & 0 deletions pkgs/development/python-modules/dlib/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{ buildPythonPackage, dlib, python, pytest }:

buildPythonPackage {
inherit (dlib) name src nativeBuildInputs buildInputs meta;

checkPhase = ''
${python.interpreter} nix_run_setup test --no USE_AVX_INSTRUCTIONS
'';

patches = [ ./build-cores.patch ];

checkInputs = [ pytest ];
}
5 changes: 3 additions & 2 deletions pkgs/tools/inputmethods/ibus/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ stdenv, fetchurl, fetchFromGitHub, autoreconfHook, gconf, intltool, makeWrapper, pkgconfig
, vala, wrapGAppsHook, dbus, dconf ? null, glib, gdk_pixbuf, gobjectIntrospection, gtk2
, gtk3, gtk-doc, isocodes, python3, json-glib, libnotify ? null, enablePythonLibrary ? true
, enableUI ? true, withWayland ? false, libxkbcommon ? null, wayland ? null }:
, enableUI ? true, withWayland ? false, libxkbcommon ? null, wayland ? null
, buildPackages }:

assert withWayland -> wayland != null && libxkbcommon != null;

@@ -76,7 +77,7 @@ stdenv.mkDerivation rec {
substituteInPlace data/dconf/Makefile.am --replace "dconf update" true
substituteInPlace configure.ac --replace '$python2dir/ibus' $out/${python3.sitePackages}/ibus
echo \#!${stdenv.shell} > data/dconf/make-dconf-override-db.sh
cp ${gtk-doc}/share/gtk-doc/data/gtk-doc.make .
cp ${buildPackages.gtk-doc}/share/gtk-doc/data/gtk-doc.make .
'';

preAutoreconf = "touch ChangeLog";
8 changes: 2 additions & 6 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
@@ -973,12 +973,8 @@ in {

cypari2 = callPackage ../development/python-modules/cypari2 { };

dlib = buildPythonPackage rec {
inherit (pkgs.dlib) name src nativeBuildInputs meta buildInputs;

patches = [ ../development/python-modules/dlib/build-cores.patch ];

checkInputs = with self; [ pytest ];
dlib = callPackage ../development/python-modules/dlib {
inherit (pkgs) dlib;
};

datadog = callPackage ../development/python-modules/datadog {};