Fix Nixpkgs evaluation

https://hydra.nixos.org/build/6169018
This commit is contained in:
Eelco Dolstra 2013-09-17 11:03:51 +02:00
parent 7d10bbb4c8
commit f2254354f9

View file

@ -1,7 +1,11 @@
{ stdenv, rpm, cpio, ncurses, patchelf, makeWrapper, requireFile, unzip }:
{ stdenv, rpm, cpio, ncurses, patchelf, makeWrapper, requireFile, unzip }:
assert stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "megacli-8.07.07";
src =
src =
requireFile {
name = "8.07.07_MegaCLI.zip";
url = http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/8.07.07_MegaCLI.zip;
@ -25,7 +29,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "CLI program for LSI MegaRAID cards, which also works with some Dell PERC RAID cards.";
description = "CLI program for LSI MegaRAID cards, which also works with some Dell PERC RAID cards";
license = "unfree";
};
}