mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-02 21:54:45 +00:00
gcc-wrapper). Useful for builds that call ld directly. svn path=/nixpkgs/trunk/; revision=363
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
Package(
|
|
[ ("name", "baseenv")
|
|
, ("build", Relative("baseenv/baseenv-build.sh"))
|
|
|
|
, ("setup", Relative("baseenv/setup.sh"))
|
|
, ("gccwrapper", Relative("baseenv/gcc-wrapper.sh"))
|
|
, ("ldwrapper", Relative("baseenv/ld-wrapper.sh"))
|
|
]
|
|
)
|