commit 01bae92c8853671aab1e9c4c476b3c39f1f2cada
parent a4e2df275ebc27e014d54cfe440b2d14cf2299ad
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Mon, 16 Nov 2020 10:43:37 +0300
Remove qvge
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/pkgs/default.nix b/pkgs/default.nix
@@ -39,9 +39,6 @@ lib.makeScope newScope (
qgis-ltr-bin = qgis-bin.override { releaseType = "ltr"; };
qmapshack-bin = callPackage ./applications/gis/qmapshack/bin.nix { };
qutebrowser-bin = callPackage ./applications/networking/qutebrowser/bin.nix { };
- qvge = libsForQt5.callPackage ./applications/qvge {
- inherit sources;
- };
redict = libsForQt5.callPackage ./applications/redict {
inherit sources;
};