about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-08-29 01:49:10 +0200
committerProfpatsch <mail@profpatsch.de>2016-08-29 01:49:10 +0200
commit0e0974f0f4c2e16ce62cf560bc8b2d0f31cd2499 (patch)
tree8b6e3237970ac6530f0ad9da0c1f4ae40f2b3a18 /machines/profpatsch/pkgs.nix
parent22c9b551865e768725d840d26c51c3e4d4cb7073 (diff)
machines/katara: add/rm packages
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 35f65a04..ecb50c67 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -45,12 +45,12 @@ let
 
   beets = pkgs.beets.override { enableAlternatives = true; };
 
-  git-annex = pkgs.gitAndTools.git-annex.overrideDerivation (old: {
-      buildInputs = old.buildInputs ++ [ pkgs.makeWrapper ];
-      postFixup = ''
-        wrapProgram $out/bin/git-annex --prefix PATH ":" "${pkgs.lsof}/bin";
-      '';
-  });
+  # git-annex = hplts.git-annex.overrideDerivation (old: {
+  #     buildInputs = old.buildInputs ++ [ pkgs.makeWrapper ];
+  #     postFixup = ''
+  #       wrapProgram $out/bin/git-annex --prefix PATH ":" "${getBin pkgs.lsof}/bin";
+  #     '';
+  # });
 
   poezio = pkgs.python34Packages.poezio;
 
@@ -66,4 +66,4 @@ let
 
 
 in
-{ inherit taffybar offlineimap sent mpv beets git-annex poezio vim fast-init; }
+{ inherit taffybar offlineimap sent mpv beets poezio vim fast-init; }