all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=26824
This commit is contained in:
parent
4389638c94
commit
da55a5168b
@ -343,7 +343,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
platforms = import ./platforms.nix;
|
platforms = import ./platforms.nix;
|
||||||
|
|
||||||
|
|
||||||
### TOOLS
|
### TOOLS
|
||||||
|
|
||||||
@ -977,7 +977,7 @@ let
|
|||||||
ncompress = callPackage ../tools/compression/ncompress { };
|
ncompress = callPackage ../tools/compression/ncompress { };
|
||||||
|
|
||||||
ndisc6 = callPackage ../tools/networking/ndisc6 { };
|
ndisc6 = callPackage ../tools/networking/ndisc6 { };
|
||||||
|
|
||||||
netcat = callPackage ../tools/networking/netcat { };
|
netcat = callPackage ../tools/networking/netcat { };
|
||||||
|
|
||||||
netkittftp = callPackage ../tools/networking/netkit/tftp { };
|
netkittftp = callPackage ../tools/networking/netkit/tftp { };
|
||||||
@ -2384,7 +2384,7 @@ let
|
|||||||
pure = callPackage ../development/interpreters/pure {};
|
pure = callPackage ../development/interpreters/pure {};
|
||||||
|
|
||||||
python = python27;
|
python = python27;
|
||||||
|
|
||||||
python26 = callPackage ../development/interpreters/python/2.6 { };
|
python26 = callPackage ../development/interpreters/python/2.6 { };
|
||||||
|
|
||||||
python27 = callPackage ../development/interpreters/python/2.7 { };
|
python27 = callPackage ../development/interpreters/python/2.7 { };
|
||||||
@ -4512,7 +4512,7 @@ let
|
|||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
### SERVERS
|
### SERVERS
|
||||||
|
|
||||||
rdf4store = callPackage ../servers/http/4store { };
|
rdf4store = callPackage ../servers/http/4store { };
|
||||||
@ -5788,7 +5788,7 @@ let
|
|||||||
qt = qt4;
|
qt = qt4;
|
||||||
};
|
};
|
||||||
|
|
||||||
bitcoin = callPackage ../applications/misc/bitcoin {
|
bitcoin = callPackage ../applications/misc/bitcoin {
|
||||||
wxGTK = wxGTK290;
|
wxGTK = wxGTK290;
|
||||||
db4 = db47;
|
db4 = db47;
|
||||||
inherit (xlibs) libSM;
|
inherit (xlibs) libSM;
|
||||||
@ -7072,7 +7072,7 @@ let
|
|||||||
|
|
||||||
zathura = callPackage ../applications/misc/zathura { };
|
zathura = callPackage ../applications/misc/zathura { };
|
||||||
|
|
||||||
zynaddsubfx = callPackage ../applications/audio/zynaddsubfx {
|
zynaddsubfx = callPackage ../applications/audio/zynaddsubfx {
|
||||||
fltk = fltk11;
|
fltk = fltk11;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user