connman: remove unneeded hooks

This commit is contained in:
Doron Behar 2020-02-22 18:59:50 +02:00
parent bc4d2abac8
commit 184d741292

View File

@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
];
preConfigure = ''
export PPPD=${ppp}/sbin/pppd
sed -i "s/\/usr\/bin\/file/file/g" ./configure
'';
@ -71,10 +70,6 @@ stdenv.mkDerivation rec {
"--enable-iwd"
];
postInstall = ''
cp ./client/connmanctl $out/sbin/connmanctl
'';
meta = with stdenv.lib; {
description = "A daemon for managing internet connections";
homepage = https://01.org/connman;