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 |
|
zimbatm
|
69ce5cb656
|
use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
|
2016-02-28 12:07:42 +00: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
|
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
|
ebf122c36f
|
coan: only build on Linux
|
2015-03-01 12:32:13 +01:00 |
|
Tobias Geerinckx-Rice
|
841905e1ea
|
coan: skip checks; they work locally but fail on Hydra
This reverts commit 607cc808d8 .
|
2015-02-23 01:45:08 +01:00 |
|
Tobias Geerinckx-Rice
|
607cc808d8
|
coan: run checks
|
2015-02-17 05:13:40 +01:00 |
|
Tobias Geerinckx-Rice
|
9b7a58e1f9
|
coan: don't double-gzip man page
`make install` gzips coan.1 with the wrong extension (.1). So Nix re-
compresses it. Result: coan.1.1.gz, and a screen full of gobbledygook.
|
2015-01-12 21:38:31 +01:00 |
|
Tobias Geerinckx-Rice
|
03e53af0f5
|
Add coan: the C preprocessor chainsaw
|
2015-01-11 15:21:26 +01:00 |
|