ddccontrol*: cleanup

- remove doubled file for ddccontrol-db
- adding stdenv to buildInputs is pointless
- fix doubled http://
- whitespace, etc.
This commit is contained in:
Vladimír Čunát
2015-03-16 21:27:37 +01:00
parent eb8105ad01
commit f41f7a0bb9
4 changed files with 10 additions and 49 deletions

View File

@@ -18,7 +18,6 @@ stdenv.mkDerivation {
};
buildInputs =
[
stdenv
perl
perlPackages.libxml_perl
libxml2
@@ -29,9 +28,9 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Monitor database for DDCcontrol";
homepage = "http://http://ddccontrol.sourceforge.net/";
homepage = "http://ddccontrol.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ stdenv.lib.maintainers.pakhfn ];
};
}
}