ddccontrol*: cleanup
- remove doubled file for ddccontrol-db - adding stdenv to buildInputs is pointless - fix doubled http:// - whitespace, etc.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user