remove unused postInstall
This commit is contained in:
parent
e5df59548e
commit
b3ce4cd77f
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ in stdenv.mkDerivation {
|
|||
"--without-openssl-version-check"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
# ldconfig
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||
propagatedBuildInputs = [ vpnc openssl gnutls gmp libxml2 stoken zlib ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue