procps-ng: make it the default procps (name and attr)

This commit is contained in:
Vladimír Čunát
2014-03-16 19:07:38 +01:00
parent 9363303922
commit ca09a878d0
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, ncurses }:
stdenv.mkDerivation {
name = "procps-ng-3.3.9";
name = "procps-3.3.9";
src = fetchurl {
url = mirror://sourceforge/procps-ng/procps-ng-3.3.9.tar.xz;