The jujuutils are meant for a recent kernel, more recent than our linuxHeaders.
Therefore I add recent linuxHeaders for it. It's quite a hack to build it mixed with 2.6.35 headers and 3.3.5, but it builds at least. svn path=/nixpkgs/trunk/; revision=34021
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl}:
|
||||
{stdenv, fetchurl, linuxHeaders}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "jujuutils-0.2";
|
||||
@@ -8,6 +8,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "1r74m7s7rs9d6y7cffi7mdap3jf96qwm1v6jcw53x5cikgmfxn4x";
|
||||
};
|
||||
|
||||
buildInputs = [ linuxHeaders ];
|
||||
|
||||
meta = {
|
||||
description = "Utilities around FireWire devices connected to a Linux computer";
|
||||
license = "GPLv2";
|
||||
|
||||
Reference in New Issue
Block a user