fix grammar errors
This commit is contained in:
parent
5ca99ae7a7
commit
a73a28de7b
@ -599,7 +599,7 @@ Given a `default.nix`:
|
|||||||
src = ./.; }
|
src = ./.; }
|
||||||
|
|
||||||
Running `nix-shell` with no arguments should give you
|
Running `nix-shell` with no arguments should give you
|
||||||
the environment in which the package would be build with
|
the environment in which the package would be built with
|
||||||
`nix-build`.
|
`nix-build`.
|
||||||
|
|
||||||
Shortcut to setup environments with C headers/libraries and python packages:
|
Shortcut to setup environments with C headers/libraries and python packages:
|
||||||
|
@ -348,7 +348,7 @@ in
|
|||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Whether GRUB should be build against libzfs.
|
Whether GRUB should be built against libzfs.
|
||||||
ZFS support is only available for GRUB v2.
|
ZFS support is only available for GRUB v2.
|
||||||
This option is ignored for GRUB v1.
|
This option is ignored for GRUB v1.
|
||||||
'';
|
'';
|
||||||
@ -358,7 +358,7 @@ in
|
|||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Whether GRUB should be build with EFI support.
|
Whether GRUB should be built with EFI support.
|
||||||
EFI support is only available for GRUB v2.
|
EFI support is only available for GRUB v2.
|
||||||
This option is ignored for GRUB v1.
|
This option is ignored for GRUB v1.
|
||||||
'';
|
'';
|
||||||
|
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.kipi-plugins.org;
|
homepage = http://www.kipi-plugins.org;
|
||||||
inherit (kdelibs.meta) platforms;
|
inherit (kdelibs.meta) platforms;
|
||||||
maintainers = with stdenv.lib.maintainers; [ viric urkud ];
|
maintainers = with stdenv.lib.maintainers; [ viric urkud ];
|
||||||
broken = true; # it should be build from digikam sources, perhaps together
|
broken = true; # it should be built from digikam sources, perhaps together
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# icu version missmatch may cause such error when selecting from a table:
|
# icu version missmatch may cause such error when selecting from a table:
|
||||||
# "Collation unicode for character set utf8 is not installed"
|
# "Collation unicode for character set utf8 is not installed"
|
||||||
|
|
||||||
# icu 3.0 can still be build easily by nix (by dropping the #elif case and
|
# icu 3.0 can still be built easily by nix (by dropping the #elif case and
|
||||||
# make | make)
|
# make | make)
|
||||||
icu ? null
|
icu ? null
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
|
description = "SQL/RDF database used by, e.g., KDE-nepomuk";
|
||||||
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
|
homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
|
||||||
#configure: The current version [...] can only be build on 64bit platforms
|
#configure: The current version [...] can only be built on 64bit platforms
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
maintainers = [ maintainers.urkud ];
|
maintainers = [ maintainers.urkud ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user