forked from mirrors/nixpkgs
ipw2100-fw: Drop runtime dependency on binutils etc.
This commit is contained in:
parent
044e43a538
commit
830aa1a2f0
|
@ -1,7 +1,8 @@
|
|||
{stdenv, fetchurl}:
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ipw2100-fw-1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://pkgs.fedoraproject.org/repo/pkgs/ipw2100-firmware/ipw2100-fw-1.3.tgz/46aa75bcda1a00efa841f9707bbbd113/ipw2100-fw-1.3.tgz;
|
||||
sha256 = "18m7wgd062qwfdr6y0kjrvf1715wjcjn4yml2sk29ls8br2pq471";
|
||||
|
@ -13,7 +14,7 @@ stdenv.mkDerivation {
|
|||
# says: "Your rights to redistribute the Software shall be
|
||||
# contingent upon your installation of this Agreement in its
|
||||
# entirety in the same directory as the Software."
|
||||
installPhase = "mkdir -p $out; cp * $out";
|
||||
installPhase = "mkdir -p $out; cp ipw* LICENSE $out";
|
||||
|
||||
meta = {
|
||||
# "... you may transfer a copy of the Software ... provided such
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{stdenv, fetchurl}:
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ipw2200-fw-3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://pkgs.fedoraproject.org/repo/pkgs/ipw2200-firmware/ipw2200-fw-3.1.tgz/eaba788643c7cc7483dd67ace70f6e99/ipw2200-fw-3.1.tgz;
|
||||
sha256 = "1gaqc8d827d6ji7zhhkpbr4fzznqpar68gzqbzak1h4cq48qr0f6";
|
||||
|
|
Loading…
Reference in a new issue