about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-07-12 20:42:34 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-07-13 06:49:13 -0400
commit0761bdbc291ca1f0c7f4795b7245607e8cf09426 (patch)
treecbdd360d6b6b6217dfbb5117666563fa6c959bd7 /pkgs/top-level
parent629c9011b4e1f2192b19cb06b572a9fa3775a95c (diff)
downloadnixlib-0761bdbc291ca1f0c7f4795b7245607e8cf09426.tar
nixlib-0761bdbc291ca1f0c7f4795b7245607e8cf09426.tar.gz
nixlib-0761bdbc291ca1f0c7f4795b7245607e8cf09426.tar.bz2
nixlib-0761bdbc291ca1f0c7f4795b7245607e8cf09426.tar.lz
nixlib-0761bdbc291ca1f0c7f4795b7245607e8cf09426.tar.xz
nixlib-0761bdbc291ca1f0c7f4795b7245607e8cf09426.tar.zst
nixlib-0761bdbc291ca1f0c7f4795b7245607e8cf09426.zip
lollypop-portal: init at 0.9.7
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d4399955ee6c..3ffab85cb612 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -21204,6 +21204,9 @@ with pkgs;
   lilypond-with-fonts = callPackage ../misc/lilypond/with-fonts.nix {
     lilypond = lilypond-unstable;
   };
+
+  lollypop-portal = callPackages ../misc/lollypop-portal { };
+
   openlilylib-fonts = callPackage ../misc/lilypond/fonts.nix { };
 
   mailcore2 = callPackage ../development/libraries/mailcore2 {