Ben Siraphob
|
66e44425c6
|
pkgs/development/libraries: stdenv.lib -> lib
|
2021-01-21 19:11:02 -08:00 |
|
Daniel Nagy
|
531e121e5b
|
sqlar: fix build error
Disable warnings to be treated as errors, since otherwise the build
would fail with this message:
```
sqlite3.c: In function 'sqlite3SelectNew':
sqlite3.c:116663:10: error: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-local-addr-Werror=return-local-addr8;;]
116663 | return pNew;
```
|
2021-01-16 23:41:00 +01:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01: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 |
|
Markus Kowalewski
|
a647d07f4c
|
sqlite,sqlar: add licenses
|
2018-08-11 14:32:05 +02:00 |
|
Will Dietz
|
0f7eaddc50
|
sqlar: init at 2018-01-07
|
2018-05-17 14:58:41 -05:00 |
|