1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libmcs: 0.7.2 -> deprecated

This commit is contained in:
c0bw3b 2017-11-01 22:48:05 +01:00
parent bddb71a138
commit e2e8d59055
2 changed files with 0 additions and 21 deletions

View file

@ -1,19 +0,0 @@
{ stdenv, fetchurl, pkgconfig, libmowgli }:
stdenv.mkDerivation rec {
name = "libmcs-0.7.2";
src = fetchurl {
url = "http://distfiles.atheme.org/${name}.tbz2";
sha256 = "1knmgxrg2kxdlin8qyf6351943ldg8myllwf860af58x1wncxc74";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libmowgli ];
meta = {
description = "A library and set of userland tools which abstract the storage of configuration settings away from userland applications";
homepage = http://www.atheme.org/projects/mcs.shtml;
platforms = stdenv.lib.platforms.unix;
};
}

View file

@ -9384,8 +9384,6 @@ with pkgs;
libmatroska = callPackage ../development/libraries/libmatroska { };
libmcs = callPackage ../development/libraries/libmcs { };
libmd = callPackage ../development/libraries/libmd { };
libmemcached = callPackage ../development/libraries/libmemcached { };