summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* firefox update to 21.0Lluís Batlle i Rossell2013-05-29
|
* libgphoto2: adding a 2.4 version, for kde 4.7 and 4.8.Lluís Batlle i Rossell2013-05-29
|
* digikam: enable parallel buildingLluís Batlle i Rossell2013-05-29
|
* tcpdmup/libpcap udpateLluís Batlle i Rossell2013-05-29
|
* Adding babeld.Lluís Batlle i Rossell2013-05-29
|
* Adding ahcpd.Lluís Batlle i Rossell2013-05-29
|
* buildNodePackage: Utilize the node setup hookShea Levy2013-05-29
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Update nodePackagesShea Levy2013-05-29
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Make the function to import npm2nix-generated packages accessible outside of ↵Shea Levy2013-05-29
| | | | | | node-packages.nix Signed-off-by: Shea Levy <shea@shealevy.com>
* Override the KitchenSink's appNameSander van der Burg2013-05-29
|
* Allow one to override the app's name through the appName parameterSander van der Burg2013-05-29
|
* It's impossible to guess the name so we add an extra optional parameter to ↵Sander van der Burg2013-05-29
| | | | override it
* Use double quotes to expand wildcardsSander van der Burg2013-05-29
|
* Use wildcard for the appnameSander van der Burg2013-05-29
|
* Generate unique derivation names so that we can easily install them from a ↵Sander van der Burg2013-05-29
| | | | Nix channel
* Merge pull request #559 from bjornfor/mentor-codebenchPeter Simons2013-05-29
|\ | | | | Add Sourcery CodeBench Lite toolchain(s)
| * Add Sourcery CodeBench Lite toolchain(s)Bjørn Forsman2013-05-25
| | | | | | | | | | | | | | | | | | | | | | Sourcery CodeBench toolchains are prebuilt GCC toolchains from Mentor Graphics. Start out by adding ARM EABI and ARM GNU/Linux toolchains. Sourcery CodeBench is also available for MIPS, Power, SuperH, ColdFire (and more), so it should be easy to add later, if needed. AFAIK, the EABI toolchains use newlib and the GNU/Linux ones use glibc.
* | Merge pull request #561 from offlinehacker/stPeter Simons2013-05-29
|\ \ | | | | | | st: Update to 0.4.1 and add support for custom config
| * | st: Update to 0.4.1 and add support for custom configJaka Hudoklin2013-05-26
| | |
* | | Merge pull request #571 from vcunat/p/hsPeter Simons2013-05-29
|\ \ \ | | | | | | | | haskell: add pop3-client and smtp-mail (by cabal2nix)
| * | | haskell: add pop3-client and smtp-mail (by cabal2nix)Vladimír Čunát2013-05-28
| | | |
* | | | Get node.js building on darwinShea Levy2013-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | Set library path properly for v8 on darwinShea Levy2013-05-28
| | | |
* | | | Missed some darwin cflags in gypShea Levy2013-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | Fix http_parser build on darwinShea Levy2013-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | gyp: Fix on darwinShea Levy2013-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | cyrus-sasl: Fix build on darwinShea Levy2013-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | waitress: 0.8.1 -> 0.8.5Domen Kozar2013-05-29
| | | |
* | | | add pdf2htmlex and upgrade popplerDomen Kozar2013-05-29
| | | |
* | | | Adding batctl, control for batmanLluís Batlle i Rossell2013-05-28
| | | |
* | | | Adding batman-adv.Lluís Batlle i Rossell2013-05-28
| | | |
* | | | Adding oslrd.Lluís Batlle i Rossell2013-05-28
| | | |
* | | | npm2nix now supports simple strings in the JSON file if no range is specifiedShea Levy2013-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | Add ansi-remover npm packageShea Levy2013-05-28
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | openvpn: Update to 2.3.1Eelco Dolstra2013-05-28
| | | |
* | | | Crypt::RandPasswd: Update to 0.03Eelco Dolstra2013-05-28
| | | | | | | | | | | | | | | | http://hydra.nixos.org/build/5098835
* | | | mumble: making hydra build itLluís Batlle i Rossell2013-05-28
| | | |
* | | | Merge branch 'node-update'Shea Levy2013-05-27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This branch updates node to 0.10.8, as well as updating its dependencies. It also updates node-packages to use the new style generated by npm2nix (some packages may have been lost in the switch, please check!). Note that 0.10 had some backwards-compatability breaks with 0.8, particularly for readable streams. Please see the official documentation for migration help. Note that I have not yet tested this on darwin (node.js was already broken there), but will do so soon and fix it if it's broken. Signed-off-by: Shea Levy <shea@shealevy.com>
| * | | | Add npm2nix nodePackageShea Levy2013-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
| * | | | node-packages.nix: Convert to new npm2nix styleShea Levy2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with 1.0.0 (which is not released at the time of this commit but will be before it is pushed), npm2nix takes a JSON file with a list of names (and optionally version ranges) and generates a data-only (no functions, no rec, no let, etc.) nix expression representing the packages with those names and their dependencies. node-packages.nix now builds its package list from that generated expression. If a package needs native dependencies as build inputs, they can be added to the nativeDeps attribute set. If a package cannot be generated by npm2nix for some reason, it can be added manually to the set. I tried to capture the packages represented by the previous node-packages.nix in the new node-packages.json, but I almost certainly missed some that will have to be added manually. Signed-off-by: Shea Levy <shea@shealevy.com>
| * | | | nodejs: Update to v0.10.8Shea Levy2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I removed darwin-specific bits, as I can't test them right now. If it's broken, let me know and I'll fix on darwin. Signed-off-by: Shea Levy <shea@shealevy.com>
| * | | | Add c-ares DNS libraryShea Levy2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I love it when packages just need name and src Signed-off-by: Shea Levy <shea@shealevy.com>
| * | | | Add http_parser libraryShea Levy2013-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
| * | | | v8: BumpShea Levy2013-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
| * | | | fetchsvn: Allow setting the name of the outputShea Levy2013-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | | Update bittorrent-sync to 1.0.134Moritz Ulrich2013-05-28
| | | | |
* | | | | Merge pull request #569 from errge/vboot_referenceDomen Kožar2013-05-27
|\ \ \ \ \ | | | | | | | | | | | | Fix vboot_reference's libuuid overriding to work on systems wo libuuid
| * | | | | Fix vboot_reference's libuuid overriding to work on systems wo libuuidGergely Risko2013-05-27
| | |/ / / | |/| | |
* | | | | gnunet: removing 0.8Lluís Batlle i Rossell2013-05-27
| | | | | | | | | | | | | | | | | | | | I don't think anyone uses it. Feel free to revert, otherwise.
* | | | | Adding gnunet-svn and libgcrypt-git.Lluís Batlle i Rossell2013-05-27
| | | | | | | | | | | | | | | | | | | | gnunet-svn can't interoperate with gnunet.