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
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Bart Brouns
5bb96e7161
helmholtz: fix failing build
2018-03-25 19:38:23 +02:00
Bart Brouns
abf20c0f9b
cyclone: 0.1-alpha55 -> 0.3beta-2
2017-12-09 00:34:52 +01:00
Bart Brouns
efe5528f0e
maxlib: 1.5.5 -> 1.5.7
2017-12-09 00:32:54 +01:00
Bart Brouns
c6fd8415a6
timbreID: 0.6.0 -> 0.7.0
2017-12-09 00:32:54 +01:00
Bart Brouns
b7bd842fd6
zexy: fix build
2017-08-13 22:37:35 +02:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Cillian de Róiste
23c1d17e9d
puremapping: update 1.01 -> 20160130
2016-07-17 19:08:55 +02:00
Bart Brouns
00a61a420f
zexy: don't patchShebangs, breaks build
2016-07-17 16:09:17 +02:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00: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
Robin Gloster
983093cf4f
puremapping: 1.01 -> 20160130
...
old version was taken down
2016-02-19 21:15:59 +00:00
Robin Gloster
5cf5e6e9c4
mrpeach: turn off format hardening
2016-02-12 12:35:48 +00:00
Robin Gloster
e37e38903d
maxlib: turn off format hardening
2016-02-09 23:07:20 +00:00
Robin Gloster
e046d4fcea
cyclone: turn off format hardening
2016-02-09 01:26:02 +00:00
Cillian de Róiste
3c7f1431c0
helmholtz: unset the curl user-agent to fix the download
...
I've checked this with the developer to ensure it isn't blocked
deliberately and she said it was just a problem with the hosting
provider, so it is fine to work around it.
2015-09-01 13:17:35 +02:00
Arseniy Seroka
daf4ec39a5
fix: add missing versions
2015-06-04 23:34:14 +03:00
Bart Brouns
46658b8a19
Punctuation and capitalisation.
2015-03-16 19:34:36 +01:00
Bart Brouns
2479dc0c63
add puredata-with-plugins:
...
a wrapper for puredata, plus packages for the following plugins:
cyclone
helmholtz
maxlib
mrpeach
puremapping
timbreid
zexy
2015-03-16 17:57:09 +01:00