grc: use callPackage
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
buildPythonApplication,
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "grc";
|
||||
version = "1.13";
|
||||
format = "other";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user