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