Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 003cd41310b5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff04c361cf2b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 25, 2017

  1. brltty: 5.4 -> 5.5

    bramd committed Jun 25, 2017
    Copy the full SHA
    dac2a76 View commit details

Commits on Jun 26, 2017

  1. Merge pull request #26812 from bramd/fix/brltty-5.5

    brltty: 5.4 -> 5.5
    Mic92 authored Jun 26, 2017
    Copy the full SHA
    ff04c36 View commit details
Showing with 2 additions and 26 deletions.
  1. +2 −4 pkgs/tools/misc/brltty/default.nix
  2. +0 −22 pkgs/tools/misc/brltty/systemd.patch
6 changes: 2 additions & 4 deletions pkgs/tools/misc/brltty/default.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,12 @@ assert alsaSupport -> alsaLib != null;
assert systemdSupport -> systemd != null;

stdenv.mkDerivation rec {
name = "brltty-5.4";
name = "brltty-5.5";

src = fetchurl {
url = "http://brltty.com/archive/${name}.tar.gz";
sha256 = "1993brxa76yf7z3ckax0bbmqv6jp8vjwxp19h425v4gpm0m17k7l";
sha256 = "0slrqanwj9cm7ql0rpb296xq676zrc1sjyr13lh5lygp4b8qfpci";
};

patches = [ ./systemd.patch ];

buildInputs = [ pkgconfig bluez ]
++ stdenv.lib.optional alsaSupport alsaLib
22 changes: 0 additions & 22 deletions pkgs/tools/misc/brltty/systemd.patch

This file was deleted.