summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAlexey Lebedeff <alebedev@mirantis.com>2016-05-18 19:23:15 +0300
committerAlexey Lebedeff <alebedev@mirantis.com>2016-05-18 19:24:10 +0300
commita4ecc91d398300a401c0252fc0bc39282fe10c58 (patch)
tree661007c3e06cb7b672d529f88f9d791ba1bf2eff /pkgs/top-level
parentc444c402af5c0faf49d5e328de4fcacf17e08ba2 (diff)
downloadnixlib-a4ecc91d398300a401c0252fc0bc39282fe10c58.tar
nixlib-a4ecc91d398300a401c0252fc0bc39282fe10c58.tar.gz
nixlib-a4ecc91d398300a401c0252fc0bc39282fe10c58.tar.bz2
nixlib-a4ecc91d398300a401c0252fc0bc39282fe10c58.tar.lz
nixlib-a4ecc91d398300a401c0252fc0bc39282fe10c58.tar.xz
nixlib-a4ecc91d398300a401c0252fc0bc39282fe10c58.tar.zst
nixlib-a4ecc91d398300a401c0252fc0bc39282fe10c58.zip
platinum-searcher: init at 2.1.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c7e68726fec1..17b0c4a23fc8 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2927,6 +2927,8 @@ in
   platformioPackages = callPackage ../development/arduino/platformio { };
   platformio = platformioPackages.platformio-chrootenv.override {};
 
+  platinum-searcher = (callPackage ../tools/text/platinum-searcher { }).bin // { outputs = [ "bin" ]; };
+
   plex = callPackage ../servers/plex { enablePlexPass = config.plex.enablePlexPass or false; };
 
   ploticus = callPackage ../tools/graphics/ploticus {