Commit graph

16 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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Orivej Desh 3fea6319f9 numactl: drop musl patch
musl support was added upstream in v2.0.12 in
31dc2951c7
2018-10-05 09:59:17 +00:00
xeji 9b136dd5ed
Merge pull request #45461 from markuskowa/numactl-up
numactl: 2.0.11 -> 2.0.12
2018-08-22 23:22:09 +02:00
Markus Kowalewski 2741c99060
numactl: update license and homepage 2018-08-22 13:04:47 +02:00
Markus Kowalewski 158e3cb0da
numactl: 2.0.11 -> 2.0.12 2018-08-22 13:04:04 +02:00
Jan Malakhovski 6c931a13c5 numactl: make tests run, but disable. Ugh! 2018-08-11 09:35:32 +00:00
Will Dietz ad09de4d13 numactl: fix use of deprecated macros, patch to fix w/musl 2018-02-13 09:45:00 -06:00
Will Dietz d8b15f8b05 numactl: 2.0.10 -> 2.0.11
grab release from github, old homepage seems defunct?
2018-02-13 09:44:59 -06:00
Tuomas Tynkkynen bc98f13222 numactl: Not supported on 32-bit ARM 2017-11-26 11:13:20 +02:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
William A. Kennington III c6d0acbda7 numactl: 1.0.2 -> 2.0.10 2015-04-21 20:57:58 -07:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Ludovic Courtès f7d9bb93bf numactl: Fix post-install.
svn path=/nixpkgs/trunk/; revision=11657
2008-04-18 14:46:29 +00:00
Ludovic Courtès aaf6f7b7e4 Add numactl/libnuma, Linux-specific NUMA support tools.
svn path=/nixpkgs/trunk/; revision=11656
2008-04-18 14:38:27 +00:00