Fabian Affolter
30748250bc
sourcehut.*: add format
...
- add nativeBuildInputs
- disable on unsupported Python releases
2023-12-07 07:40:17 +01:00
Christoph Heiss
869781c2f4
sourcehut.buildsrht: 0.83.0 -> 0.86.10
...
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 12:39:28 +01:00
Jan Malakhovski
5852f26bdc
treewide: noop: refer to src.name
or similar in sourceRoot
where appropriate, part 1: trivial cases
2023-08-03 16:32:03 +00:00
Theodore Ni
b0ae739c9d
sourcehut.buildsrht: 0.82.8 -> 0.83.0
2022-11-01 19:29:02 -07:00
Julien Moutinho
664edda544
sourcehut: fix #198478
...
The error:
> Executing pythonOutputDistPhase
> mv: cannot stat 'dist': No such file or directory
was caused by the non-idempotent hook `pythonOutputDistHook`
appearing in: 86ab83260f
and initially in: adbc59c9d3
being run twice due to the manual propagation of
`nativeBuildInputs` from sourcehut's core to sourcehut's services.
Kudos to Winter (@winterqt) for making sense of this bug.
2022-11-01 21:56:37 -04:00
Theodore Ni
181908996a
sourcehut.buildsrht: 0.81.0 -> 0.82.8 ( #192450 )
2022-09-29 23:26:42 +02:00
Julien Moutinho
a623fb79c0
sourcehut.buildsrht: 0.80.0 -> 0.81.0
2022-06-08 19:46:04 -04:00
Julien Moutinho
8f92ed46cf
sourcehut: code-style formatting
2022-06-08 19:46:04 -04:00
Julien Moutinho
cd6808ba9f
sourcehut: fix Unix socket support for Redis
2022-06-08 19:46:04 -04:00
Julien Moutinho
d587a14bca
sourcehut.buildsrht: 0.79.1 -> 0.80.0
2022-06-08 19:46:04 -04:00
Julien Moutinho
43f856ab2c
sourcehut.buildsrht: 0.75.2 -> 0.79.1
2022-06-08 19:46:04 -04:00
Julien Moutinho
1584a81f6a
sourcehut.buildsrht: 0.74.17 -> 0.75.2
2022-02-12 02:11:34 +01:00
Julien Moutinho
ca8e051617
sourcehut.buildsrht: 0.74.13 -> 0.74.17
2021-12-28 22:18:46 -05:00
Julien Moutinho
2e2e0b3779
sourcehut.buildsrht: 0.74.12 -> 0.74.13
2021-12-28 22:18:46 -05:00
Julien Moutinho
5698cdbc6c
sourcehut: revert upstream commits breaking Unix socket support for Redis
2021-12-28 22:18:46 -05:00
Julien Moutinho
756126fe89
sourcehut.buildsrht: 0.74.2 -> 0.74.12
2021-12-28 22:18:45 -05:00
Julien Moutinho
2c599ba5d0
Revert "sourcehut: update go-redis to support Unix sockets"
...
This reverts commit 1eba3869b4c4ee1f19ddc6fbb7f068756cf2e895.
Those patches have been merged upstream.
2021-12-28 22:18:45 -05:00
Julien Moutinho
1c558c001a
sourcehut.buildsrht: 0.73.3 -> 0.74.2
2021-12-28 22:18:45 -05:00
Julien Moutinho
94cff236c5
sourcehut.buildsrht: 0.71.6 -> 0.73.3
2021-12-28 22:18:44 -05:00
Julien Moutinho
ddaef72e49
sourcehut: update go-redis to support Unix sockets
2021-12-28 22:18:17 -05:00
Julien Moutinho
a3abc6ff24
sourcehut: add pythonImportsCheck
2021-12-28 22:18:16 -05:00
Julien Moutinho
e381fce335
sourcehut: fix agpl3 -> agpl3Only
2021-12-28 22:18:16 -05:00
Julien Moutinho
c325cdb483
sourcehut.buildsrht: 0.66.7 -> 0.71.6
2021-12-28 22:18:16 -05:00
Thomas Bereknyei
1383d5574b
sourcehut.buildsrht: 0.63.4 -> 0.66.7
2021-05-04 20:05:22 -04:00
Sandro Jäckel
b33fe92b81
sourcehut: remove unused inputs
2021-02-16 03:59:55 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro Jäckel
694ff9691e
sourcehout: Disable setuptools check
2021-01-07 10:41:32 +01:00
Raito Bezarius
84c37c7a7c
buildsrht: 0.62.6 -> 0.63.4
2020-10-11 15:52:34 +02:00
Edmund Wu
c75cd827df
sourcehut.buildsrht: check buildGoModule
2020-09-08 17:43:57 -07:00
Edmund Wu
5e9feb2427
sourcehut.buildsrht: fix build
2020-09-08 17:43:57 -07:00
Edmund Wu
42f17611a1
sourcehut.*: remove SRHT_PATH patch
2020-09-08 17:43:57 -07:00
Edmund Wu
a9677e0f33
buildsrht: 0.56.13 -> 0.62.6
2020-09-08 17:43:57 -07:00
Timothy Stott
ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations ( #95092 )
...
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Edmund Wu
85b64d3006
buildsrht: fix build
2020-04-16 16:41:29 -04:00
Edmund Wu
924cd84a20
buildsrht: 0.52.5 -> 0.56.13
2020-04-16 16:41:25 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Edmund Wu
9401dcc360
buildsrht: fix build
2019-12-29 20:06:22 -05:00
Edmund Wu
0ba8b3b67b
buildsrht: 0.48.0 -> 0.52.5
2019-12-29 20:06:18 -05:00
Edmund Wu
9bc8540d86
buildsrht: 0.47.9 -> 0.48.0
2019-11-04 01:46:59 -08:00
Edmund Wu
690ffc9761
buildsrht: 0.47.8 -> 0.47.9
2019-10-20 21:49:55 -04:00
Edmund Wu
c503f76409
buildsrht: 0.45.13 -> 0.47.8
2019-10-05 10:44:43 -04:00
Edmund Wu
a2ca6ef26f
sourcehut: init
...
builds-sr-ht: init at 0.45.13
dispatch-sr-ht: init at 0.11.0
git-sr-ht: init at 0.32.3
hg-sr-ht: init at 0.13.0
lists-sr-ht: init at 0.36.3
man-sr-ht: init at 0.12.4
meta-sr-ht: init at 0.34.3
paste-sr-ht: init at 0.5.1
todo-sr-ht: init at 0.46.8
2019-08-13 11:25:52 -04:00