summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-03-31 20:56:05 -0500
committerJohn Wiegley <johnw@newartisans.com>2015-03-31 20:56:05 -0500
commit80c6c5e9eca6ed6c570497317c27bbef2354b236 (patch)
treea9597bbccad642cdb3e045f9b87cdeb2e2383330
parentc7ce8c776886bb6f720cd604ffff0f2ae78c4330 (diff)
downloadnixlib-80c6c5e9eca6ed6c570497317c27bbef2354b236.tar
nixlib-80c6c5e9eca6ed6c570497317c27bbef2354b236.tar.gz
nixlib-80c6c5e9eca6ed6c570497317c27bbef2354b236.tar.bz2
nixlib-80c6c5e9eca6ed6c570497317c27bbef2354b236.tar.lz
nixlib-80c6c5e9eca6ed6c570497317c27bbef2354b236.tar.xz
nixlib-80c6c5e9eca6ed6c570497317c27bbef2354b236.tar.zst
nixlib-80c6c5e9eca6ed6c570497317c27bbef2354b236.zip
global: wrap "global" in the same fashion
-rw-r--r--pkgs/development/tools/misc/global/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/global/default.nix b/pkgs/development/tools/misc/global/default.nix
index 4aff2ee4a0b0..01d75a5bb011 100644
--- a/pkgs/development/tools/misc/global/default.nix
+++ b/pkgs/development/tools/misc/global/default.nix
@@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
 
     wrapProgram $out/bin/gtags \
       --prefix PYTHONPATH : "$(toPythonPath ${pythonPackages.pygments})"
+    wrapProgram $out/bin/global \
+      --prefix PYTHONPATH : "$(toPythonPath ${pythonPackages.pygments})"
   '';
 
   meta = with stdenv.lib; {