forked from mirrors/nixpkgs
tkabber-plugins: Remove dependency on tkabber.
The tkabber plugins really do not require a dependency on tkabber itself, so let's drop it. In addition, this also removes creating a $out/bin dir, which was left back then when creating the tkabber-plugins derivation by copy & pasting stuff from the main tkabber derivation. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
5d15972278
commit
5b59bb4d28
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, tkabber}:
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tkabber-plugins-${version}";
|
||||
|
@ -10,9 +10,6 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
configurePhase = ''
|
||||
mkdir -p $out/bin
|
||||
sed -e "s@/usr/local@$out@" -i Makefile
|
||||
'';
|
||||
|
||||
buildInputs = [tkabber];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue