about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-11-16 18:07:43 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-11-16 18:08:41 +0100
commit40fe420d75450d89a3b15c588102faf1e441e750 (patch)
tree03b454a3c0b471e56ee19b31eca6f3ad9ec4ec72 /pkgs/default.nix
parent79f535e13c7f84de74c733aa5b81437cc708f0f2 (diff)
tishtushi: Revert patching Dragonfly quirk.
This reverts commit 7f9f88e90b8ab41a97a86fa4ff8a501e0e0eea27.

The reason why I'm reverting this is because while it indeed fixes the
volume mapping, it doesn't fix my main problem that it takes a few
seconds to go from 100% volume to the desired volume level that's
currently set.

So instead of applying this patch and maintaining it until it may
eventually hit mainline, it's better to debug the original issue rather
than applying a patch that _may_ fix an unrelated issue.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 41598357..3b56fbd2 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -23,7 +23,6 @@ let
 
     kernelPatches = {
       bfqsched = callPackage ./kpatches/bfqsched.nix { };
-      dragonfly = callPackage ./kpatches/dragonfly { };
     };
   };
 in pkgs // self