pkgs/top-level/release.nix: drop trailing white space
svn path=/nixpkgs/trunk/; revision=21446
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
/nix/var/nix/gcroots/per-user/hydra/hydra-roots --argstr \
|
/nix/var/nix/gcroots/per-user/hydra/hydra-roots --argstr \
|
||||||
system i686-linux --argstr system x86_64-linux --arg \
|
system i686-linux --argstr system x86_64-linux --arg \
|
||||||
nixpkgs "{outPath = ./}" .... release.nix
|
nixpkgs "{outPath = ./}" .... release.nix
|
||||||
|
|
||||||
Hydra can be installed with "nix-env -i hydra".
|
Hydra can be installed with "nix-env -i hydra".
|
||||||
*/
|
*/
|
||||||
with (import ./release-lib.nix);
|
with (import ./release-lib.nix);
|
||||||
@@ -38,7 +38,7 @@ with (import ./release-lib.nix);
|
|||||||
bind = linux;
|
bind = linux;
|
||||||
bison23 = all;
|
bison23 = all;
|
||||||
bison24 = all;
|
bison24 = all;
|
||||||
bitlbee = linux;
|
bitlbee = linux;
|
||||||
bittorrent = linux;
|
bittorrent = linux;
|
||||||
blender = linux;
|
blender = linux;
|
||||||
boost = all;
|
boost = all;
|
||||||
@@ -388,11 +388,11 @@ with (import ./release-lib.nix);
|
|||||||
firefox35Pkgs = {
|
firefox35Pkgs = {
|
||||||
firefox = prio 150 linux;
|
firefox = prio 150 linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox36Pkgs = {
|
firefox36Pkgs = {
|
||||||
firefox = linux;
|
firefox = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
gnome = {
|
gnome = {
|
||||||
gnome_panel = linux;
|
gnome_panel = linux;
|
||||||
metacity = linux;
|
metacity = linux;
|
||||||
@@ -489,7 +489,7 @@ with (import ./release-lib.nix);
|
|||||||
virtualbox = linux;
|
virtualbox = linux;
|
||||||
virtualboxGuestAdditions = linux;
|
virtualboxGuestAdditions = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
linuxPackages_2_6_28 = {
|
linuxPackages_2_6_28 = {
|
||||||
aufs = linux;
|
aufs = linux;
|
||||||
kernel = linux;
|
kernel = linux;
|
||||||
@@ -543,7 +543,7 @@ with (import ./release-lib.nix);
|
|||||||
pythonPackages = {
|
pythonPackages = {
|
||||||
zfec = linux;
|
zfec = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
xorg = {
|
xorg = {
|
||||||
fontadobe100dpi = linux;
|
fontadobe100dpi = linux;
|
||||||
fontadobe75dpi = linux;
|
fontadobe75dpi = linux;
|
||||||
@@ -576,5 +576,5 @@ with (import ./release-lib.nix);
|
|||||||
xset = linux;
|
xset = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
} ))
|
} ))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user