summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* portaudio: fix license (fix #728)Jason \"Don\" O'Conal2013-07-07
|
* Merge pull request #726 from lovek323/autojumpDomen Kožar2013-07-07
|\ | | | | autojump: fix build on darwin
| * autojump: fix build on darwinJason "Don" O'Conal2013-07-07
| | | | | | | | * remove install.sh shell check
* | Updating libzrtpcpp to 2.3.4.Lluís Batlle i Rossell2013-07-06
| | | | | | | | | | I think it fixes the security threats exposed in: http://blog.azimuthsecurity.com/2013/06/attacking-crypto-phones-weaknesses-in.html
* | Adding a wrapper for sflphone-gnome (to find gtk3 schema files)Lluís Batlle i Rossell2013-07-06
| |
* | Merge branch 'libspotify' of git://github.com/lovek323/nixpkgs into ↵Rok Garbas2013-07-06
|\ \ | | | | | | | | | | | | | | | | | | lovek323-libspotify Conflicts: pkgs/top-level/all-packages.nix
| * | pyspotify: update to latest versionJason "Don" O'Conal2013-07-06
| | |
| * | pyspotify: fix build on darwinJason "Don" O'Conal2013-07-06
| | | | | | | | | | | | * use install_name_tool to have _spotify.so point to the correct library
| * | install_name_tool: add expressionJason "Don" O'Conal2013-07-06
| | |
| * | libspotify: add darwin libraryJason "Don" O'Conal2013-07-04
| | |
* | | pyaudio: fix build on darwinJason \"Don\" O'Conal2013-07-06
| | | | | | | | | | | | | | | * build with '--static-link' flag * set 'PORTAUDIO_PATH' environment variable
* | | portaudio: fix build on darwinJason \"Don\" O'Conal2013-07-06
| |/ |/| | | | | | | | | | | | | | | | | | | | | * remove alsaLib from build inputs * add --build=x86_64 to configure flags * add --without-oss to configure flags * add --enable-static to configure flags * add --enable-shared to configure flags * add framework header files * disable failed tests * copy all headers on install * build with gccApple
* | Add CentOS 6.4 to vm imagesRob Vermaas2013-07-05
| |
* | testdisk: Add to channelEelco Dolstra2013-07-05
| |
* | Update fdmMichael Raskin2013-07-05
| |
* | Update acpi-call for Linux 3.10 compatibilityMichael Raskin2013-07-05
| |
* | Add loopback network device and localhost entry to /etc/hosts for VM tests.Rob Vermaas2013-07-05
| |
* | kdiff3: maintenance updateVladimír Čunát2013-07-05
| |
* | kile: minor updateVladimír Čunát2013-07-05
| |
* | kde4: unify used libcanberraVladimír Čunát2013-07-05
| | | | | | | | I wondered why I'm getting two versions in the closure of KDE apps.
* | Merge pull request #709 from qknight/kdenetwork-kopete-fixesJoachim Schiele2013-07-05
|\ \ | | | | | | fixes two issues via patches to get knetwork compiling; both patches are minimal and mine is now also upstream
| * | fixes two issues via patches to get knetwork compilingJoachim Schiele2013-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kopete-4.10.4-kopete-linphonemediaengine.patch ---------------------------------------------- patch copied from here: https://bugs.kde.org/show_bug.cgi?id=318825 kopete-4.10.4-kopete-stun.patch ------------------------------- when compiling kopete/protocols/jabber/googletalk/libjingle/talk/session/phone/channelmanager.cc it would produce this error: kopete/protocols/jabber/googletalk/libjingle/talk/p2p/base/stunrequest.h:91:9: error: ‘StunMessageType’ does not name a type problem: this is cased by a cyclic use of stun.h, stunrequest.h and channelmanager.cc with the outcome, that kdenetwork couldn't be compiled since kopete fails to build. solution: move the StunMessageType enum into its own #ifndef
* | | heroku gem: add expressionJason \"Don\" O'Conal2013-07-05
| | |
* | | Remove runInGenericVMEelco Dolstra2013-07-05
| | | | | | | | | | | | It's not used anywhere and probably doesn't work anymore.
* | | VM builds: Use 9p/virtfs instead of CIFSEelco Dolstra2013-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9p (with caching enabled) is much faster than CIFS and doesn't require Samba or virtual networking. For instance, building GNU Hello with CIFS takes ~323s on my laptop, but with 9p it takes 54s. More measurements will be needed to see if "cache=fscache" is really faster than "cache=loose" (the former seems to be a little bit faster).
* | | VM builds: Increase the default memory size to 512 MBEelco Dolstra2013-07-05
| | |
* | | VM builds: Panic on OOMEelco Dolstra2013-07-05
| | |
* | | VM builds: Use ext4 instead of ext2Eelco Dolstra2013-07-05
| | |
* | | VM builds: Use qemu instead of the obsolete qemu-kvmEelco Dolstra2013-07-05
| | |
* | | Merge pull request #717 from aristidb/masterMichael Raskin2013-07-04
|\ \ \ | | | | | | | | xdg-utils update (fixes problems with xdg-open)
| * | | update xdg-utils to 1.1.0-rc1, fixes problems with generic xdg-open codeAristid Breitkreuz2013-07-04
| | | |
* | | | Update references to 'rLang' to the new name 'R'.Peter Simons2013-07-04
| | | |
* | | | R: delete obsolete version 2.x from NixpkgsPeter Simons2013-07-04
| | | |
* | | | plone: updating plone.app.discussion to 2.2.7Rok Garbas2013-07-04
|/ / /
* | | do not patch non-existent bash_completion for old kernelsAristid Breitkreuz2013-07-04
| | |
* | | fix bash completion for perfAristid Breitkreuz2013-07-04
| | |
* | | aria2: update to version 1.17.1 and add sqlite supportJonas Hoersch2013-07-04
| | | | | | | | | | | | | | | also add missing pkgconfig dependency, so that the buildInputs zlib, openssl, and sqlite are properly found.
* | | newsbeuter: fix perl shebangJason \"Don\" O'Conal2013-07-04
| | |
* | | newsbeuter: add expressionJason \"Don\" O'Conal2013-07-04
| | |
* | | testRPMImage: Use x86_64 imageEelco Dolstra2013-07-04
| | |
* | | qemu: Allow building only the x86 emulatorEelco Dolstra2013-07-04
| | |
* | | qemu: Merge qemu-kvm dependenciesEelco Dolstra2013-07-04
| | |
* | | qemu: Merge stuff from qemu-kvmEelco Dolstra2013-07-04
| | |
* | | spice: Update to 0.12.3Eelco Dolstra2013-07-04
| | |
* | | spice-protocol: Update to 0.12.6Eelco Dolstra2013-07-04
| | |
* | | qemu: Update to 1.5.1Eelco Dolstra2013-07-04
| | |
* | | fix bad "licence" namesVladimír Čunát2013-07-04
| | | | | | | | | | | | | | | | | | Mostly what I merged from @lovek323. Such errors can be easily checked by nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
* | | haskell-shelly: update to version 1.3.0.3Peter Simons2013-07-04
| | |
* | | haskell-oeis: update to version 0.3.4Peter Simons2013-07-04
| | |
* | | llvm: fix meta.license attributePeter Simons2013-07-04
| | |