connman: remove unneeded hooks
This commit is contained in:
parent
bc4d2abac8
commit
184d741292
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue