3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

9551 commits

Author SHA1 Message Date
Anders Papitto 50e9fa5719 dirt: include sound samples (close #8179)
also add self as maintainer
2015-06-08 10:16:03 +02:00
Nixpkgs Monitor 389820e798 weechat: update from 1.1.1 to 1.2, potentially fixes CVE-2012-6047, CVE-2012-6554 2015-06-07 15:43:54 +02:00
Moritz Ulrich f68ab19ff5 slic3r: Update to 1.2.7. 2015-06-07 15:43:53 +02:00
Arseniy Seroka d2ee96c7b8 Merge pull request #8208 from magnetophon/caps-update-master
update caps to 0.9.24
2015-06-07 14:38:51 +03:00
Herwig Hochleitner 8b0b9be025 emacs24: add options for acl and gpm 2015-06-07 13:26:27 +02:00
Bart Brouns dbec88f564 update caps to 0.9.24 2015-06-07 12:05:11 +02:00
Arseniy Seroka 433a8d766e Merge pull request #8166 from richardlarocque/firefox_icon
Fix firefox-bin icon path
2015-06-07 00:14:37 +03:00
Mateusz Kowalczyk 423c666628 Merge pull request #8202 from ardumont/add-apvlv
[new] Add apvlv pdf reader
2015-06-06 20:58:17 +01:00
lethalman df08e5adfc Merge pull request #7955 from obadz/dotnet
dotNET packages
2015-06-06 21:21:55 +02:00
Domen Kožar a96f7c9e0a Merge pull request #8197 from taku0/firefox-bin-libmozgnome
firefox-bin, thunderbird-bin: update patchelf arguments
2015-06-06 21:03:16 +02:00
Antoine R. Dumont dac5a45acf Add apvlv pdf reader 2015-06-06 21:02:46 +02:00
Arseniy Seroka ee8825935f google-music: beta_1.0.129.6633 -> beta_1.0.182.3607 2015-06-06 20:43:09 +03:00
obadz d4681bf626 Lay down the foundation for packaging the .NET echosystem
- fetchNuGet can fetch binaries from nuget servers
- buildDotnetPackage can build .NET packages using mono/xbuild
  - Places nuget & paket as they would clash with nix
  - Patch project files because F# targets are expected to be found in
    the mono directory (and we know that's not going to happen on nix)
  - Find DLLs that were copied from buildInputs and replace by symlink
    for sharing
  - Export produced DLL via the pkg-config mechanism
  - Create wrappers for produced EXEs
- Repackaged this new infrastructure: keepass, monodevelop
- Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a
  bunch more..

This is a combination of 73 commits.
2015-06-06 09:06:22 -04:00
taku0 5f890ceca1 firefox-bin, thunderbird-bin: update patchelf arguments 2015-06-06 19:05:57 +09:00
taku0 6aa10201cc flashplayer: Update from 11.2.202.457 -> 11.2.202.460 2015-06-06 18:38:18 +09:00
Thomas Tuegel fbcdb66264 kdeApps_15_04.ktp-text-ui: add missing kdbusaddons dependency 2015-06-05 16:39:50 -05:00
Thomas Tuegel 217506aca1 Update kde-applications-15.04.1 -> kde-applications-15.04.2 2015-06-05 16:39:50 -05:00
Arseniy Seroka 70b5e51456 Merge pull request #8178 from jagajaga/fix/versions
fix: add missing versions
2015-06-06 00:22:10 +03:00
William A. Kennington III ffd0539eba cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $out 2015-06-05 13:00:52 -07:00
goibhniu c17aa9d3c6 Merge pull request #7875 from fkz/digikam
updated digikam to version 4.10.0
2015-06-05 17:53:55 +02:00
William A. Kennington III 6d42d6928e Merge pull request #8111 from codyopel/musescore
musescore: 2.0.0 -> 2.0.1
2015-06-05 00:13:02 -07:00
Arseniy Seroka daf4ec39a5 fix: add missing versions 2015-06-04 23:34:14 +03:00
Tobias Geerinckx-Rice fcee71066b rsstail -> 1.9.1 2015-06-04 18:35:44 +02:00
Tobias Geerinckx-Rice 921249e13d keyfinder -> 1.26 2015-06-04 18:35:43 +02:00
Eelco Dolstra 5d8fe045b6 Revert "Refactor mkFlag out of old packages"
This reverts commit 3117e0c897.

Conflicts:
	pkgs/development/libraries/wayland/default.nix
	pkgs/servers/samba/4.x.nix
2015-06-04 14:54:50 +02:00
Eelco Dolstra 98a4eabd99 Revert "qemu: 2.2.2 -> 2.3.0"
This reverts commit 19c259161b.
2015-06-04 14:54:48 +02:00
Eelco Dolstra 3096d03435 Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"
This reverts commit 25a148fa19.
2015-06-04 14:54:48 +02:00
Eelco Dolstra 4f60156afb Revert "qemu-nix: Build statically"
This reverts commit 5afa4f18d6.
2015-06-04 14:54:47 +02:00
Domen Kožar baa4d46d21 Merge pull request #8170 from anderspapitto/dunst-fix
make a wrapper so that dunst can find dbus-launch
2015-06-04 13:03:31 +02:00
Cillian de Róiste 4938d89272 Merge pull request #8168 from richardlarocque/loxodo_app_rebase
Move Loxodo package and add an icon
2015-06-04 11:26:04 +02:00
Anders Papitto 43ef7e2925 make a wrapper so that dunst can find dbus-launch
Prior to this change, the following would fail
  nix-shell --pure -p dunst --command dunst
while this would succeed
  nix-shell --pure -p dunst -p dbus_daemon --command dunst

because dunst tries to execve 'dbus-launch'. The same issue hit if dunst
was used inside a (user) systemd service (which is what I actually care
about).
2015-06-03 23:53:50 -07:00
Richard Larocque 19108c1b6c Add a .desktop file for Loxodo 2015-06-03 23:44:18 -07:00
Richard Larocque 472642ebff Make Loxodo into a real package
There's no reason to keep it hidden in python27Packages hierarchy.
Promote it to be a top-level package.
2015-06-03 23:43:00 -07:00
Richard Larocque 78f2410865 kodi: Enable RTMP support
Ports over similar XBMC changes from
d221fd91a3.
2015-06-03 23:27:39 -07:00
Richard Larocque 6214a521c9 Fix firefox-bin icon path 2015-06-03 19:33:59 -07:00
Eelco Dolstra 4564a0e5e2 firefox: Update to 38.0.5 2015-06-03 11:35:06 +02:00
Marco 3af4c7065d Update HOL Light to svn r232 (2015-05-31) 2015-06-03 11:17:39 +02:00
lethalman 997022bea9 Merge pull request #8148 from ts468/jitsi
Update version: jitsi: 2.4.4997 -> 2.8.5426
2015-06-03 10:57:37 +02:00
Cillian de Róiste 68a82a9114 Merge pull request #8145 from robbinch/pkg-wavegain
wavegain: Add package.
2015-06-03 09:59:40 +02:00
Thomas Strobel ac355ac095 Update version: jitsi: 2.4.4997 -> 2.8.5426 2015-06-03 07:49:01 +02:00
Mateusz Kowalczyk 9e5c2450d8 Merge pull request #8144 from taku0/firefox-bin-38.0.5
firefox-bin: update to version 38.0.5
2015-06-03 06:40:25 +01:00
Robbin C 13ea5b65db wavegain: Add package.
This adds wavegain which is a normalizer for WAV audio files.
2015-06-03 11:06:24 +08:00
taku0 def4876d41 firefox-bin: update to version 38.0.5 2015-06-03 09:32:11 +09:00
Tobias Geerinckx-Rice 1a64d9251c Add git-hub: command line GitHub interface
Rather cool, actually.
2015-06-02 23:58:03 +02:00
Michael Raskin 969776564f Adding TextAdept 2015-06-02 20:32:13 +03:00
Pascal Wittmann 752528ac9c add pdfpc, a presenter console with multi-monitor support for PDF files 2015-06-02 13:15:59 +02:00
Pascal Wittmann 526a777ee6 Merge pull request #8104 from vbgl/why3-86
why3: update from 0.85 to 0.86.1
2015-06-01 20:20:56 +02:00
lethalman ee6808ee69 Merge pull request #8086 from magnetophon/jaaa-master-fixup
jaaa: refactor needed by libclthreads refactor
2015-06-01 17:03:54 +02:00
Arseniy Seroka d8e5067126 Merge pull request #8100 from codyopel/mopidy
Update Mopidy & plugins
2015-06-01 17:15:07 +03:00
Cillian de Róiste fa3ce48140 Merge pull request #8029 from magnetophon/Ardour3-Ardour4-update
ardour: give it all the libs it asks for. ardour3: bugfix
2015-06-01 16:04:10 +02:00