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

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 ];