summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorElliot Xu <elliot.xu@coherencedigital.com>2021-12-28 17:06:04 +0800
committerElliot <hack00mind@gmail.com>2021-12-28 20:34:42 +0800
commit4a578ce6595a744527cf0cae9a16223ce4022a54 (patch)
treef161cc689663134776c8c5fbb8e8270a8a56d6eb /pkgs/top-level
parentc749d3a90dd12d35acf33727586ed456dfc9ef7c (diff)
quake: init at 0.3.0
Update pkgs/applications/misc/inherd-quake/default.nix Co-authored-by: Bobby Rong <rjl931189261@126.com> Update pkgs/applications/misc/inherd-quake/default.nix Co-authored-by: Bobby Rong <rjl931189261@126.com> Update pkgs/applications/misc/inherd-quake/default.nix Co-authored-by: Bobby Rong <rjl931189261@126.com> Update pkgs/applications/misc/inherd-quake/default.nix Co-authored-by: Bobby Rong <rjl931189261@126.com>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 04b976989d40..7282bc941e64 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1915,6 +1915,10 @@ with pkgs;
passExtensions = recurseIntoAttrs pass.extensions;
+ inherd-quake = callPackage ../applications/misc/inherd-quake {
+ inherit (darwin.apple_sdk.frameworks) CoreServices Security;
+ };
+
xjadeo = callPackage ../tools/video/xjadeo { };
asc-key-to-qr-code-gif = callPackage ../tools/security/asc-key-to-qr-code-gif { };