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: c876db629d2c
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: bf4d1f2c15b1
Choose a head ref
  • 13 commits
  • 23 files changed
  • 10 contributors

Commits on Jun 28, 2018

  1. eid-mw: 4.4.2 -> 4.4.3

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/eid-mw/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no invocation of /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/eid-viewer had a zero exit code or showed the expected version
    - Warning: no invocation of /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/.eid-viewer-wrapped had a zero exit code or showed the expected version
    - /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/beid-update-nssdb passed the binary check.
    - /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3/bin/eid-nssdb passed the binary check.
    - 2 of 4 passed binary check by having a zero exit code.
    - 0 of 4 passed binary check by having the new version present in output.
    - found 4.4.3 with grep in /nix/store/sis599r39a2g7kvnv1d09l6sy6kn45l0-eid-mw-4.4.3
    - directory tree listing: https://gist.github.com/3bca8b9d321e62009daf1d388923ec47
    - du listing: https://gist.github.com/64220a7b5b960cbd2ec3bb5f61c93a29
    R. RyanTM committed Jun 28, 2018
    Copy the full SHA
    506032b View commit details
  2. deadbeef-mpris2-plugin: 1.10 -> 1.11

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/deadbeef-mpris2-plugin/versions.
    
    These checks were done:
    
    - built on NixOS
    
    - 0 of 0 passed binary check by having a zero exit code.
    - 0 of 0 passed binary check by having the new version present in output.
    - found 1.11 with grep in /nix/store/isa0i2bjry1xg3l8895k10w1zwd4ij9f-deadbeef-mpris2-plugin-1.11
    - directory tree listing: https://gist.github.com/020d669dc365b545d61d171c5566d03a
    - du listing: https://gist.github.com/9cd938a3d8215dbc4f00d62fe20ca4f5
    R. RyanTM committed Jun 28, 2018
    Copy the full SHA
    5e885b0 View commit details
  3. Copy the full SHA
    1747ec3 View commit details
  4. Copy the full SHA
    9a7d6c2 View commit details
  5. Copy the full SHA
    3e6eb94 View commit details
  6. Merge pull request #42712 from r-ryantm/auto-update/deadbeef-mpris2-p…

    …lugin
    
    deadbeef-mpris2-plugin: 1.10 -> 1.11
    Mic92 authored Jun 28, 2018
    Copy the full SHA
    fe17a1f View commit details
  7. Merge pull request #42711 from r-ryantm/auto-update/eid-mw

    eid-mw: 4.4.2 -> 4.4.3
    Mic92 authored Jun 28, 2018
    Copy the full SHA
    9849a37 View commit details
  8. Copy the full SHA
    0068fea View commit details
  9. Merge pull request #42737 from dtzWill/update/tor-browser-bundle-bin

    tor-browser-bundle-bin: 7.5.5 -> 7.5.6
    joachifm authored Jun 28, 2018
    Copy the full SHA
    9f36618 View commit details
  10. lf: 5 -> 6

    primeos committed Jun 28, 2018
    Copy the full SHA
    d491292 View commit details
  11. Merge pull request #42734 from vbgl/ocaml-utop-2.1.0

    ocamlPackages.utop: 1.19.3 -> 2.1.0
    xeji authored Jun 28, 2018
    Copy the full SHA
    5c75784 View commit details
  12. xcbuild: add missing bins

    A few from cctools were missing. Ideally they would not be needed but
    xcode provides them & we pretty much need to as well for a lot of
    xcode projects.
    matthewbauer committed Jun 28, 2018
    Copy the full SHA
    394c3fe View commit details

Commits on Jun 29, 2018

  1. bustle: fix build

    jtojnar committed Jun 29, 2018
    Copy the full SHA
    bf4d1f2 View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/audio/deadbeef/plugins/mpris2.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "deadbeef-mpris2-plugin-${version}";
version = "1.10";
version = "1.11";

src = fetchurl {
url = "https://github.com/Serranya/deadbeef-mpris2-plugin/releases/download/v${version}/${name}.tar.xz";
sha256 = "083fbvi06y85khr8hdm4rl5alxdanjbbyphizyr4hi93d7a0jg75";
sha256 = "1j631z34rwxf6wdjpsf8c2f1saq6qas1qmkgsg63m6zzpwqyizw0";
};

nativeBuildInputs = [ pkgconfig ];
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ let
fteLibPath = makeLibraryPath [ stdenv.cc.cc gmp ];

# Upstream source
version = "7.5.5";
version = "7.5.6";

lang = "en-US";

@@ -108,15 +108,15 @@ let
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux64-${version}_${lang}.tar.xz"
];
sha256 = "0v8mxxfqfpwm2nqmb3jyi91rqvxm4n391ilnvxavi00pd5p0glfh";
sha256 = "07z7lg5firyah0897pr04wqnbgf4mvsnk3gq2zgsg1rrwladxz5s";
};

"i686-linux" = fetchurl {
urls = [
"https://github.com/TheTorProject/gettorbrowser/releases/download/v${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
"https://dist.torproject.org/torbrowser/${version}/tor-browser-linux32-${version}_${lang}.tar.xz"
];
sha256 = "1j1bhj50d0fqimcl10qfg076gp1wq42s6k9865jdvd3xfsgldnsj";
sha256 = "1s0k82ch7ypjyc5k5rb4skb9ylnp7b9ipvf8gb7pdhb8m4zjk461";
};
};
in
8 changes: 7 additions & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
@@ -598,7 +598,13 @@ self: super: {
bustle = overrideCabal super.bustle (drv: {
buildDepends = [ pkgs.libpcap ];
buildTools = with pkgs; [ gettext perl help2man intltool ];
doCheck = false; # https://github.com/wjt/bustle/issues/6
patches = [
# Add missing gio-unix-2.0 dependency
(pkgs.fetchpatch {
url = https://github.com/wjt/bustle/commit/bcc3d56d367635c0dfdb4eab0d1265829aba6400.patch;
sha256 = "1ybviivfbs5janiyw01ww365vxckni6fk0j10609clxk4na2nvb9";
})
];
postInstall = ''
make install PREFIX=$out
'';
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/composition-v6.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file has been generated by node2nix 1.5.3. Do not edit!
# This file has been generated by node2nix 1.6.0. Do not edit!

{pkgs ? import <nixpkgs> {
inherit system;
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/composition-v8.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file has been generated by node2nix 1.5.3. Do not edit!
# This file has been generated by node2nix 1.6.0. Do not edit!

{pkgs ? import <nixpkgs> {
inherit system;
52 changes: 26 additions & 26 deletions pkgs/development/node-packages/default-v6.nix
Original file line number Diff line number Diff line change
@@ -6,27 +6,27 @@ let
};
in
nodePackages // {
dat = nodePackages.dat.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ nodePackages.node-gyp-build ];
});
dat = nodePackages.dat.override {
buildInputs = [ nodePackages.node-gyp-build ];
};

dnschain = nodePackages.dnschain.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper nodePackages.coffee-script ];
dnschain = nodePackages.dnschain.override {
buildInputs = [ pkgs.makeWrapper nodePackages.coffee-script ];
postInstall = ''
wrapProgram $out/bin/dnschain --suffix PATH : ${pkgs.openssl.bin}/bin
'';
});
};

node-inspector = nodePackages.node-inspector.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ nodePackages.node-pre-gyp ];
});
node-inspector = nodePackages.node-inspector.override {
buildInputs = [ nodePackages.node-pre-gyp ];
};

phantomjs = nodePackages.phantomjs.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs2 ];
});
phantomjs = nodePackages.phantomjs.override {
buildInputs = [ pkgs.phantomjs2 ];
};

webdrvr = nodePackages.webdrvr.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs ];
webdrvr = nodePackages.webdrvr.override {
buildInputs = [ pkgs.phantomjs ];

preRebuild = ''
mkdir $TMPDIR/webdrvr
@@ -42,42 +42,42 @@ nodePackages // {
'';

dontNpmInstall = true; # We face an error with underscore not found, but the package will work fine if we ignore this.
});
};

npm2nix = nodePackages."npm2nix-git://github.com/NixOS/npm2nix.git#5.12.0".override {
postInstall = "npm run-script prepublish";
};

bower2nix = nodePackages.bower2nix.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ];
bower2nix = nodePackages.bower2nix.override {
buildInputs = [ pkgs.makeWrapper ];
postInstall = ''
for prog in bower2nix fetch-bower; do
wrapProgram "$out/bin/$prog" --prefix PATH : ${stdenv.lib.makeBinPath [ pkgs.git pkgs.nix ]}
done
'';
});
};

ios-deploy = nodePackages.ios-deploy.override (oldAttrs: {
ios-deploy = nodePackages.ios-deploy.override {
preRebuild = ''
LD=$CC
tmp=$(mktemp -d)
ln -s /usr/bin/xcodebuild $tmp
export PATH="$PATH:$tmp"
'';
});
};

fast-cli = nodePackages."fast-cli-1.x".override (oldAttrs: {
fast-cli = nodePackages."fast-cli-1.x".override {
preRebuild = ''
# Simply ignore the phantomjs --version check. It seems to need a display but it is safe to ignore
sed -i -e "s|console.error('Error verifying phantomjs, continuing', err)|console.error('Error verifying phantomjs, continuing', err); return true;|" node_modules/phantomjs-prebuilt/lib/util.js
'';
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs2 ];
});
buildInputs = [ pkgs.phantomjs2 ];
};

node2nix = nodePackages.node2nix.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ];
node2nix = nodePackages.node2nix.override {
buildInputs = [ pkgs.makeWrapper ];
postInstall = ''
wrapProgram "$out/bin/node2nix" --prefix PATH : ${stdenv.lib.makeBinPath [ pkgs.nix ]}
'';
});
};
}
52 changes: 26 additions & 26 deletions pkgs/development/node-packages/default-v8.nix
Original file line number Diff line number Diff line change
@@ -6,27 +6,27 @@ let
};
in
nodePackages // {
dat = nodePackages.dat.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ nodePackages.node-gyp-build ];
});
dat = nodePackages.dat.override {
buildInputs = [ nodePackages.node-gyp-build ];
};

dnschain = nodePackages.dnschain.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper nodePackages.coffee-script ];
dnschain = nodePackages.dnschain.override {
buildInputs = [ pkgs.makeWrapper nodePackages.coffee-script ];
postInstall = ''
wrapProgram $out/bin/dnschain --suffix PATH : ${pkgs.openssl.bin}/bin
'';
});
};

node-inspector = nodePackages.node-inspector.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ nodePackages.node-pre-gyp ];
});
node-inspector = nodePackages.node-inspector.override {
buildInputs = [ nodePackages.node-pre-gyp ];
};

phantomjs = nodePackages.phantomjs.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs2 ];
});
phantomjs = nodePackages.phantomjs.override {
buildInputs = [ pkgs.phantomjs2 ];
};

webdrvr = nodePackages.webdrvr.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs ];
webdrvr = nodePackages.webdrvr.override {
buildInputs = [ pkgs.phantomjs ];

preRebuild = ''
mkdir $TMPDIR/webdrvr
@@ -42,32 +42,32 @@ nodePackages // {
'';

dontNpmInstall = true; # We face an error with underscore not found, but the package will work fine if we ignore this.
});
};

npm2nix = nodePackages."npm2nix-git://github.com/NixOS/npm2nix.git#5.12.0".override {
postInstall = "npm run-script prepublish";
};

bower2nix = nodePackages.bower2nix.override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ];
bower2nix = nodePackages.bower2nix.override {
buildInputs = [ pkgs.makeWrapper ];
postInstall = ''
for prog in bower2nix fetch-bower; do
wrapProgram "$out/bin/$prog" --prefix PATH : ${stdenv.lib.makeBinPath [ pkgs.git pkgs.nix ]}
done
'';
});
};

ios-deploy = nodePackages.ios-deploy.override (oldAttrs: {
ios-deploy = nodePackages.ios-deploy.override {
preRebuild = ''
LD=$CC
tmp=$(mktemp -d)
ln -s /usr/bin/xcodebuild $tmp
export PATH="$PATH:$tmp"
'';
});
};

pnpm = nodePackages.pnpm.override (oldAttrs: {
nativeBuildInputs = oldAttrs.buildInputs ++ [ pkgs.makeWrapper ];
pnpm = nodePackages.pnpm.override {
nativeBuildInputs = [ pkgs.makeWrapper ];
postInstall = let
pnpmLibPath = stdenv.lib.makeBinPath [
nodejs.passthru.python
@@ -78,13 +78,13 @@ nodePackages // {
wrapProgram "$prog" --prefix PATH : ${pnpmLibPath}
done
'';
});
};

fast-cli = nodePackages."fast-cli-1.x".override (oldAttrs: {
fast-cli = nodePackages."fast-cli-1.x".override {
preRebuild = ''
# Simply ignore the phantomjs --version check. It seems to need a display but it is safe to ignore
sed -i -e "s|console.error('Error verifying phantomjs, continuing', err)|console.error('Error verifying phantomjs, continuing', err); return true;|" node_modules/phantomjs-prebuilt/lib/util.js
'';
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs2 ];
});
buildInputs = [ pkgs.phantomjs2 ];
};
}
Loading