about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-09-25 20:56:59 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-09-25 20:56:59 +0200
commitd6e723dec33951120d8b8299fbb9e49e55cc1d91 (patch)
tree834fcc7ca7c025ddccb042f066e17722c8dd27d4 /modules
parent3b50260bb166a70a661634b3496e920d21a3ae3d (diff)
profiles/base: Properly strip VirtualBox patch.
We need to strip off one path component, because the patches generated
by Trac's diff viewer contain absolute paths.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index 958caeb3..a2a25573 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -90,7 +90,8 @@ in {
               name = "kernel-4.3.patch";
               url = "https://www.virtualbox.org/changeset/57839/vbox"
                   + "?format=diff";
-              sha256 = "0w28iamw9vnh8k447bx2rg3jwxzghkmpa44ni8fbdacjb3br9i9x";
+              sha256 = "01glpm9j3wp15alg5z5ylm7dm8y75kizvjc3cajl0xqd8b9jm61d";
+              stripLen = 1;
             });
           });
         in orig // { inherit virtualbox; };