mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
new procps
svn path=/nixpkgs/trunk/; revision=5877
This commit is contained in:
parent
416dec24ab
commit
5ae0cc2c5e
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "procps-3.2.6";
|
||||
name = "procps-3.2.7";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/procps-3.2.6.tar.gz;
|
||||
md5 = "7ce39ea27d7b3da0e8ad74dd41d06783";
|
||||
url = http://procps.sourceforge.net/procps-3.2.7.tar.gz;
|
||||
md5 = "f490bca772b16472962c7b9f23b1e97d";
|
||||
};
|
||||
patches = [./makefile.patch ./procps-build.patch];
|
||||
buildInputs = [ncurses];
|
||||
|
|
Loading…
Reference in a new issue