mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* Build Firefox in nixpkgs.
* Some TODOs. svn path=/nixpkgs/trunk/; revision=910
This commit is contained in:
parent
1550034ac4
commit
0d4967fc35
31
pkgs/TODO
31
pkgs/TODO
@ -6,4 +6,33 @@
|
||||
|
||||
* In setup.sh: add configureFlagsArray or something
|
||||
|
||||
* Inform freedesktop people that Xaw requires Xpm.
|
||||
* Inform freedesktop people that Xaw requires Xpm.
|
||||
|
||||
* Only add --rpath FOO/lib if FOO/lib is actually used, otherwise we
|
||||
get lots of unneccesarily retained dependencies.
|
||||
|
||||
* After building gcc, filter out this sillyness in .../lib/libsupc++.la and .../lib/libstdc++.la:
|
||||
|
||||
/nix/store/fd3dba2a24f0242af8ea7e896380be7e-gcc-3.3.3/lib/libsupc++.la:dependency_libs='
|
||||
-L/tmp/nix-26124-33/build/i686-pc-linux-gnu/libstdc++-v3/src
|
||||
-L/tmp/nix-26124-33/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -lm
|
||||
-L/tmp/nix-26124-33/build/gcc
|
||||
-L/nix/store/e173bb830ba5f727ae63e0673d929bc7-gcc-3.3.3/bin
|
||||
-L/nix/store/23ef1e01b61105fee5ef8b47faf30675-glibc-2.3.2/lib
|
||||
-L/nix/store/6d3bf84aeb18d6d92a25ce9692b0f4d2-gcc-3.3.3/lib -lgcc_s
|
||||
-lc -lgcc_s'
|
||||
|
||||
/nix/store/fd3dba2a24f0242af8ea7e896380be7e-gcc-3.3.3/lib/libstdc++.la:dependency_libs='
|
||||
-L/tmp/nix-26124-33/build/i686-pc-linux-gnu/libstdc++-v3/src
|
||||
-L/tmp/nix-26124-33/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -lm
|
||||
-lm -lm -L/tmp/nix-26124-33/build/gcc
|
||||
-L/nix/store/e173bb830ba5f727ae63e0673d929bc7-gcc-3.3.3/bin
|
||||
-L/nix/store/23ef1e01b61105fee5ef8b47faf30675-glibc-2.3.2/lib
|
||||
-L/nix/store/6d3bf84aeb18d6d92a25ce9692b0f4d2-gcc-3.3.3/lib -lgcc_s
|
||||
-lc -lgcc_s -lm -lgcc_s -lc -lgcc_s'
|
||||
|
||||
in particular references to /tmp/nix... and to /nix/store/...-
|
||||
|
||||
i.e., basically all -L... switches
|
||||
|
||||
this causes lots of unneccesarily retained dependencies
|
||||
|
@ -41,7 +41,7 @@ let {
|
||||
pkgs.subversion
|
||||
pkgs.pan
|
||||
pkgs.sylpheed
|
||||
# pkgs.firefox
|
||||
pkgs.firefox
|
||||
pkgs.MPlayer
|
||||
pkgs.MPlayerPlugin
|
||||
# pkgs.vlc
|
||||
|
Loading…
Reference in New Issue
Block a user