···599599 src = ./.; }
600600601601Running `nix-shell` with no arguments should give you
602602-the environment in which the package would be build with
602602+the environment in which the package would be built with
603603`nix-build`.
604604605605Shortcut to setup environments with C headers/libraries and python packages:
+2-2
nixos/modules/system/boot/loader/grub/grub.nix
···348348 default = false;
349349 type = types.bool;
350350 description = ''
351351- Whether GRUB should be build against libzfs.
351351+ Whether GRUB should be built against libzfs.
352352 ZFS support is only available for GRUB v2.
353353 This option is ignored for GRUB v1.
354354 '';
···358358 default = false;
359359 type = types.bool;
360360 description = ''
361361- Whether GRUB should be build with EFI support.
361361+ Whether GRUB should be built with EFI support.
362362 EFI support is only available for GRUB v2.
363363 This option is ignored for GRUB v1.
364364 '';
···77stdenv.mkDerivation rec {
88 name = "kipi-plugins-1.9.0";
991010- src = fetchurl {
1010+ src = fetchurl {
1111 url = "mirror://sourceforge/kipi/${name}.tar.bz2";
1212 sha256 = "0k4k9v1rj7129n0s0i5pvv4rabx0prxqs6sca642fj95cxc6c96m";
1313 };
···2525 homepage = http://www.kipi-plugins.org;
2626 inherit (kdelibs.meta) platforms;
2727 maintainers = with stdenv.lib.maintainers; [ viric urkud ];
2828- broken = true; # it should be build from digikam sources, perhaps together
2828+ broken = true; # it should be built from digikam sources, perhaps together
2929 };
3030}
+1-1
pkgs/servers/firebird/default.nix
···1111 # icu version missmatch may cause such error when selecting from a table:
1212 # "Collation unicode for character set utf8 is not installed"
13131414- # icu 3.0 can still be build easily by nix (by dropping the #elif case and
1414+ # icu 3.0 can still be built easily by nix (by dropping the #elif case and
1515 # make | make)
1616 icu ? null
1717
+1-1
pkgs/servers/sql/virtuoso/7.x.nix
···2929 meta = with stdenv.lib; {
3030 description = "SQL/RDF database used by, e.g., KDE-nepomuk";
3131 homepage = http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/;
3232- #configure: The current version [...] can only be build on 64bit platforms
3232+ #configure: The current version [...] can only be built on 64bit platforms
3333 platforms = [ "x86_64-linux" "x86_64-darwin" ];
3434 maintainers = [ maintainers.urkud ];
3535 };