mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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 {
|
stdenv.mkDerivation {
|
||||||
name = "ipw2100-fw-1.3";
|
name = "ipw2100-fw-1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://pkgs.fedoraproject.org/repo/pkgs/ipw2100-firmware/ipw2100-fw-1.3.tgz/46aa75bcda1a00efa841f9707bbbd113/ipw2100-fw-1.3.tgz;
|
url = http://pkgs.fedoraproject.org/repo/pkgs/ipw2100-firmware/ipw2100-fw-1.3.tgz/46aa75bcda1a00efa841f9707bbbd113/ipw2100-fw-1.3.tgz;
|
||||||
sha256 = "18m7wgd062qwfdr6y0kjrvf1715wjcjn4yml2sk29ls8br2pq471";
|
sha256 = "18m7wgd062qwfdr6y0kjrvf1715wjcjn4yml2sk29ls8br2pq471";
|
||||||
@ -13,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
# says: "Your rights to redistribute the Software shall be
|
# says: "Your rights to redistribute the Software shall be
|
||||||
# contingent upon your installation of this Agreement in its
|
# contingent upon your installation of this Agreement in its
|
||||||
# entirety in the same directory as the Software."
|
# entirety in the same directory as the Software."
|
||||||
installPhase = "mkdir -p $out; cp * $out";
|
installPhase = "mkdir -p $out; cp ipw* LICENSE $out";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
# "... you may transfer a copy of the Software ... provided such
|
# "... you may transfer a copy of the Software ... provided such
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{stdenv, fetchurl}:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ipw2200-fw-3.1";
|
name = "ipw2200-fw-3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://pkgs.fedoraproject.org/repo/pkgs/ipw2200-firmware/ipw2200-fw-3.1.tgz/eaba788643c7cc7483dd67ace70f6e99/ipw2200-fw-3.1.tgz;
|
url = http://pkgs.fedoraproject.org/repo/pkgs/ipw2200-firmware/ipw2200-fw-3.1.tgz/eaba788643c7cc7483dd67ace70f6e99/ipw2200-fw-3.1.tgz;
|
||||||
sha256 = "1gaqc8d827d6ji7zhhkpbr4fzznqpar68gzqbzak1h4cq48qr0f6";
|
sha256 = "1gaqc8d827d6ji7zhhkpbr4fzznqpar68gzqbzak1h4cq48qr0f6";
|
||||||
|
Loading…
Reference in New Issue
Block a user