jujuutils: fix reference to non-existent version of 'linuxHeaders'
Plus minor cosmetic changes to the expression.
This commit is contained in:
parent
2e2a17a92a
commit
6d73db319d
@ -1,18 +1,18 @@
|
||||
{stdenv, fetchurl, linuxHeaders}:
|
||||
{ stdenv, fetchurl, linuxHeaders }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "jujuutils-0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://jujuutils.googlecode.com/files/jujuutils-0.2.tar.gz;
|
||||
url = "http://jujuutils.googlecode.com/files/jujuutils-0.2.tar.gz";
|
||||
sha256 = "1r74m7s7rs9d6y7cffi7mdap3jf96qwm1v6jcw53x5cikgmfxn4x";
|
||||
};
|
||||
|
||||
buildInputs = [ linuxHeaders ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://code.google.com/p/jujuutils/";
|
||||
description = "Utilities around FireWire devices connected to a Linux computer";
|
||||
license = "GPLv2";
|
||||
homepage = http://code.google.com/p/jujuutils/;
|
||||
};
|
||||
}
|
||||
|
@ -5611,9 +5611,7 @@ let
|
||||
|
||||
iwlwifi6000g2bucode = callPackage ../os-specific/linux/firmware/iwlwifi-6000g2b-ucode { };
|
||||
|
||||
jujuutils = callPackage ../os-specific/linux/jujuutils {
|
||||
linuxHeaders = linuxHeaders33;
|
||||
};
|
||||
jujuutils = callPackage ../os-specific/linux/jujuutils { };
|
||||
|
||||
kbd = callPackage ../os-specific/linux/kbd { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user