typo/style fixes, should fix hydra's channel output
This commit is contained in:
parent
ee142ea983
commit
b2e671da76
@ -10,7 +10,7 @@ let
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit(srcData) name version;
|
inherit (srcData) name version;
|
||||||
|
|
||||||
src = fetchurl{
|
src = fetchurl{
|
||||||
inherit(srcData) url;
|
inherit(srcData) url;
|
||||||
@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = ''A wrapper to run browser plugins out-of-process'';
|
description = ''A wrapper to run browser plugins out-of-process'';
|
||||||
homepage = "http://nspluginwrapper.org/";
|
homepage = "http://nspluginwrapper.org/";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainer; [raskin];
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
inherit (srcData) version;
|
inherit (srcData) version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user