We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b7deb14 commit e8f7c31Copy full SHA for e8f7c31
pkgs/tools/package-management/opkg/default.nix
@@ -2,15 +2,15 @@
2
, autoreconfHook }:
3
4
stdenv.mkDerivation rec {
5
- version = "0.3.1";
+ version = "0.3.3";
6
name = "opkg-${version}";
7
src = fetchurl {
8
url = "http://downloads.yoctoproject.org/releases/opkg/opkg-${version}.tar.gz";
9
- sha256 = "1pw7igmb4miyxl11sj9g8p8pgxg9nmn1h2hzi8b23v44hcmc1inj";
+ sha256 = "03nhz0ralc3cqsrwyc310n8kbk2m9im0m2r2za8lqphs29rrxnqr";
10
};
11
12
- buildInputs = [ pkgconfig curl gpgme libarchive bzip2 lzma attr acl libxml2
13
- autoreconfHook ];
+ nativeBuildInputs = [ pkgconfig autoreconfHook ];
+ buildInputs = [ curl gpgme libarchive bzip2 lzma attr acl libxml2 ];
14
15
meta = with stdenv.lib; {
16
description = "A lightweight package management system based upon ipkg";
0 commit comments