pkgs/development/libraries/libtirpc: removed obsolete copy of this library
svn path=/nixpkgs/trunk/; revision=33191
This commit is contained in:
parent
1bbaec552e
commit
70139b0bbd
@ -1,22 +0,0 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
let
|
||||
version = "0.2.2";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "libtirpc-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libtirpc/libtirpc-${version}.tar.bz2";
|
||||
sha256 = "f05eb17c85d62423858b8f74512cfe66a9ae1cedf93f03c2a0a32e04f0a33705";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "http://sourceforge.net/projects/libtirpc/";
|
||||
description = "a port of Suns Transport-Independent RPC library to Linux";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user