aszlig
c91662f979
abiword: Fix glib/gdx_pixbuf related build errors.
...
A bunch of these includes expect extra prefixes which we don't have in Nix, so
we are going to batch-fix them with sed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 12:36:17 +01:00
Lluís Batlle i Rossell
0f7dee47a1
librecad: adding its 2.0 beta version too
2012-12-11 09:53:25 +01:00
Eelco Dolstra
a2c2d8e28a
thunderbird: Disable parallel building
...
It's broken just as in Firefox.
http://hydra.nixos.org/build/3441371
2012-12-09 02:07:42 +01:00
Michael Raskin
1c3434cc16
Update E prover
2012-12-09 00:36:38 +04:00
Florian Friesdorf
a551d61083
skype 4.1.0.20
2012-12-06 15:40:55 +01:00
aszlig
acafaf9b23
rxvt-unicode: Add path to terminfo file.
...
On NixOS, we have set TERMINFO_DIRS to the user environment, so urxvt and curses
programs running within urxvt are able to find the terminfo file. Unfortunately
this isn't the case if you're not using NixOS.
Of course we now no longer need the longDescription, which suggests to issue
export TERMINFO=~/.nix-profile/share/terminfo
... which to my eyes essentially is a workaround. So please correct me when I'm
wrong, but i think it's better if software is working as-is rather than
requiring additional configuration (except if it really makes sense or breaks
purity).
Thanks to Eelis in #nixos for reporting this.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-06 03:30:06 +01:00
cillianderoiste
5b0cd954f1
Merge pull request #206 from chaoflow/python-merge
...
python pureness, cleanup, and enable pth loaders (setuptoolsSite, recursivePthLoader)
2012-12-05 14:28:09 -08:00
aszlig
8fd4b80bc7
chromium: Don't use the config attrset anymore.
...
We can still use the config attribute set from within all-packages to pass it to
the package expression, which we do in case of PulseAudio. In order to override
other stuff you can now conveniently use chromium.override without passing a
fake config attribute set.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-05 14:05:18 +01:00
aszlig
caabb8ee47
chromium: Allow package override on channels.
...
This allows for more flexible overrides instead of just passing a custom
configuration attrset like:
chromium.override { config.chromium.channel = "beta"; }
So you can now simply do:
chromium.override { channel = "beta"; }
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-05 14:05:18 +01:00
aszlig
e504299f94
chromium: Update channels to stable v23.0.1271.95.
...
This updates the beta channel as well:
stable: 23.0.1271.91 -> 23.0.1271.95
beta: 24.0.1312.25 -> 24.0.1312.27
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-05 14:05:17 +01:00
Michael Raskin
56f1c1ec24
Update veracity
2012-12-04 10:12:38 +04:00
Michael Raskin
8a1f312621
Update golly
2012-12-04 10:10:28 +04:00
Lluís Batlle i Rossell
6655cf6d23
firefox: update to 17.0.1
...
I feel lucky.
2012-12-03 17:19:56 +01:00
Peter Simons
1a1b91e0d6
haskell-xmobar: update to version 0.16
2012-12-03 16:12:04 +01:00
Peter Simons
3261d1d4aa
git-annex: update to version 3.20121127
2012-12-03 16:12:04 +01:00
Ludovic Courtès
2809f9bbce
ed: disable tests on Darwin
2012-12-03 15:26:20 +01:00
aszlig
e95bda9caf
virtualbox: Update to upstream version 4.2.4.
...
This updates both virtualbox and guest additions.
Upstream changes in this release:
* GUI: fixed validation warning on global settings / proxy page (4.2.2
regression)
* GUI: fixed crash with multiple guest screens on certain conditions (OS X
hosts only)
* VBoxBalloonCtrl: fixed command line argument handling of ballooning module
* VRDP: fixed occasional crash during a video playback in the guest
* BIOS: fixed broken DMI information (4.2 regression)
* BIOS: workaround for booting from Windows 2000 floppy disks
* EFI: fixed video mode selection loss on VM reboot
* Parallel: fixed parallel port printing failure/ paper queue empty error
(Windows hosts only)
* NAT: fixed crash on alias-less DNS responses when host-resolver is used
* Storage: fixed hang under rare circumstances
With bug IDs: https://www.virtualbox.org/wiki/Changelog
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-03 11:10:17 +01:00
aszlig
57ece5d3e5
pavucontrol: Update to version 1.0.
...
As we are still mainly on gtk2, so I'm disabling gtk3 support for now. Though we
might want to add an option enableGTK3 someday.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-03 11:10:16 +01:00
Florian Friesdorf
1adc9b1b1f
python module cleanup, enable a couple of tests, add comments for failing
2012-12-03 06:38:11 +01:00
Florian Friesdorf
5436356733
a package does not need to include setuptools manually
...
this breaks for now
2012-12-03 04:40:38 +01:00
Rob Vermaas
6faa35a89b
Update flashplayer-11 to version 11.2.202.251
2012-12-01 18:20:05 +01:00
Mathijs Kwik
d4d4528833
new package: GPAC
2012-12-01 12:23:23 +01:00
Mathijs Kwik
4c8d63d549
mkvtoolnix: upgrade to 5.8.0
2012-12-01 12:23:23 +01:00
Ambrus Kaposi
3899bd04fd
update ikiwiki version (old URL is not available anymore)
2012-11-30 12:42:44 +01:00
Eelco Dolstra
012a838ea2
Remove Firefox 16
2012-11-30 11:33:44 +01:00
Florian Friesdorf
3438681d80
Merge branch 'channel-nixos' into python-merge
2012-11-29 21:40:33 +01:00
Florian Friesdorf
471a4b583f
Merge branch 'channel-nixos' into python-merge
2012-11-29 15:36:17 +01:00
Eelco Dolstra
79725bb5bc
Mark some packages as low priority and disambiguate some others
2012-11-29 15:26:13 +01:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Ludovic Courtès
310567b91f
zile: update to 2.4.9
2012-11-29 10:07:21 +01:00
Florian Friesdorf
781d9aa84c
chromium 24.0.1312.25 and 23.0.1271.91
2012-11-28 17:01:52 +01:00
Lluís Batlle i Rossell
2671e32c20
qcad: removing it. it didn't build since long and librecad replaces it.
...
I think librecad is a good replacement for the super-outdated qcad community
edition. And afaik, librecad started by taking the qcad code and putting it
more up to date.
2012-11-28 11:45:58 +01:00
Lluís Batlle i Rossell
66e980ba31
librecad: updating to 1.0.2, and making it install
...
The expression was unfinished, not installing anything.
2012-11-28 11:40:18 +01:00
Peter Simons
614c7501bc
Merge pull request #193 from badi/gromacs
...
Add Gromacs
2012-11-28 01:16:17 -08:00
Baptist BENOIST
82bdf7c8d9
opera|dia|geany: remove the obsolete share/icons/hicolor/icon-theme.cache file
...
This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command
It have no reasons to exist in a redistribuable package
2012-11-28 00:21:34 +01:00
Cillian de Róiste
a5d5502100
#185 fix salut_a_toi
2012-11-27 23:41:42 +01:00
Cillian de Róiste
dd9d1b7cf9
#185 Fix calibre by adding setuptools as an input (thanks @chaoflow)
2012-11-27 20:27:04 +01:00
Rickard Nilsson
e6bd4b6865
darktable: Upgrade to 1.1
2012-11-27 14:32:22 +01:00
Peter Simons
8effc542b4
git-annex: update to 3.20121126
2012-11-27 13:46:27 +01:00
Peter Simons
62f8d24e56
git: update to 1.8.0.1
2012-11-27 13:46:12 +01:00
Shea Levy
3b8796ee9d
Fix tarball
2012-11-26 20:31:45 -05:00
Peter Simons
a814d0bc90
SANE: switch snapshot version of the backends to git (and general cleanup)
2012-11-26 16:18:05 +01:00
Florian Friesdorf
6a17fe1563
fix xoscope - thx archlinux!
2012-11-26 16:07:51 +01:00
Peter Simons
94acd42209
haskell-hledger-interest: update to version 1.4.2
2012-11-26 15:32:13 +01:00
Eelco Dolstra
9b97ceb397
firefox: Use exec in wrappers
2012-11-26 14:49:05 +01:00
Eelco Dolstra
cc4aab2025
firefox: Disable parallel building
...
http://hydra.nixos.org/build/3348854
2012-11-26 11:50:10 +01:00
Michael Raskin
f995cf6548
Fix at least obvious failures with python path
2012-11-26 01:43:30 +04:00
Michael Raskin
7333c01dba
Update Compiz
2012-11-25 23:58:04 +04:00
Rok Garbas
b47b2e4f0b
notmuch: sha256 was wrong
2012-11-25 18:57:58 +01:00
Rok Garbas
ee6f7e294e
zathura: Update to 0.2.1 (also update plugins to latest)
2012-11-25 18:55:54 +01:00
Florian Friesdorf
9208fb1edb
fix mercurial -extra PYTHONPATH +setuptools
...
- PYTHONPATH is already set correctly
- setuptools is needed to see docutils
2012-11-24 23:24:34 +01:00
Peter Simons
0a6914a1ff
gocr: fix path to 'wish' in gocr.tcl
2012-11-23 22:22:52 +01:00
Peter Simons
6287f78dcf
gocr: update to version 0.49
2012-11-23 22:18:36 +01:00
Alexander Tsamutali
0dc8926b06
applications/networking/instant-messengers/mcabber:
...
Updated to 0.10.1.
2012-11-23 22:36:02 +03:00
Eelco Dolstra
148f8d2c21
nano: Update to 2.2.6
...
Also enable all features that were disabled (mouse support!). This
adds a whopping 48 KB to the binary.
2012-11-23 16:41:42 +01:00
Eelco Dolstra
9ba89899d5
thunderbird: Update to 17.0
2012-11-23 16:41:42 +01:00
Eelco Dolstra
d4e3064669
firefox: Add 17.0
2012-11-23 16:41:41 +01:00
Eelco Dolstra
c9baa28fef
Remove Firefox 15
2012-11-23 16:41:41 +01:00
Badi' Abdul-Wahid
06c522f739
remove reference to meta.nix
2012-11-23 15:46:49 +01:00
Badi' Abdul-Wahid
cba15c96f6
fix skipped indentation
2012-11-23 15:45:19 +01:00
Badi' Abdul-Wahid
7bdcb521b2
Update based on comments to pull request
2012-11-23 15:29:17 +01:00
Badi' Abdul-Wahid
0dab509b3c
Merge branch 'master' of git://github.com/NixOS/nixpkgs into origin/gromacs
2012-11-23 15:27:37 +01:00
Eelco Dolstra
880ce8da2e
nxml-mode: Remove
...
This package is now part of Emacs itself.
2012-11-23 11:10:30 +01:00
Badi' Abdul-Wahid
85a33507ea
Add GROMACS v4.5.5
2012-11-23 03:38:13 +01:00
Eelco Dolstra
2da2e5137f
subversion: Update to 1.7.7
2012-11-22 16:56:03 +01:00
Cillian de Róiste
c238c19220
Add Bristol: a range of synthesiser, electric piano and organ emulations
2012-11-22 00:08:28 +01:00
Peter Simons
03abf1abbc
git-annex: switch build to GHC 7.4.2
2012-11-21 17:40:56 +01:00
Peter Simons
9ada368ef8
git-annex: update to version 3.20121112-161-gb27d9eb to fix build errors with current version of yesod
2012-11-21 12:30:54 +01:00
Peter Simons
26f32d8df6
Merge pull request #191 from qknight/gobby_update
...
updates to libinfinity 0.5.3 and gobby 0.4.94
2012-11-21 03:07:38 -08:00
Lluís Batlle i Rossell
40aa82192d
st: update to 0.3
2012-11-21 10:12:01 +01:00
Joachim Schiele
1ed9e35be6
fixed compile errors for libinfinity and gobby
2012-11-20 21:21:47 +00:00
Peter Simons
2f55f31f49
Merge pull request #155 from bbenoist/newpkgs
...
New pkgs: qtcreator fox xfe gmrun geany
2012-11-20 12:43:06 -08:00
Peter Simons
aa7d0c4cc5
Merge pull request #178 from mpashton/abcde-new
...
Updated version of abcde to 2.5.4
2012-11-20 12:41:40 -08:00
Rickard Nilsson
1f505d3871
opera: Upgrade to 12.11
2012-11-20 17:07:04 +01:00
aszlig
a76e28b54c
chromium: Add dependency on pciutils for v25.
...
This fixes the build for latest development version 25.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-11-20 04:55:45 +01:00
aszlig
af8f08d638
chromium: Drop obsolete pre-v23 seccomp patch.
...
The patch is no longer needed, as we are now using the BPF seccomp sandbox.
Unfortunately this is not marked "adequately sandboxed" in chrome://sandbox, as
it awaits security review on http://crbug.com/26528 .
Unfortunately this gets us into a position where we can't be sure if the sandbox
is working correctly, especially because the non-BPF seccomp sandbox has a bunch
of stability issues and is marked legacy. And we definitely don't want to add
support for the setuid sandbox, do we?
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-11-20 04:55:45 +01:00
aszlig
d5c639cb55
chromium: Update channels to stable v23.0.1271.64.
...
This updates all release channels to the latest versions:
stable: 22.0.1229.94 -> 23.0.1271.64 (builds fine, tested)
beta: 23.0.1271.60 -> 24.0.1312.14 (builds fine, tested)
dev: 24.0.1312.2 -> 25.0.1323.1 (build failed, requires pciutils)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-11-20 04:55:45 +01:00
aszlig
bc4318dca3
chromium: Fix omahaproxy URL in updater.
...
Omahaproxy got an overhaul and thus doesn't give CSV output on the main URL
anymoare. We're switching to /all for now and may want to refine this to only
what we're exactly looking for, but for now it fixes the updater.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-11-20 04:55:28 +01:00
Peter Simons
f9ec7d36ce
wmname: add version 0.1
...
Run "wmname LG3D" to fix Java GUIs running in the ratpoison window manager.
This probably applies to other tiling window managers, too.
2012-11-17 12:57:25 +01:00
Rok Garbas
d999c3f6ec
tig: typo
2012-11-17 02:20:07 +01:00
Rok Garbas
a64b34a43e
tig: update to 1.1
2012-11-17 02:13:25 +01:00
Rok Garbas
fc16fb3e28
i3status: update to 2.6
2012-11-17 02:10:21 +01:00
Peter Simons
58b56c268b
graphviz-dot-mode: add version 0.3.3
2012-11-16 18:59:18 +01:00
Peter Simons
84c6f6f88e
git-annex: update to version 3.20121112
2012-11-15 12:50:17 +01:00
Lluís Batlle i Rossell
677946fede
mutt: fixing its gpgme support (upstream patch)
2012-11-14 22:51:18 +01:00
cillianderoiste
341eb7b133
Merge pull request #186 from cillianderoiste/python-rsvg-pull-request
...
Python rsvg pull request (was #115 )
2012-11-14 11:34:18 -08:00
Florian Friesdorf
f1fba6482a
notmuch-0.14
2012-11-12 00:01:36 +01:00
Peter Simons
0757af1693
qfsm: add version 0.53.0
2012-11-11 20:32:41 +01:00
Cillian de Róiste
27f3a41754
Add key-mon
...
a utility to show live keyboard and mouse status for teaching and screencasts
2012-11-11 18:13:04 +01:00
Mathijs Kwik
5406e02594
tkgate: limit to i686-linux and x86_64-linux to fix channel build
...
powerpc-linux seems to have a problem
http://hydra.nixos.org/build/3315312
2012-11-11 14:12:42 +01:00
Rob Vermaas
dca0643b29
Make sublime work on 32bit linux.
2012-11-11 13:23:15 +01:00
Rob Vermaas
aeb8d4c406
Oops, should have at least parsed the expression when committing before having had coffee...
2012-11-11 13:21:33 +01:00
Rob Vermaas
277bfc232b
Sublime: add license attribute, and add assertion for i686-linux/x86_64-linux
2012-11-11 13:15:22 +01:00
Mathijs Kwik
278f711e36
oops, one more...
2012-11-11 09:10:36 +01:00
Mathijs Kwik
b2e671da76
typo/style fixes, should fix hydra's channel output
2012-11-11 09:06:26 +01:00
Rob Vermaas
ee142ea983
Add Sublime Text editor
2012-11-10 20:37:42 +01:00
Shea Levy
9e5ee2b51e
Resurrect firefox 13 from rev ea2fbd7864
(needed for selenium testing)
2012-11-09 10:25:03 -05:00
Michael Raskin
48ad0f7443
Update Fossil to a still present version
2012-11-08 23:15:33 +04:00
Lluís Batlle i Rossell
da5aecb73b
Making taskwarrior and podofo have cmake as buildNativeInput.
...
Otherwise they can't be crossbuilt.
2012-11-08 19:38:25 +01:00
Peter Simons
86fa903f6c
tkgate: add versions 1.8.7 and 2.0-b10
2012-11-08 17:30:50 +01:00