remove unused postInstall

This commit is contained in:
chessai 2018-11-17 14:29:34 -05:00 committed by chessai
parent e5df59548e
commit b3ce4cd77f

View File

@ -29,10 +29,6 @@ in stdenv.mkDerivation {
"--without-openssl-version-check"
];
postInstall = ''
# ldconfig
'';
nativeBuildInputs = [ pkgconfig autoreconfHook ];
propagatedBuildInputs = [ vpnc openssl gnutls gmp libxml2 stoken zlib ];