grc: use callPackage

This commit is contained in:
awwpotato
2025-08-06 12:16:10 -07:00
parent edd0068850
commit 178bc18563
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
lib,
python3Packages,
fetchFromGitHub,
buildPythonApplication,
installShellFiles,
}:
buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "grc";
version = "1.13";
format = "other";
+1 -1
View File
@@ -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;