about summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* haskell-parsers: update to version 0.10.2Peter Simons2014-01-13
|
* all-packages.nix: strip trailing whitespacePeter Simons2014-01-13
|
* gmp: update 5.1.x branch to version 5.1.3Peter Simons2014-01-13
|
* Make xcode version configurable + fix android emulator testsSander van der Burg2014-01-13
|
* Removed titanium SDK 2.1, since it's deprecated long ago and no longer works ↵Sander van der Burg2014-01-13
| | | | with the new Android SDK
* Added titanium nodejs packageSander van der Burg2014-01-13
|
* Merge branch 'java'Eelco Dolstra2014-01-13
|\
| * apacheAntGcj: RemoveEelco Dolstra2014-01-09
| | | | | | | | | | No need to keep two different versions of Ant around. The default Ant works fine with GCJ (and doesn't pull in OpenJDK).
| * Add a setup hook that automatically sets up $CLASSPATHEelco Dolstra2014-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All JARs in $pkg/share/java (for each $pkg in the build inputs) are added to $CLASSPATH. Thus, you can say buildInputs = [ setJavaClassPath someJavaDependency ]; and the JARs in someJavaDependency will be found automatically by tools like javac or ant. Note that the manual used to say that JARs should be installed in lib/java; this is now share/java, following the Debian policy: http://www.debian.org/doc/packaging-manuals/java-policy/x110.html The directory share/java makes more sense because JARs are architecture-independent. (Also, a quick grep shows that we were not exactly consistent about this in Nixpkgs.)
| * Fix some references to apacheAntOpenJDKEelco Dolstra2014-01-06
| |
| * icedtea: RemoveEelco Dolstra2014-01-06
| | | | | | | | | | It has apparently never worked. Also drop xerces and xalan, which were only used by icedtea.
| * clooj: Update to 0.4.4Eelco Dolstra2014-01-06
| | | | | | | | Also, merge the wrapper into the main package.
| * clojure: Update to 1.5.1Eelco Dolstra2014-01-03
| | | | | | | | | | Also, merge the wrapper into the main package, and get rid of the binary variant.
| * kaffe: RemoveEelco Dolstra2014-01-03
| | | | | | | | It no longer builds and doesn't seem very maintained.
| * ant: Update to 1.9.3Eelco Dolstra2014-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, Ant no longer has a build-time dependency on a particular JDK. It finds the JDK via $JAVA_HOME or $PATH (by looking up javac). This way, we don't need to have separate packages like apacheAntOpenJDK and apacheAntOracleJDK. It also seems reasonable: after all, installing GNU Make doesn't give you a C compiler either. It does mean that instead of buildInputs = [ ant ]; you now need to write something like buildInputs = [ ant jdk ];
| * openjdk: Use multiple outputsEelco Dolstra2014-01-03
| | | | | | | | | | | | | | | | | | This unifies the "openjdk" and "openjre" packages. The JDK is placed in the "out" output, the JRE in "jre". Also, everything is now stored in $prefix/lib/openjdk, so the JDK/JRE no longer pollute user environments with files like "ASSEMBLY_EXCEPTION" at top-level.
| * openjdk: Build only onceEelco Dolstra2014-01-03
| | | | | | | | | | Since javac doesn't do much optimisation, bootstrapping twice is unlikely to produce a faster compiler.
* | Merge pull request #1508 from offlinehacker/pkgs/cpuminer/addPeter Simons2014-01-13
|\ \ | | | | | | Add cpuminer, multi-threaded Litecoin and Bitcoin miner
| * | Add cpuminer, multi-threaded Litecoin and Bitcoin minerJaka Hudoklin2014-01-13
| | |
* | | Merge pull request #1511 from ocharles/haskellPackages.websocketsPeter Simons2014-01-13
|\ \ \ | | | | | | | | haskellPackages.websockets: New expression
| * | | haskellPackages.websockets: New expressionOliver Charles2014-01-13
| | | |
* | | | Merge pull request #1503 from offlinehacker/pkgs/torbrowser/addPeter Simons2014-01-13
|\ \ \ \ | | | | | | | | | | Add tor-browser
| * | | | Add tor-browserJaka Hudoklin2014-01-12
| |/ / /
* | | | Merge pull request #1512 from ocharles/haskellPackages.digestiveFunctorsAesonPeter Simons2014-01-13
|\ \ \ \ | | | | | | | | | | haskellPackages.digestiveFunctorsAeson: New expression
| * | | | haskellPackages.digestiveFunctorsAeson: New expressionOliver Charles2014-01-13
| | | | |
* | | | | Merge pull request #1513 from ocharles/haskellPackages.awsPeter Simons2014-01-13
|\ \ \ \ \ | | | | | | | | | | | | haskellPackages.aws: New expression
| * | | | | haskellPackages.aws: New expressionOliver Charles2014-01-13
| | |/ / / | |/| | |
* / | | | haskellPackages.hsimport: New expressionOliver Charles2014-01-13
|/ / / /
* | / / Add a LUA_COMPAT_ALL version of Lua 5.2Michael Raskin2014-01-12
| |/ / |/| |
* | | gst_all_1: recurseIntoAttrsDomen Kožar2014-01-12
| | |
* | | Add accountservice, needed for gdm.Rob Vermaas2014-01-11
| | |
* | | virt-manager: Add graphical support for the Spice protocolRicardo M. Correia2014-01-11
| | |
* | | virt-manager: Fix error: 'ImportError: No module named libvirt'Ricardo M. Correia2014-01-11
| | | | | | | | | | | | | | | The problem was that libvirt 1.2.0 no longer includes the python bindings; it is a separate package now.
* | | Merge pull request #1403 from iyzsong/gstreamerDomen Kožar2014-01-11
|\ \ \ | | | | | | | | add gstreamer 1.2.1
| * | | add gstreamer 1.2.1Song Wenwu2014-01-10
| | | |
| * | | gstreamer-0.10: move to gstreamer/legacySong Wenwu2014-01-10
| | | |
* | | | connman: new packages ConnMan v1.20 and connman-uiMatej Cotman2014-01-11
| | | |
* | | | pyqt4: update to 4.10.3 and add python3 supportSong Wenwu2014-01-11
| | | | | | | | | | | | | | | | also add python3 support for dbus-python
* | | | sip: update to 4.15.4 and add python3 supportSong Wenwu2014-01-11
| | | |
* | | | gloss-raster: fix attribute namePeter Simons2014-01-11
| | | |
* | | | gloss-raster: new packageEmil Rangden2014-01-11
| | | |
* | | | snd: update to 14.3Song Wenwu2014-01-11
| | | |
* | | | yad: a nice zenity clone for creating GUI dialogs from the shellSergey Mironov2014-01-11
| | | |
* | | | spaceFM: add packageArseniy Seroka2014-01-11
| | | |
* | | | add projectM 2.1.0Song Wenwu2014-01-11
| | | |
* | | | rdmd: Add (D language compiler helper).Vladimir Still2014-01-11
| | | |
* | | | dmd: Add (D language compiler).Vladimir Still2014-01-11
| | | |
* | | | add lastfmsubmitdArseniy Seroka2014-01-11
| | | |
* | | | Add haskell alsa-mixer libArseniy Seroka2014-01-11
| | | |
* | | | haskell-attoparsec: add version 0.11.1.0Peter Simons2014-01-11
| | | |