Unverified Commit 539ac842 authored by Gavin John's avatar Gavin John
Browse files

gpredict: move to by-name

parent c7b94669
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  curl,
  goocanvas2,
  gpsd,
  hamlib,
  hamlib_4,
  wrapGAppsHook3,
}:

@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
    gtk3
    goocanvas2
    gpsd
    hamlib
    hamlib_4
  ];

  meta = {
+0 −4
Original line number Diff line number Diff line
@@ -3666,10 +3666,6 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
  };
  gpredict = callPackage ../applications/science/astronomy/gpredict {
    hamlib = hamlib_4;
  };
  gprof2dot = with python3Packages; toPythonApplication gprof2dot;
  grails = callPackage ../development/web/grails { jdk = null; };