about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* minicom: 2.4 -> 2.6.2Bjørn Forsman2013-07-24
| | | | | | | | | | | | | | | | | This also fixes the annoying issue that minicom doesn't work out of the box: $ minicom minicom: there is no global configuration file /etc/minirc.dfl Ask your sysadmin to create one (with minicom -s). $ sudo minicom -s minicom: there is no global configuration file /etc/minirc.dfl Ask your sysadmin to create one (with minicom -s). minicom 2.4 basically refuses to enter setup unless /etc/minirc.dfl already exists. sudo touch /etc/minirc.dfl is enough to fix that though, but with this commit "sudo minicom -s" will work out of the box.
* Fix apgRob Vermaas2013-07-24
|
* aldor: fix the sha256 hash (plus minor cosmetic changes)Peter Simons2013-07-24
|
* python-genzshcomp-0.5.1Florian Friesdorf2013-07-24
|
* venus: new packageRok Garbas2013-07-23
|
* linux: Update to 3.4.54Eelco Dolstra2013-07-23
|
* gimp_2_8: update to 2.8.6, enable xpm supportSong Wenwu2013-07-23
|
* networkmanager: we dont need networkmanager group anymore, just use ↵Domen Kozar2013-07-23
| | | | at_console policy
* networkmanagerapplet: fix the buildDomen Kozar2013-07-23
|
* Add quodlibet-2.5: GTK+Python based music player (close #481)Jonas Hoersch2013-07-23
|
* haskell-hlint: update to version 1.8.49Peter Simons2013-07-23
|
* haskell-yesod-platform: update to version 1.2.3Peter Simons2013-07-23
|
* haskell-fclabels: update to version 1.1.7.1Peter Simons2013-07-23
|
* Merge pull request #721 from vcunat/p/hw-utilsVladimír Čunát2013-07-23
|\ | | | | pci and usb utils update
| * usbutils: update 006 -> 007Vladimír Čunát2013-07-06
| |
| * pciutils: updateVladimír Čunát2013-07-06
| | | | | | | | | | This breaks udev145 due to enabling compression again, but I rather think we should remove udev145 (not used anywhere).
* | haskell-fclabels: disable the Haddock documentation to fix the buildPeter Simons2013-07-23
| | | | | | | | https://github.com/sebastiaanvisser/fclabels/issues/20
* | ipython: update to version 0.13.2Peter Simons2013-07-23
| |
* | pylint: install emacs lisp filesPeter Simons2013-07-23
| |
* | python-packages: cosmetic to fix syntax highlighting and trailing whitespacePeter Simons2013-07-23
| |
* | haskell-unix-time: update to version 0.1.10Peter Simons2013-07-23
| |
* | haskell-simple-sendfile: update to version 0.2.12Peter Simons2013-07-23
| |
* | haskell-postgresql-simple: update to version 0.3.4.0Peter Simons2013-07-23
| |
* | haskell-highlighting-kate: update to version 0.5.5Peter Simons2013-07-23
| |
* | haskell-fclabels: update to version 1.1.7Peter Simons2013-07-23
| |
* | haskell-fast-logger: update to version 0.3.2Peter Simons2013-07-23
| |
* | haskell-monad-par: update to version 0.3.4.3Peter Simons2013-07-23
| |
* | networkmanagerapplet: fix buildDomen Kozar2013-07-23
| |
* | add python32Domen Kozar2013-07-23
| |
* | networkmanagerapplet: propagatedBuildInputs -> propagatedUserEnvPkgsDomen Kozar2013-07-23
| |
* | Added ironhorse nodejs package + updated other node packagesSander van der Burg2013-07-23
| |
* | python3: 3.3.1 -> 3.3.2Domen Kozar2013-07-23
| |
* | networkmanagerapplet: add GConf libgnome_keyring to propagatedBuildInputsDomen Kozar2013-07-23
| |
* | Updating go to 1.1.1Lluís Batlle i Rossell2013-07-23
| |
* | netpbm: Fix a truly random build failureEelco Dolstra2013-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Since "src" is a fetchsvn directory, the source is copied with "cp --no-preserve=timestamps" (see commit 6d928ab684327e0eeb1bf6cd889d57ca7127e8a7). So some source files might get a slightly different timestamp. Here, if lib/standard.ppmdfont gets a newer timestamp than the generated file lib/standardppmdfont.c, Make will try to rebuild the latter. But that fails because the ppmdcfont program doesn't exist (yet). Probably stdenv should ensure that every file has the same timestamp.
* | smartmontools: update drive database to the latest versionPeter Simons2013-07-23
| |
* | Updating go to 1.1.1Lluís Batlle i Rossell2013-07-22
| |
* | Add linux 3.2.48 with grsecurity patchesRob Vermaas2013-07-22
| |
* | Fix junitRob Vermaas2013-07-22
| |
* | apparmor: Update to kernel 3.4 series (the current default)Ricardo M. Correia2013-07-22
| |
* | ipsec-tools: update to version 0.8.1Peter Simons2013-07-22
| |
* | libspotify: Fix build for linux.Rickard Nilsson2013-07-22
| | | | | | | | | | | | | | | | For Linux, the phases was run in the wrong order. I've fixed that, but the package is still a complete mess that needs to be cleaned up. The linux and darwin builds should probably be separated into two different Nix expressions to avoid the current conditional mess.
* | Oxygen-gtk: upgrade to 1.3.4Cillian de Róiste2013-07-22
| |
* | Added flatiron nodejs package + updated other nodejs packagesSander van der Burg2013-07-22
| |
* | Merge pull request #774 from aristidb/masterBjørn Forsman2013-07-21
|\ \ | | | | | | Add nvidia-smi tool and fix an embarrassing bug in a previous pull request of mine
| * | nvidia: also install useful nvidia-smi toolAristid Breitkreuz2013-07-21
| | |
| * | fix bug in perf-linux installation, oopsAristid Breitkreuz2013-07-21
| | |
* | | apcupsd: use /run/nologin (instead of /etc/nologin) to prevent loginsBjørn Forsman2013-07-21
|/ / | | | | | | This is what systemd uses, see "man systemd-user-sessions.service".
* | haskell-yesod-bin: update to version 1.2.2Peter Simons2013-07-21
| |
* | haskell-yaml: update to version 0.8.4Peter Simons2013-07-21
| |