Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07: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
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Peter Hoeg
b93bb0664b
uchiwa: 1.5.0 -> 1.7.0
2019-07-24 21:36:41 +08:00
Peter Hoeg
a6520f6136
uchiwa: 1.3.1 -> 1.5.0
2018-12-24 13:20:37 +08:00
Peter Hoeg
804c227b83
uchiwa: 1.2.0 -> 1.3.1
2018-10-10 16:35:46 +08:00
Silvan Mosberger
81634e8498
uchiwa: fix build
2018-08-09 20:41:41 +02:00
Peter Hoeg
a3b69a52c5
uchiwa: 1.1.2 -> 1.2.0
2018-04-29 20:34:52 +08:00
Peter Hoeg
afdc186a03
uchiwa: 1.1.1 -> 1.1.2
2018-01-27 14:40:38 +08:00
Peter Hoeg
96e777adfd
uchiwa: add update script
2018-01-12 23:02:39 +08:00
Peter Hoeg
754b5961a2
uchiwa: 1.1.0 -> 1.1.1
2018-01-12 23:02:39 +08:00
Peter Hoeg
2e2c2cad6c
uchiwa: 0.26.3 -> 1.1.0
2017-12-18 14:00:50 +08:00
Peter Hoeg
76dac3c788
uchiwa: 0.26.0 -> 0.26.3
2017-11-10 18:54:31 +08:00
Peter Hoeg
a6f62cfa07
uchiwa: get rid of broken upgrade script
2017-11-10 18:54:31 +08:00
Rodney Lorrimar
3ef954bdd7
uchiwa: fix bower hashes
...
Previous bower2nix had a bug resulting in incorrect hashes.
This uses bower2nix 3.2.0 to regenerate the bower packages file.
2017-09-28 20:58:17 +01:00
Peter Hoeg
dd6591c506
uchiwa: 0.25.3 -> 0.26.0
2017-09-26 17:53:42 +08:00
Peter Hoeg
9d2da6ab3a
uchiwa: 0.22.1 -> 0.25.3-1
2017-07-31 07:56:55 +08:00
Robin Gloster
f0f55ac6cd
Revert "uchiwa: 0.22.1 -> 0.25.3-1"
...
This reverts commit 5dc5dfdefb
.
This breaks evaluation:
error: invalid character ‘/’ in name ‘angular-tools/ng-jsoneditor-ea138469f157d8f2b54ec5b8dcf4b08a55b61459’
cc @peterhoeg
2017-07-30 14:06:39 +02:00
Peter Hoeg
5dc5dfdefb
uchiwa: 0.22.1 -> 0.25.3-1
2017-07-30 18:40:19 +08:00
Peter Hoeg
b52fa7b622
uchiwa: 0.21.1
...
Include script to upgrade.
2017-02-27 17:09:24 +08:00