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

Commits on Jun 17, 2017

  1. Copy the full SHA
    6c3068a View commit details

Commits on Apr 13, 2018

  1. Merge pull request #26665 from armijnhemel/bluez5_28_removal

    bluez5_28: remove expression for bluez5_28, as it is no longer needed
    7c6f434c authored Apr 13, 2018
    Copy the full SHA
    267b90a View commit details
Showing with 0 additions and 85 deletions.
  1. +0 −82 pkgs/os-specific/linux/bluez/bluez5_28.nix
  2. +0 −3 pkgs/top-level/all-packages.nix
82 changes: 0 additions & 82 deletions pkgs/os-specific/linux/bluez/bluez5_28.nix

This file was deleted.

3 changes: 0 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -12978,9 +12978,6 @@ with pkgs;

bluez5 = callPackage ../os-specific/linux/bluez { };

# Needed for LibreOffice
bluez5_28 = lowPrio (callPackage ../os-specific/linux/bluez/bluez5_28.nix { });

bluez = bluez5;

inherit (python3Packages) bedup;