volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +00:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Tobias Geerinckx-Rice
|
0f84673f3d
|
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
|
2018-01-16 23:00:49 +01:00 |
|
Tobias Geerinckx-Rice
|
ac33b4724a
|
More version attribute tidying where maintainers |= nckx
|
2016-01-25 20:08:34 +01:00 |
|
Tobias Geerinckx-Rice
|
2798b02ad0
|
Convert some *Flags from strings to lists
|
2015-11-26 23:45:31 +01:00 |
|
Pascal Wittmann
|
7fd2796e99
|
Replace 'with plaforms; platform' with 'platforms.platform'
|
2015-11-17 21:30:43 +01:00 |
|
Tobias Geerinckx-Rice
|
98b2d7b727
|
Separate nativeBuildInputs where maintainers |= nckx
|
2015-06-17 22:21:32 +02:00 |
|
Tobias Geerinckx-Rice
|
b2d300e59b
|
boxfs: work around box.com breaking their API
See <https://github.com/drotiro/boxfs2/issues/11>.
This should soon be fixed upstream. Until then, any bugs are mine.
|
2015-06-08 16:56:55 +02:00 |
|
Tobias Geerinckx-Rice
|
158e1cfdd0
|
Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
|
2015-05-28 19:20:29 +02:00 |
|
Tobias Geerinckx-Rice
|
4994c859ab
|
boxfs: use fetchFromGitHub
|
2015-02-06 02:00:35 +01:00 |
|
Tobias Geerinckx-Rice
|
bec3dd5dd5
|
Add boxfs: FUSE file system for box.com accounts
|
2015-01-09 10:24:18 +01:00 |
|