summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2020-03-02 14:48:21 -0800
committererictapen <justin.humm@posteo.de>2021-01-30 20:41:57 +0100
commitef5475235ce4f3d1405dca5653cbe3599f0ff637 (patch)
treeff6eeb38a4eab049ca9e42b79f339f23f9709066 /pkgs/top-level/all-packages.nix
parent110c2e7d45a20e4692eb0958f32e975d3f86d7c6 (diff)
glimpse: init at 0.2.0
Co-authored-by: Louis Bettens <louis@bettens.info> Co-authored-by: ash lea <example@thisismyactual.email>
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 11ebce3245fa..5c4eaa8e71ab 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22229,6 +22229,19 @@ in
gimpPlugins = recurseIntoAttrs (callPackage ../applications/graphics/gimp/plugins {});
+ glimpse = callPackage ../applications/graphics/glimpse {
+ autoreconfHook = buildPackages.autoreconfHook269;
+ gegl = gegl_0_4;
+ lcms = lcms2;
+ inherit (darwin.apple_sdk.frameworks) AppKit Cocoa;
+ };
+
+ glimpse-with-plugins = callPackage ../applications/graphics/glimpse/wrapper.nix {
+ plugins = null; # All packaged plugins enabled, if not explicit plugin list supplied
+ };
+
+ glimpsePlugins = recurseIntoAttrs (callPackage ../applications/graphics/glimpse/plugins {});
+
girara = callPackage ../applications/misc/girara {
gtk = gtk3;
};