summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Set meta.platforms attribute to platforms.linux for Seafile packages and ↵Moritz Maxeiner2014-02-28
| | | | their prerequisites
* Add indentation for multi-line strings in seafile-client expressionMoritz Maxeiner2014-02-28
|
* Dashify seafileShared and seafileClientMoritz Maxeiner2014-02-05
|
* Add packages for libzdb, libsearpc, ccnet, seafile-shared, and seafile-clientMoritz Maxeiner2014-02-04
|
* Updated node packagesSander van der Burg2014-02-04
|
* telepathy-farstream: Bump.Shea Levy2014-02-04
| | | | | | Hopefully fixes the tested job Signed-off-by: Shea Levy <shea@shealevy.com>
* mercurialFull: update from 2.8.2 to 2.9Nixpkgs Monitor2014-02-04
|
* gcc 4.8: no need for the arm eabi patch.Lluís Batlle i Rossell2014-02-04
|
* Updating tox/toxicLluís Batlle i Rossell2014-02-04
|
* upx: updating to 3.91.Lluís Batlle i Rossell2014-02-04
|
* Haskell packages don't mix default.nix and <version>.nix in the same directoryShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* llvm: Attempt to fix build on darwinShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* gummiboot: bumpShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* kmod: bumpShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* nodejs: BumpShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* libspotify: unmaintainShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* http-parser: BumpShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* edk2/OVMF: UpdateShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Remove refindShea Levy2014-02-03
| | | | | | We never used it in NixOS Signed-off-by: Shea Levy <shea@shealevy.com>
* gcc-4.6: unmaintainShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* ats: unmaintainShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* llvm: Propagate ncurses and zlibShea Levy2014-02-03
| | | | | | | | Really shouldn't be needed with shared libs, should patch llvm-config Fixes #1601 Signed-off-by: Shea Levy <shea@shealevy.com>
* ntp: Update to 4.2.6p5Eelco Dolstra2014-02-03
|
* Update perl CPAN GraphViz package to work with latest graphviz.Karn Kallio2014-02-03
|
* pure: The pure interpreter does not now build with llvm 3.4 on linux.Karn Kallio2014-02-03
|
* mlton: fix build with latest version.Karn Kallio2014-02-03
|
* Revert "Hide nodePackages from nix-env"Shea Levy2014-02-03
| | | | | | | | | Now node packages that aren't just programs have a node- prefix in their names. This reverts commit 2f11bc495b50c36c1984f334df6867c1b9200a91. Signed-off-by: Shea Levy <shea@shealevy.com>
* Update node packages to np2nix 5.5.0Shea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* retroshare: 0.5.1d -> 0.5.5cDomen Kožar2014-02-03
|
* libav: bugfix updates for both branches; maintainVladimír Čunát2014-02-03
|
* psqlodbc: update from 8.3 to 9.3 (fixes build)Bjørn Forsman2014-02-03
|
* Update node packagesShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* haskell-shelly: update to version 1.4.4Peter Simons2014-02-03
|
* haskell-pipes-network: update to version 0.6.2Peter Simons2014-02-03
|
* haskell-doctest: update to version 0.9.10.1Peter Simons2014-02-03
|
* haskell-atomic-primops: update to version 0.6Peter Simons2014-02-03
|
* haskell-abstract-deque: update to version 0.2.2.1Peter Simons2014-02-03
|
* proofgeneral: fix build with earlier version of texinfo.Karn Kallio2014-02-03
|
* silver-searcher: updated to 0.19.2Georges Dubus2014-02-03
| | | | | Also fixed the "libgcc_s.so.1 must be installed for pthread_cancel to work" problem.
* sqliteodbc: fix library locationBjørn Forsman2014-02-03
| | | | | | | | | Commit d7d3c8fd828cf6aba4d511be1927458507422a67 (sqliteodbc: update to 0.995, add more metadata) mistakenly moved libraries from $out/lib to $out (or rather stopped moving them from $out to $out/lib). Move them back to $out/lib where they're expected to be and referred to by the /etc/odbcinst.ini snippet.
* arp-scan: new packageBjørn Forsman2014-02-03
| | | | | | | Arp-scan is a command-line tool that uses the ARP protocol to discover and fingerprint IP hosts on the local network. http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
* pidgin: bugfix 2.10.8 -> .9Vladimír Čunát2014-02-03
| | | | Fixes connection to some servers broken by the previous update.
* idris requires llvm-general-3.3 currentlyShea Levy2014-02-02
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* clang: Fix linking with -fltoShea Levy2014-02-02
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* llvm-general: Fix buildShea Levy2014-02-02
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* llvm-3.4: Try to fix build on darwinShea Levy2014-02-02
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* haskell-trifecta: update jail-breaking codePeter Simons2014-02-02
|
* haskell-hakyll: jailbreak to fix build with recent versions of regex-tdfaPeter Simons2014-02-02
| | | | https://github.com/NixOS/nixos/issues/281
* haskell-lens: add version 4.0Peter Simons2014-02-02
|
* haskell-aeson: fix build of version 0.7.xPeter Simons2014-02-02
|