mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
libnscd: delete
This library is unused sinse e0afec2edc
.
Tracking issue: #31696
This commit is contained in:
parent
ea011d65a8
commit
c0794dc140
@ -1,18 +0,0 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libnscd-2.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-2.0.2.tar.bz2;
|
||||
sha256 = "0nxhwy42x44jlpdb5xq1prbvfjmds4hplmwv3687z0c4r9rn506l";
|
||||
};
|
||||
|
||||
patches = [ ./libnscd-2.0.2-glibc-2.26.patch ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-cast-qual" ];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
diff --git a/src/libnscd.c b/src/libnscd.c
|
||||
index 5e1d3fd..73cb122 100644
|
||||
--- a/src/libnscd.c
|
||||
+++ b/src/libnscd.c
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
+#include <sys/uio.h>
|
||||
|
||||
#include "libnscd.h"
|
||||
|
@ -12812,8 +12812,6 @@ with pkgs;
|
||||
python3 = null; # Currently not using the python3 bindings
|
||||
};
|
||||
|
||||
libnscd = callPackage ../os-specific/linux/libnscd { };
|
||||
|
||||
libnotify = callPackage ../development/libraries/libnotify { };
|
||||
|
||||
libvolume_id = callPackage ../os-specific/linux/libvolume_id { };
|
||||
|
Loading…
Reference in New Issue
Block a user