commit 17232705dabfa84f80fd666ccb4ab1acef16977a
parent 850b6f97224e3293661ec0719c92eb92cb26d6b3
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date: Mon, 21 Sep 2020 12:12:45 +0300
qvge: fix build
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nix/sources.json b/nix/sources.json
@@ -167,8 +167,6 @@
"url": "https://github.com/jovoro/geminid/archive/3f79348aaffebfb2d80252d8cdbaf6ad26fa9121.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
- "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
- },
"geofabrik-estonia": {
"builtin": false,
"sha256": "1mcchdm35sqwk06byyvyghy00km4lxkbrkf5zjca9s8smry8za94",
diff --git a/pkgs/default.nix b/pkgs/default.nix
@@ -33,7 +33,9 @@ lib.makeScope newScope (
qgis-ltr-bin = qgis-bin.override { releaseType = "ltr"; };
qmapshack-bin = callPackage ./applications/qmapshack/bin.nix { };
qutebrowser-bin = callPackage ./applications/qutebrowser/bin.nix { };
- qvge = libsForQt5.callPackage ../applications/qvge { };
+ qvge = libsForQt5.callPackage ./applications/qvge {
+ inherit sources;
+ };
redict = libsForQt5.callPackage ./applications/redict {
inherit sources;
};