ipmitool: cleanup
This commit is contained in:
parent
7803a33a62
commit
0c175998c7
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
|||
{ stdenv, lib, fetchurl, openssl, fetchpatch, static ? stdenv.hostPlatform.isStatic }:
|
||||
|
||||
let
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ipmitool";
|
||||
version = "1.8.18";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue