volth
|
bc0d605cf1
|
treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
|
2021-01-24 19:56:59 +07:00 |
Ben Siraphob
|
66e44425c6
|
pkgs/development/libraries: stdenv.lib -> lib
|
2021-01-21 19:11:02 -08:00 |
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
John Ericson
|
9b090ccbca
|
treewide: Get rid of most `parseDrvName` without breaking compat
That is because this commit should be merged to both master and
release-19.09.
|
2019-11-24 17:22:28 +00:00 |
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 |
Orivej Desh
|
b5d1d50aa9
|
google-gflags: move to aliases.nix
google-gflags were renamed to gflags in 2012:
https://github.com/gflags/gflags/#25-january-2012
gflags.name will be updated in staging.
|
2019-07-25 09:18:32 +00:00 |
Orivej Desh
|
e66d263f6b
|
eigen3_3: move version overrides to all-packages.nix
|
2018-11-18 10:53:25 +00:00 |
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
Daiderd Jordan
|
a378141684
|
caffe2: mark linux only
|
2018-04-05 20:05:18 +02:00 |
Yuri Aisaka
|
e559fa19f3
|
fix compilation on gcc7
|
2018-03-09 22:34:25 +09:00 |
Yuri Aisaka
|
f8c48908f7
|
caffe2: init at 0.8.1 (#34956)
|
2018-02-16 15:09:40 +00:00 |