about summary refs log tree commit diff
path: root/overrides
Commit message (Collapse)AuthorAgeFilesLines
* Update kernel source to version 3.17.0-rc4.aszlig2014-09-101-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc3.aszlig2014-09-031-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Update to v0.16-rc2.aszlig2014-08-251-2/+11
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to v3.17-rc1.aszlig2014-08-251-3/+3
| | | | | | Geesh, long time no update so it's about time :-/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add a default configuration to mpv.aszlig2014-08-051-0/+8
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.16.0.aszlig2014-08-041-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* i3: Check whether configuration file is valid.aszlig2014-08-021-0/+8
| | | | | | | | | | | Finally, after going through quite some journey, we can now check the config file without needing an X connection. The journey took a bit longer, because I was stubborn enough to get the test suite running on Nix (because I wanted to have an upstream test case for this). All that to create a small patch which just checks that damn config file and emits an exit code that actually reflects the output :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Remove override for Erlang manpages.aszlig2014-07-291-12/+0
| | | | | | Applied upstream at NixOS/nixpkgs@ec65a1e. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Change namespaces into new project name "vuizvui".aszlig2014-07-291-2/+2
| | | | | | | | | | | | | | | | | | I found "nixconf" a little big too generic and thus not unlikely enough to someday collide with something in <nixpkgs>. That's why I chose the name "vuizvui" as a Bavarion word (actually _two_ words: "vui zvui") for "far too much", in terms of the opposite of "nix" - which means "nothing". A possible downside for choosing this name is that it might be jawbreaker to some English native speakers out there, but I don't really care if the pronunciation is correct nor do I expect to get a lot of public attention on this repository. And yes, for English native speakers, a pronunciation like "fui-tsui" is probably okay as well :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.16-rc7.aszlig2014-07-281-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.16-rc5.aszlig2014-07-151-3/+3
| | | | | | | Shame on me for running such an old kernel and thanks to @devhell for making me feel guilty. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move new packages from overrides/ into pkgs/.aszlig2014-07-1414-543/+2
| | | | | | | Those packages aren't actually overrides and thus it doesn't make sense to categorize them into "overrides". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to a v3.16-rc4ish.aszlig2014-07-111-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Update to latest 0.16 mercurial branch.aszlig2014-07-013-0/+110
| | | | | | | This also needs nbxmpp as a dependency, so let's revert this entire commit when the next upstream version is released. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Fix patch agains kernel version 3.16.aszlig2014-07-012-0/+14
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Update patches to version 7r5.aszlig2014-07-011-7/+12
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Make expression for gajim more robust.aszlig2014-06-301-2/+2
| | | | | | | It might be that patches/postPatch will be no longer needed for the upcoming Gajim version, so let's not assume these attributes are there. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configurations to v3.16.0-rc3.aszlig2014-06-301-3/+3
| | | | | | | Moving to a new office, of course when i need to reboot anyway it's time for a new kernel, too. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Switch to official patch for v3.15.0.aszlig2014-06-122-90/+7
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source to v3.15.aszlig2014-06-121-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update BFQ scheduler patch to v7r4.aszlig2014-06-031-7/+7
| | | | | | | | | | | | | | | Upstream changes: * Modified the code so as to be robust against late detection of NCQ support for a rotational device. * Removed a bug that hindered the correct throughput distribution on flash-based devices when not every process had to receive the same fraction of the throughput. This fix entailed also a little efficiency improvement, because it implied the removal of a short function executed in a hot path. * Removed quoted strings split across lines. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.15-rc8.aszlig2014-06-031-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel sources to v3.15.0-rc5.aszlig2014-05-161-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Include manpages in erlang package.aszlig2014-05-061-0/+12
| | | | | | | | These manpages are intentionally _not_ within manpath, because they conflict with other manpages. In order to view those manpages you have to run erl -man instead. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Update to v7r3.aszlig2014-05-012-17/+17
| | | | | | This also rebases the patch against latest 3.15-rc3. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configs to v3.15-rc3.aszlig2014-05-011-3/+3
| | | | | | This also enables POSIX ACL and extended attributes for tmpfs now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bfqsched: Add patch fixing build for kernel 3.15.aszlig2014-04-222-0/+83
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add kernel patch for BFQ scheduler.aszlig2014-04-222-0/+44
| | | | | | | This contains a small sed "patch" for supporting kernel 3.15, but will be dropped as soon as the new BFQ patches will be released for 3.15. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel and configs to version 3.15-rc2.aszlig2014-04-221-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* axbo: Move src attribute to the top.aszlig2014-03-171-7/+7
| | | | | | No change in functionality, it just felt ugly to me :-D Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* librxtx-java: Provide alternate URL for download.aszlig2014-03-171-5/+8
| | | | | | The web server at rxtx.qbang.org is down at the moment. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel to version 3.14.0-rc6.aszlig2014-03-161-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to 3.14.0-rc4.aszlig2014-02-081-3/+3
| | | | | | Okay, not exactly, a few commits afterwards ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Switch to Torvalds's Linux repository.aszlig2013-10-291-1/+1
| | | | | | | | This is instead of my local clone, which I used because I don't want to clone that repos over and over again (even if it's a shallow clone) for (re-)building the kernel. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to 3.12.0-rc7.aszlig2013-10-291-3/+3
| | | | | | ... plus two more commits ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.12.0-rc6.aszlig2013-10-201-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.12.0-rc2.aszlig2013-09-251-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update source/config to latest mainline kernel.aszlig2013-09-141-2/+2
| | | | | | This updates the configs of both machines to the latest kernel. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and configs to pre-3.12.aszlig2013-09-061-3/+3
| | | | | | | | This is within the current 3.12 merge window, so it still says 3.11, even though it already contains the shiny new stuff like lockrefs and more :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Use remix packs for UQM.aszlig2013-08-151-0/+1
| | | | | | Hell yes! Of course we want it, don't we? :-D Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update kernel source and config to v3.11-rc5.aszlig2013-08-141-3/+3
| | | | | | | | | I should commit here more often, because between -rc4 and -rc5 there were changes in the configuration. But skipping the commits of release canidates before -rc5 probably doesn't harm that much, so let's jump into the future... swoooooosh... Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel source to v3.10.0-rc6.aszlig2013-06-211-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Update kernel to version 3.10.0-rc4.aszlig2013-06-071-3/+3
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Adjust styles of roster and emoticons.aszlig2013-05-271-0/+2
| | | | | | | | | | | | | | | | | For the emoticons, let's just turn them off. They're annoying as hell! The rest are just cosmetic changes to get closer to the UI I was familiar with TKabber. And well, I had nickname colors in chat windows mixed up so it was a bit hard for me to follow along (I always had cyan for my own nick and coral for other nick) because the own vs. other nick colors were swapped. One particularly annoying thing were those creepy animations of GTK+, so I'm turning them off. There is still the "smooth scrolling" in chat windows left, but that's a topic for a commit in the (hopefully not so) distant future :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Convert gajim.config into a Nix attrset.aszlig2013-05-251-1/+2
| | | | | | | This should bring us to the point where it's easy to kill off some repetition in the config file by defining functions for those repetitive values. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move over from TKabber to Gajim.aszlig2013-05-252-19/+122
| | | | | | | | | | | | | | This not only patches the desired configuration into Gajim itself but also enforces a specific GTK+ theme to be used for Gajim only. The main reason for that is to mimic the look of my previos TKabber theme and configuration. For the gory details, have a look at the patch. Basically we just use the config from the nix store as a default configuration file and only add changed lines to the configuration in the home directory. That way we can still play around with options while not killing our base configuration. If we want to make something permanent, we can just move it into the nix config. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fish: Correctly wrap Python tools.aszlig2013-05-201-7/+19
| | | | | | | | This inserts pythonPath directly into the corresponding script file instead of using wrapPythonPrograms or wrapProgram. It doesn't make sense to use a sh/bash script in order to load a fish tool, right? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add fish version 2.0.0.aszlig2013-05-192-0/+32
| | | | | | Now let's try another shell, shall we? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* rxtx: Use prerelease version.aszlig2013-05-191-2/+2
| | | | | | | | | The stable version cases segfaults and other issues with 64 bit, so let's move over to the prelease version. Please have a look at: http://rxtx.qbang.org/wiki/index.php/Talk:Download#Linux.2CAMD_64.2C_.26_2.2 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* rxtx: Add lockdev library to dependencies.aszlig2013-05-193-2/+28
| | | | | | | This is primarily to ensure that the lock files reside in /tmp/ but I wonder if /run/lock should be set sticky on NixOS by default? Signed-off-by: aszlig <aszlig@redmoonstudios.org>