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: 21be1354d29f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea623c7ef8cc
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Sep 20, 2019

  1. mono-zeroconf: remove broken package

    No dependencies within nixpkgs, and the package has not built
    successfully since 2018-04-29 according to Hydra[1].
    
    [1] https://hydra.nixos.org/build/100604053
    
    (cherry picked from commit 21c92c4)
    delroth authored and worldofpeace committed Sep 20, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    B4dM4n Fabian Möller
    Copy the full SHA
    ea623c7 View commit details
Showing with 1 addition and 27 deletions.
  1. +0 −25 pkgs/development/libraries/mono-zeroconf/default.nix
  2. +1 −0 pkgs/top-level/aliases.nix
  3. +0 −2 pkgs/top-level/all-packages.nix
25 changes: 0 additions & 25 deletions pkgs/development/libraries/mono-zeroconf/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
@@ -216,6 +216,7 @@ mapAliases ({
mlt-qt5 = libsForQt5.mlt; # added 2015-12-19
mobile_broadband_provider_info = mobile-broadband-provider-info; # added 2018-02-25
module_init_tools = kmod; # added 2016-04-22
mono-zeroconf = throw "deprecated 2019-09-20: abandoned by upstream.";
mpich2 = mpich; # added 2018-08-06
msf = metasploit; # added 2018-04-25
libmsgpack = msgpack; # added 2018-08-17
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -12666,8 +12666,6 @@ in

mono-addins = callPackage ../development/libraries/mono-addins { };

mono-zeroconf = callPackage ../development/libraries/mono-zeroconf { };

movit = callPackage ../development/libraries/movit { };

mosquitto = callPackage ../servers/mqtt/mosquitto { };