mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
all-packages.nix: stripped trailing whitespace
svn path=/nixpkgs/trunk/; revision=33452
This commit is contained in:
parent
b575fa1259
commit
e94fd0e83c
1 changed files with 3 additions and 3 deletions
|
@ -5178,7 +5178,7 @@ let
|
|||
oidentd = callPackage ../servers/identd/oidentd { };
|
||||
|
||||
openfire = callPackage ../servers/xmpp/openfire { };
|
||||
|
||||
|
||||
OVMF = callPackage ../applications/virtualization/OVMF { };
|
||||
|
||||
postgresql = postgresql83;
|
||||
|
@ -6102,7 +6102,7 @@ let
|
|||
|
||||
xf86_input_wacom = callPackage ../os-specific/linux/xf86-input-wacom { };
|
||||
|
||||
xf86_video_nouveau = callPackage ../os-specific/linux/xf86-video-nouveau {
|
||||
xf86_video_nouveau = callPackage ../os-specific/linux/xf86-video-nouveau {
|
||||
inherit (xorg) xorgserver xproto fontsproto xf86driproto renderproto
|
||||
videoproto utilmacros;
|
||||
};
|
||||
|
@ -8452,7 +8452,7 @@ let
|
|||
pgf1 = callPackage ../tools/typesetting/tex/pgf/1.x.nix { };
|
||||
|
||||
pgf2 = callPackage ../tools/typesetting/tex/pgf/2.x.nix { };
|
||||
|
||||
|
||||
pgfplots = callPackage ../tools/typesetting/tex/pgfplots { };
|
||||
|
||||
pjsip = callPackage ../applications/networking/pjsip { };
|
||||
|
|
Loading…
Reference in a new issue