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: bfb5209dc599
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: b58ada326aa6
Choose a head ref
  • 8 commits
  • 5 files changed
  • 5 contributors

Commits on Jun 6, 2019

  1. coqPackages.QuickChick: init at 1.1.0 for Coq 8.9

    Removes QuickChick for Coq 8.7 as it is broken
    (probably due to a too recent ssreflect).
    vbgl committed Jun 6, 2019
    Copy the full SHA
    281b265 View commit details
  2. Copy the full SHA
    7af3554 View commit details

Commits on Jun 10, 2019

  1. jost: init at 3.3

    ar1a committed Jun 10, 2019
    Copy the full SHA
    8e58a54 View commit details

Commits on Jun 13, 2019

  1. Copy the full SHA
    389a82c View commit details
  2. Copy the full SHA
    222dca9 View commit details
  3. bazel-watcher: 0.9.1 -> 0.10.3 (#63054)

    bazel-watcher: 0.9.1 -> 0.10.3
    kalbasit authored Jun 13, 2019
    Copy the full SHA
    5e42394 View commit details
  4. Merge pull request #62939 from ar1a/master

    jost: init at 3.3
    etu authored Jun 13, 2019
    Copy the full SHA
    4bfbcdb View commit details
  5. Merge pull request #62776 from vbgl/coq-simple-io-1.2.0

    [coq] simple-io: 1.0.0 -> 1.2.0; QuickChick: init at 1.1.0 for Coq 8.9
    vbgl authored Jun 13, 2019
    Copy the full SHA
    b58ada3 View commit details
22 changes: 22 additions & 0 deletions pkgs/data/fonts/jost/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{stdenv, fetchzip}:

let
version = "3.3";
in fetchzip {
name = "jost-${version}";
url = "https://github.com/indestructible-type/Jost/releases/download/${version}/Jost.zip";

postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';

sha256="00nrhs3aif2hc4yhjhbn9ywmydl2w0g0hv5m5is8gv7wx8yi2j9z";

meta = with stdenv.lib; {
homepage = https://github.com/indestructible-type/Jost;
description = "A sans serif font by Indestructible Type";
license = licenses.ofl;
maintainers = [ maintainers.ar1a ];
};
}
27 changes: 15 additions & 12 deletions pkgs/development/coq-modules/QuickChick/default.nix
Original file line number Diff line number Diff line change
@@ -14,23 +14,23 @@ let params =
sha256 = "0fri4nih40vfb0fbr82dsi631ydkw48xszinq43lyinpknf54y17";
};

"8.7" = {
version = "20171212";
rev = "195e550a1cf0810497734356437a1720ebb6d744";
sha256 = "0zm23y89z0h4iamy74qk9qi2pz2cj3ga6ygav0w79n0qyqwhxcq1";
};
"8.8" = rec {
preConfigure = "substituteInPlace Makefile --replace quickChickTool.byte quickChickTool.native";
version = "20190311";
rev = "22af9e9a223d0038f05638654422e637e863b355";
sha256 = "00rnr19lg6lg0haq1sy4ld38p7imzand6fc52fvfq27gblxkp2aq";
buildInputs = with coq.ocamlPackages; [ ocamlbuild num ];
propagatedBuildInputs = [ coq-ext-lib simple-io ];
};

"8.9" = rec {
version = "1.1.0";
rev = "v${version}";
sha256 = "1c34v1k37rk7v0xk2czv5n79mbjxjrm6nh3llg2mpfmdsqi68wf3";
};
};
param = params."${coq.coq-version}";
in

let recent = stdenv.lib.versionAtLeast coq.coq-version "8.8"; in

stdenv.mkDerivation rec {

name = "coq${coq.coq-version}-QuickChick-${param.version}";
@@ -41,16 +41,19 @@ stdenv.mkDerivation rec {
inherit (param) rev sha256;
};

preConfigure = stdenv.lib.optionalString recent
"substituteInPlace Makefile --replace quickChickTool.byte quickChickTool.native";

buildInputs = [ coq ]
++ (with coq.ocamlPackages; [ ocaml camlp5 findlib ])
++ (param.buildInputs or [])
++ stdenv.lib.optionals recent
(with coq.ocamlPackages; [ ocamlbuild num ])
;
propagatedBuildInputs = [ ssreflect ] ++ (param.propagatedBuildInputs or []);
propagatedBuildInputs = [ ssreflect ]
++ stdenv.lib.optionals recent [ coq-ext-lib simple-io ];

enableParallelBuilding = false;

preConfigure = param.preConfigure or null;

installPhase = ''
make -f Makefile.coq COQLIB=$out/lib/coq/${coq.coq-version}/ install
'';
4 changes: 2 additions & 2 deletions pkgs/development/coq-modules/simple-io/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, coq, coq-ext-lib }:

stdenv.mkDerivation rec {
version = "1.0.0";
version = "1.2.0";
name = "coq${coq.coq-version}-simple-io-${version}";
src = fetchFromGitHub {
owner = "Lysxia";
repo = "coq-simple-io";
rev = version;
sha256 = "06gnbl8chv6ig18rlxnp8gg0np6863kxd7j15h46q0v1cnpx84lp";
sha256 = "1im1vwp7l7ha8swnhgbih0qjg187n8yx14i003nf6yy7p0ryxc9m";
};

buildInputs = [ coq ] ++ (with coq.ocamlPackages; [ ocaml ocamlbuild ]);
6 changes: 3 additions & 3 deletions pkgs/development/tools/bazel-watcher/default.nix
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@

buildBazelPackage rec {
name = "bazel-watcher-${version}";
version = "0.9.1";
version = "0.10.3";

src = fetchFromGitHub {
owner = "bazelbuild";
repo = "bazel-watcher";
rev = "v${version}";
sha256 = "1gjbv67ydyb0mafpp59qr9n8f8vva2mwhgan6lxxl0i9yfx7qc6p";
sha256 = "17z4nqqsdrainbh8fmhf6sgrxwf7aknadmn94z1yqpxa7kb9x33v";
};

nativeBuildInputs = [ go git python ];
@@ -49,7 +49,7 @@ buildBazelPackage rec {
sed -e '/^FILE:@bazel_gazelle_go_repository_tools.*/d' -i $bazelOut/external/\@*.marker
'';

sha256 = "0p6yarz4wlb6h33n4slkczkdkaa93zc9jx55h8wl9vv81ahp0md5";
sha256 = "1ck1rsg5msd77abs889nl2n2i3jlah4d4vjz5wbsb3jyhzn8n5ny";
};

buildAttrs = {
6 changes: 5 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -8847,7 +8847,9 @@ in

bazel-remote = callPackage ../development/tools/build-managers/bazel/bazel-remote { };

bazel-watcher = callPackage ../development/tools/bazel-watcher { };
bazel-watcher = callPackage ../development/tools/bazel-watcher {
buildBazelPackage = buildBazelPackage.override { enableNixHacks = false; };
};

bazelisk = callPackage ../development/tools/bazelisk { };

@@ -16334,6 +16336,8 @@ in

iwona = callPackage ../data/fonts/iwona { };

jost = callPackage ../data/fonts/jost { };

junicode = callPackage ../data/fonts/junicode { };

kanji-stroke-order-font = callPackage ../data/fonts/kanji-stroke-order-font {};