commit
2f1dacceab
@ -2,31 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pounce";
|
pname = "pounce";
|
||||||
version = "1.0p1";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://code.causal.agency/june/pounce/archive/${version}.zip";
|
url = "https://git.causal.agency/pounce/snapshot/pounce-${version}.tar.gz";
|
||||||
sha256 = "1fh1cf15ybl962n7x70hlg7zfcmpwgq6q90s74d3jhawmjj01syw";
|
sha256 = "07iyh6ikrlf7y57k462jcr00db6aijk9b2s7n7l7i49hk7kmm6wq";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Don't always create ${ETCDIR}/rc.d
|
|
||||||
(fetchpatch {
|
|
||||||
url = https://code.causal.agency/june/pounce/commit/db65889605a2fa5352e90a573b7584a6b7a59dd5.patch;
|
|
||||||
sha256 = "0bxhig72g4q0hs8lb7g8lb7kf0w9jdy22qwm9yndlwrdw3vi36zq";
|
|
||||||
})
|
|
||||||
# Simplify Linux.mk
|
|
||||||
(fetchpatch {
|
|
||||||
url = https://code.causal.agency/june/pounce/commit/b7dc2e3439a37d23d4847e130b37ece39b8efdd7.patch;
|
|
||||||
sha256 = "0c2pa6w9abkmaaq4957arfmpsrn933vcrs4a2da785v57pgkj4lq";
|
|
||||||
})
|
|
||||||
# Reference openssl(1) by absolute path
|
|
||||||
(fetchpatch {
|
|
||||||
url = https://code.causal.agency/june/pounce/commit/973f19b4fe73ef956fbb4eeaf963bbb83c926203.patch;
|
|
||||||
sha256 = "1w4rhwqfcakzb9a6afq788rrsypay0rw75bjk2f3l66spjb7v3ps";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [ libressl ];
|
buildInputs = [ libressl ];
|
||||||
|
|
||||||
configurePhase = "ln -s Linux.mk config.mk";
|
configurePhase = "ln -s Linux.mk config.mk";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user