Merge pull request #205223 from atorres1985-contrib/bmake
bmake: 20220726 -> 20220928
This commit is contained in:
commit
c91e8857f5
1 changed files with 5 additions and 5 deletions
|
@ -3,18 +3,18 @@
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, getopt
|
, getopt
|
||||||
, tzdata
|
|
||||||
, ksh
|
, ksh
|
||||||
|
, tzdata
|
||||||
, pkgsMusl # for passthru.tests
|
, pkgsMusl # for passthru.tests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "bmake";
|
pname = "bmake";
|
||||||
version = "20220726";
|
version = "20220928";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.crufty.net/ftp/pub/sjg/${finalAttrs.pname}-${finalAttrs.version}.tar.gz";
|
url = "http://www.crufty.net/ftp/pub/sjg/${finalAttrs.pname}-${finalAttrs.version}.tar.gz";
|
||||||
hash = "sha256-G/N3B4lyJyHcp7C/+K/EqVINog8CGbt7xSNQrwEz8KA=";
|
hash = "sha256-yAS3feP+uOMd7ipMn7Hp7CTFo0dk56KBXIi07QFlDpA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Make tests work with musl
|
# Make tests work with musl
|
||||||
|
@ -41,13 +41,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "separate-tests.patch";
|
name = "separate-tests.patch";
|
||||||
url = "https://raw.githubusercontent.com/alpinelinux/aports/2a36f7b79df44136c4d2b8e9512f908af65adfee/community/bmake/separate-tests.patch";
|
url = "https://raw.githubusercontent.com/alpinelinux/aports/2a36f7b79df44136c4d2b8e9512f908af65adfee/community/bmake/separate-tests.patch";
|
||||||
sha256 = "00s76jwyr83c6rkvq67b1lxs8jhm0gj2rjgy77xazqr5400slj9a";
|
hash = "sha256-KkmqASAl46/6Of7JLOQDFUqkOw3rGLxnNmyg7Lk0RwM=";
|
||||||
})
|
})
|
||||||
# add a shebang to bmake's install(1) replacement
|
# add a shebang to bmake's install(1) replacement
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "install-sh.patch";
|
name = "install-sh.patch";
|
||||||
url = "https://raw.githubusercontent.com/alpinelinux/aports/34cd8c45397c63c041cf3cbe1ba5232fd9331196/community/bmake/install-sh.patch";
|
url = "https://raw.githubusercontent.com/alpinelinux/aports/34cd8c45397c63c041cf3cbe1ba5232fd9331196/community/bmake/install-sh.patch";
|
||||||
sha256 = "0z8icd6akb96r4cksqnhynkn591vbxlmrrs4w6wil3r6ggk6mwa6";
|
hash = "sha256-RvFq5nsmDxq54UTnXGlfO6Rip/XQYj0ZySatqUxjEX0=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue