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

Commits on Jan 14, 2021

  1. gnuvd: remove

    The backend service for this dictionary has been discontinued or is
    incompatible.
    ehmry committed Jan 14, 2021
    Copy the full SHA
    f385802 View commit details
  2. Merge pull request #109357 from ehmry/gnuvd

    gnuvd: remove
    SuperSandro2000 authored Jan 14, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d9c32f View commit details
Showing with 1 addition and 19 deletions.
  1. +0 −17 pkgs/tools/misc/gnuvd/default.nix
  2. +1 −0 pkgs/top-level/aliases.nix
  3. +0 −2 pkgs/top-level/all-packages.nix
17 changes: 0 additions & 17 deletions pkgs/tools/misc/gnuvd/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 ({
};
gnustep-make = gnustep.make; # added 2016-7-6
gnupg20 = throw "gnupg20 has been removed from nixpkgs as upstream dropped support on 2017-12-31";# added 2020-07-12
gnuvd = throw "gnuvd was removed because the backend service is missing"; # added 2020-01-14
go_1_12 = throw "go_1_12 has been removed"; # added 2020-04-26
go-pup = pup; # added 2017-12-19
gobjectIntrospection = gobject-introspection; # added 2018-12-02
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -4445,8 +4445,6 @@ in

gnutar = callPackage ../tools/archivers/gnutar { };

gnuvd = callPackage ../tools/misc/gnuvd { };

goaccess = callPackage ../tools/misc/goaccess { };

gocryptfs = callPackage ../tools/filesystems/gocryptfs { };