Unverified Commit 178bc185 authored by awwpotato's avatar awwpotato
Browse files

grc: use callPackage

parent edd00688
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  python3Packages,
  fetchFromGitHub,
  buildPythonApplication,
  installShellFiles,
}:

buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
  pname = "grc";
  version = "1.13";
  format = "other";
+1 −1
Original line number Diff line number Diff line
@@ -1721,7 +1721,7 @@ with pkgs;

  guglielmo = libsForQt5.callPackage ../applications/radio/guglielmo { };

  grc = python3Packages.callPackage ../tools/misc/grc { };
  grc = callPackage ../tools/misc/grc { };

  gremlin-console = callPackage ../applications/misc/gremlin-console {
    openjdk = openjdk11;