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

Commits on Apr 28, 2020

  1. gopherclient: remove

    - no updated since 2016
    - broken since 2018
    Mic92 committed Apr 28, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    7dfada5 View commit details
  2. Merge pull request #86188 from Mic92/gopherclient

    gopherclient: remove
    adisbladis authored Apr 28, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    453dca2 View commit details
Showing with 0 additions and 47 deletions.
  1. +0 −45 pkgs/applications/networking/gopher/gopherclient/default.nix
  2. +0 −2 pkgs/top-level/all-packages.nix
45 changes: 0 additions & 45 deletions pkgs/applications/networking/gopher/gopherclient/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -19414,8 +19414,6 @@ in

gopher = callPackage ../applications/networking/gopher/gopher { };

gopherclient = libsForQt5.callPackage ../applications/networking/gopher/gopherclient { };

goxel = callPackage ../applications/graphics/goxel { };

gpa = callPackage ../applications/misc/gpa { };