summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* Remove trailing whitespaceEelco Dolstra2012-12-28
|
* Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra2012-12-28
| | | | | | | | | | | | | | | This allows various applications. It allows users to set global optimisation flags, e.g. stdenv.userHook = ''NIX_CFLAGS_COMPILE+=" -funroll-loops"''; But the impetus is as an alternative to issue #229, allowing impure stdenv setup for people who want to use distcc: stdenv.userHook = "source /my/impure/setup-script.sh"; This is probably a bad idea, but at least now it's a bad idea in people's configuration and not in Nixpkgs. :-)
* Revert "Merge pull request #229 from viric/niximpure2-stdenv-updates"Eelco Dolstra2012-12-28
| | | | | This reverts commit e04b17bfbaa4dbd5252d59f727d7d84ffe25f568, reversing changes made to 1af2ada7d4c61e79356a0f3f8bcced6159a6e751.
* stdenv: Stripping out/lib32 tooLluís Batlle i Rossell2012-12-27
| | | | | If not, in mips64/n32, lib32/libiberty.a was left without stripping, and it contained (debug) references to bootstrap-tools.
* gcc47: moving the bootstrap logic into nixLluís Batlle i Rossell2012-12-27
| | | | | It was in the builder.sh. Similar to the previous patch to gcc46.
* gcc46: moving the bootstrap logic into nixLluís Batlle i Rossell2012-12-27
| | | | It was in the builder.sh.
* Merge pull request #229 from viric/niximpure2-stdenv-updatesviric2012-12-27
|\ | | | | Allow /niximpure/impure.sh impurity, only for users wanting it
| * Fixing problems in the previous commit. It didn't work.Lluís Batlle i Rossell2012-12-26
| |
| * 2nd approach at getting a check for /niximpure in stdenv-updatesLluís Batlle i Rossell2012-12-26
|/
* Fixing the patch in my prev commitLluís Batlle i Rossell2012-12-26
| | | | | I thought the gcc patch from upstream would apply straight. False, push-happy.
* gcc46: extending the gcc 4.6.3 patch about siginfo to other archsLluís Batlle i Rossell2012-12-26
| | | | I took the gcc commit as reference.
* Less intrussive fix for glibc 2.16 cross-rpcgen buildLluís Batlle i Rossell2012-12-24
| | | | | | | | | | | | | | | Using LD_LIBRARY_PATH, sets overrides of libs for all binaries run. On mips64, the libz in the bootstrap-tools is a bit incompatible with the libz binutils are built with (ld.so outputs a warning at every program run that uses libz). binutils need to be dynamically linked to the libz they have been linked to. Glibc creates 'shlib.lds' using the gas program output, and it includes the ld.so warning in case of using LD_LIBRARY_PATH. That breaks the glibc build. As Makefile includes BUILD_LDFLAGS for the purpose of cross-rpcgen, I use this instead of the intrusive LD_LIBRARY_PATH.
* Revert "w3m: fixing the build"Lluís Batlle i Rossell2012-12-21
| | | | | | This reverts commit 0dc11d913c9b8a574811aa6863c039d687b3f0bb. Somehow, I thought by hydra that w3m wasn't building fine.
* w3m: fixing the buildLluís Batlle i Rossell2012-12-21
| | | | Many packages depend on this.
* v4l-utils: updating. They didn't build in the new stdenv.Lluís Batlle i Rossell2012-12-21
|
* vxl: fixing build with the new linux headersLluís Batlle i Rossell2012-12-21
|
* binutils: update to 2.23.1, and addition of patch for DT_NEEDEDLluís Batlle i Rossell2012-12-20
|
* openssl: Fix building on DarwinEelco Dolstra2012-12-18
| | | | http://hydra.nixos.org/build/3491716
* Don't preserve timestamps when copying sources to the temporary build directory.Shea Levy2012-12-14
| | | | This should fix issues like "ZIP does not support timestamps before 1980"
* Remove references to some nonexistent packagesEelco Dolstra2012-12-13
|
* ed: Update to 1.7Eelco Dolstra2012-12-12
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2012-12-12
|\
| * scid: New package, version 4.3.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just saw Michael Raskin's GNU Chess and XBoard updates and did a short check if Scid is already in nixpkgs. It wasn't, so I decided to add it, so thanks to @7c6f434c :-) The package involves a lot of patching, as usual with Tcl/Tk on NixOS. In this case the program is written in C++ and embeds the Tcl/Wish interpreter. Unfortunately this doesn't make it easier to inject TCLLIBPATH, as there doesn't seem to be a direct library call (well in theory you could `lappend TCLLIBPATH`, but that won't help with TK_LIBRARY). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * chromium: Update stable and beta channel.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | stable: 23.0.1271.95 -> 23.0.1271.97 (tested and works) beta: 24.0.1312.27 -> 24.0.1312.35 (tested and works) The dev version doesn't build in its newest incarnation, so we will need to fix and/or patch it before pushing upstream. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * ascii: New package, version 3.12.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | Quite a useful tool, especially for non English native speakers to find out what people mean with things like "hiccup", "boink", "blugle" and whatnot. And of course it's quite useful to convert between hex/oct/dec/bin. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * xinit: Fix logpath and dependencies for startx.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that (almost?) all NixOS users start X using the services module, because startx seems to be broken for quite some while. And it hit me while getting to NixOS for the first time as well, so I then decided to just use the service module. As I'm working with multiple X servers, writing wrappers in ~/nixpkgs/config.nix became tedious and so I decided to fix it, hopefully without breaking anything. The fix consists of: * Provide a default location for the Xorg log (~/.xorg.log - hope that's okay) * Expose xauth through xinit to ensure purity and "unexpected behaviour", also known as "simply not working", because xauth isn't in the user's environment. * Actually provide the X binary so it doesn't have to be passed to startx every time. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * virtualbox: Allow building with extension pack.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The extension pack is needed in order to have USB 2.0, RDP and PXE boot support and is _not_ part of the free version, so please read their conditions before using it: https://www.virtualbox.org/wiki/VirtualBox_PUEL Further information and details about the extension pack is available here: https://www.virtualbox.org/manual/ch01.html#intro-installing I'm wimping out here and use requireFile to ask the user to fetch the extension pack manually, simply because I'm not a lawyer. I've seen other distributions that fetch the extension packs directly from upstream, but I'm not sure if that is according to Oracle's PUEL. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * vbindiff: New package, version 3.0_beta4.aszlig2012-12-12
| | | | | | | | | | | | | | Visual binary differences viewer, very useful for reverse-engineering proprieritary file formats. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * samplicator: New package, version 1.3.7-beta6.aszlig2012-12-12
| | | | | | | | | | | | | | A small and lightweight UDP redirector if you don't want to bend a fly on the wheel using socat. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * git-and-tools/hub: New package, version 1.10.3.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | | | This is a small wrapper of Git, which integrates some GitHub specific features, especially stuff like merging or sending pull requests or attaching commits to an issue. I'm not quite familiar with the Nix integration of Ruby, so let's hope that I'm not doing something horrible here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * wbox: New package, version 5.aszlig2012-12-12
| | | | | | | | | | | | | | | | | | | | Yet another HTTP benchmarking tool, which is really quite minimalistic and in ANSI C. This package maybe isn't even worth putting it in its own file and directory but I did it for the sake of consistency. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * hping: New package, version 20051105.aszlig2012-12-12
| | | | | | | | | | | | | | Quite a lot of patching involved here, but the upstream package is no longer maintained anymore. Nevertheless the tool is still useful in some environments. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * abiword: Enable parallel building.aszlig2012-12-12
| | | | | | | | | | | | | | Shouldn't take _that_ long to build, but I was impatient during fixing the build and it doesn't hurt anyway, does it? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * abiword: Fix glib/gdx_pixbuf related build errors.aszlig2012-12-12
| | | | | | | | | | | | | | A bunch of these includes expect extra prefixes which we don't have in Nix, so we are going to batch-fix them with sed. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * haskell-LambdaHack: update to version 0.2.6.5Peter Simons2012-12-12
| |
| * haskell-yesod: update to version 1.1.7Peter Simons2012-12-12
| |
| * haskell-yesod-default: update to version 1.1.3Peter Simons2012-12-12
| |
| * haskell-yesod-auth: update to version 1.1.2.2Peter Simons2012-12-12
| |
| * haskell-word8: update to version 0.0.3Peter Simons2012-12-12
| |
| * haskell-warp: update to version 1.3.6Peter Simons2012-12-12
| |
| * haskell-vector-space: update to version 0.8.6Peter Simons2012-12-12
| |
| * haskell-snap: update to version 0.10.0.1Peter Simons2012-12-12
| |
| * haskell-persistent: update to version 1.1.0.1Peter Simons2012-12-12
| |
| * haskell-persistent-template: update to version 1.1.1Peter Simons2012-12-12
| |
| * haskell-language-c-quote: update to version 0.4.4Peter Simons2012-12-12
| |
| * haskell-iproute: update to version 1.2.9Peter Simons2012-12-12
| |
| * haskell-http-reverse-proxy: update to version 0.1.0.7Peter Simons2012-12-12
| |
| * haskell-http-conduit: update to version 1.8.5.1Peter Simons2012-12-12
| |
| * haskell-ghc-mod: update to version 1.11.3Peter Simons2012-12-12
| |