connman: remove unneeded hooks

This commit is contained in:
Doron Behar
2020-03-27 10:43:50 +03:00
parent bc4d2abac8
commit 184d741292
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
]; ];
preConfigure = '' preConfigure = ''
export PPPD=${ppp}/sbin/pppd
sed -i "s/\/usr\/bin\/file/file/g" ./configure sed -i "s/\/usr\/bin\/file/file/g" ./configure
''; '';
@@ -71,10 +70,6 @@ stdenv.mkDerivation rec {
"--enable-iwd" "--enable-iwd"
]; ];
postInstall = ''
cp ./client/connmanctl $out/sbin/connmanctl
'';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A daemon for managing internet connections"; description = "A daemon for managing internet connections";
homepage = https://01.org/connman; homepage = https://01.org/connman;