Commit graph

6 commits

Author SHA1 Message Date
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
Kranium Gikos Mendoza 60624a4625 nasty: add large file support (#17011)
also fixes i686 build as a side-effect
2016-07-19 01:47:33 +02:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
Pascal Wittmann f0696611a1 nasty: make maintainers a list 2015-10-11 22:00:47 +02:00
David Kleuker 3de09c6594 nasty: init at 0.6 2015-10-11 21:20:55 +02:00