Arseniy Seroka
c75502acd2
Merge pull request #4897 from MarcWeber/submit/vim-plugins-with-vam-or-pathogen
...
experimental/vim-vam-pathogen-vimrc-support
2014-11-12 22:11:29 +03:00
Pascal Wittmann
8df0e0b151
Fixed many descriptions
2014-11-11 14:36:34 +01:00
Pascal Wittmann
015368fbfe
xlockmore: remove unused patch
2014-11-10 12:52:22 +01:00
Pascal Wittmann
accb8d2c55
xlockmore: update from 5.43 to 5.44, fix appdefaultdir and meta information
2014-11-10 12:46:53 +01:00
Cray Elliott
7244de4a4a
add myself to libretro maintainers
2014-11-10 02:24:19 -08:00
Cray Elliott
9e3137ddf0
montly bump of retroarch and libretro cores
2014-11-09 23:18:23 -08:00
Charles Strahan
cf8f4963a7
rename rubyLibs to rubyPackages
2014-11-09 22:16:58 +00:00
Cray Elliott
6349ff15b1
add xwiimote, a linux-only userspace driver for wiimotes
2014-11-08 20:44:25 -08:00
Marc Weber
613ca23e85
experimental/vim-vam-pathogen-vimrc-support
...
This patch implements derving a .vimrc from vim-plugins.nix loading those
plugins by either Pathogen or VAM (VAM seems to be slightly faster and is much
more powerful).
Example:
environment.systemPackages = [
# default plain vim
vim_configurable
# vim which get's called vim-with-addon-nix
(vim_configurable.customize {
name = "vim-with-addon-nix";
vimrcConfig.vam.pluginDictionaries = [{name = "vim-addon-nix"; }];
})
];
This way you can provide an "enhanced Vim" and a standard Vim.
Details about what this commit changes:
1) provide a new toplevel name vimrc which
* provides a way to build up a .vimrc using either pathogen or VAM (knowing about plugin dependencies by name)
* can enhance vim to support. vim.customize { name = "name-user"; vam.pluginDictionaries and/or pathogen.pluginNames = .. }
* introduce rtp names for each vim plugin pointing to the runtimepath path
* suggest naming to be the same as vim-pi so that VAM's dependencies work
* derive some packages as example from vim-pi using VAM's new autoload/nix.vim
supporting simple dependencies
* test case for vim-addon-nix for VAM/pathogen
2) enhance vim_configurable to support .customize
3) update many plugins by using VAM's implementation not rewriting those which
* vim-pi doesn't know about the git source yet (TODO: make vim-pi be aware of
those)
* have special build code
This commit partially conflicts with commits done by Bjørn Forsman starting by
37f961628b
, eg the one using lower case attr and pkg names, because they don't
match vim-pi (eg YouCompleteMe). Rather than resolving the conflict this just
adds aliases so that both names can be used
2014-11-08 19:34:17 +01:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Rickard Nilsson
f1d7aad20b
stella-libretro: Bump revision
2014-11-04 18:27:40 +01:00
Michael Raskin
9c458ad8d4
Update Wine-unstable
2014-11-02 23:51:58 +03:00
Cray Elliott
545f8e8c6c
monthly bump of dolphinEmuMaster
...
also dolphinEmu and dolphinEmuMaster had an extraneous stdenv removed
from buildInputs
2014-11-02 00:11:01 -07:00
Cillian de Róiste
e374f2e6c2
oxygen-gtk2: update from 1.4.5 to 1.4.6
2014-10-28 21:43:19 +01:00
Jascha Geerds
9381f4ffc3
Update hplip maintainer list
2014-10-28 20:19:58 +01:00
Jascha Geerds
1b064645ed
Merge pull request #4693 from flosse/hplip-update
...
hplip: update to v3.14.10
2014-10-28 20:18:05 +01:00
lethalman
2900e00ba8
Merge pull request #4653 from sepi/new-package-frescobaldi
...
New package: frescobaldi
2014-10-28 11:54:16 +01:00
Cray Elliott
72d7324af5
Add mednafen TurboGrafx-16 libretro core
2014-10-28 02:08:43 -07:00
Markus Kohlhase
6c1b113342
hplip: update to v3.14.10
2014-10-28 02:45:56 +01:00
Evgeny Egorochkin
3eaa2e228d
oxygen-gtk3: update from 1.4.0 to 1.4.1
2014-10-27 07:21:23 +02:00
Raffael Mancini
b6c7f6c2e4
frescobaldi: Improved meta and formatting
2014-10-25 18:07:42 +02:00
Raffael Mancini
027de5a0d6
New package: frescobaldi
2014-10-25 18:07:42 +02:00
Bjørn Forsman
ff2c9a2274
beep: set meta.platforms
...
beep includes <linux/xyz.h> C header files, so I'm setting platforms to
Linux only.
2014-10-25 17:24:47 +02:00
Arseniy Seroka
454590f884
vim-plugins: add and update
2014-10-21 15:42:35 +02:00
Bjørn Forsman
796e67169f
vim-plugins: sort alphabetically
2014-10-20 17:45:28 +02:00
Bjørn Forsman
9d0b455960
vim-plugins: use commit dates instead of commit ids as version numbers
...
Git commit ids shouldn't be used as version numbers in nixpkgs:
* they don't increase monotonically
* they don't always start with a digit, causing nix to not parse them as
version numbers, and instead sees them as part of the package name,
causing the package to (seemingly) conflict with itself upon upgrade.
2014-10-20 17:45:28 +02:00
Bjørn Forsman
94e0d3c6c2
vim-plugins: coffee-script: start version number with digit
...
Or else nix will see it as part of package name.
2014-10-20 17:45:28 +02:00
Bjørn Forsman
c60c0ede9a
vim-plugins: use lower case attr and pkg names
...
(According to the nixpkgs manual.)
Keep old attrnames around for backward compatibility.
2014-10-20 17:45:27 +02:00
Bjørn Forsman
e6c1973971
vim-plugins: update source hash for command-t
...
And use fetchzip instead of fetchurl towards github.com to not let this
happen again. (fetchzip checks the hash on the *extracted* archive, so
changes in compression algo etc. doesn't change the hash.)
2014-10-20 17:45:27 +02:00
Bjørn Forsman
5165ee6ff3
vim-plugins: buildVimPlugin: drop needless 'path' argument
...
Derive 'path' from the plugin name instead.
2014-10-20 17:45:27 +02:00
Bjørn Forsman
37f961628b
vim-plugins: prefix all plugin names with 'vimplugin-'
...
Currently some plugins use "vim-" prefix, some use "-vim" suffix and
some have no prefix or suffix at all.
I chose "vimplugin-" prefix to match the attribute path: vimPlugins.*
2014-10-20 17:45:27 +02:00
Bjørn Forsman
f58ff54520
vim-plugins: rename simpleDerivation to buildVimPlugin
2014-10-20 17:45:26 +02:00
Michael Raskin
5199b46964
Update Wine unstable
2014-10-18 19:52:59 +04:00
Cray Elliott
e39bf7a704
Replaced retroarchBare with retroarchBareMaster, also added a few new libretro cores
...
retroarchBare was too old for any practical use at this point, so it was removed in favor
of fetching releases from git. RetroArch often recommends checkout out the latest git master
if you are on a desktop platform, so we are conforming with their recommendation. I plan on
bumping the git of retroarch and each core every month, and I plan on adding more libretro
cores in the future.
The libretro cores that were added are nestopia, quicknes, snes9x, and vba-m
planned next are : bsnes-accuracy, bsnes-balanced, bsnes-performance, a few libretro mame ports
Closes #4448
2014-10-16 12:53:39 +01:00
Louis Taylor
7034163832
Add simulator for autonomous sailing boats
2014-10-14 12:00:42 +01:00
Aristid Breitkreuz
e6277bd958
the sha256 of cups 1.5.4 was that of a HTML (broken in md5->sha256 update)
2014-10-12 16:52:54 +02:00
Peter Simons
950adbe487
Merge pull request #4498 from robberer/remove/md5
...
change md5sum to sha256sum for a few packages
2014-10-12 16:20:10 +02:00
Longrin Wischnewski
6e7de2155b
change md5sum to sha256sum for a few packages
2014-10-12 16:13:21 +02:00
Aristid Breitkreuz
76255516c2
Merge pull request #4480 from sepi/lilypond-2.18.2
...
lilypond: updated from 2.16.2 to 2.18.2
2014-10-12 15:49:31 +02:00
Raffael Mancini
ff3dde4904
lilypond: updated from 2.16.2 to 2.18.2
2014-10-12 14:52:55 +02:00
Thomas Strobel
bd57c29032
Update vim plugin vimproc, and add patch for ghc-mod vim plugin
...
Closes #4490
2014-10-12 13:20:04 +01:00
Arseniy Seroka
b8252a4494
apulse: add pkg
...
Closes #4488
2014-10-12 12:21:09 +01:00
Aristid Breitkreuz
7667f3c939
cupsBjnp: update from 1.2.1 to 1.2.2, potentially fixes CVE-2014-2856
2014-10-06 22:02:40 +02:00
Michael Raskin
a451c62650
Update Wine unstable
2014-10-06 02:43:58 +04:00
Cray Elliott
817ebe24ab
Update dolphinEmuMaster
...
The plan at this point is to update dolphinEmuMaster every month in
tanden with the latest development report on the dolphin-emu.org blog.
Closes #4374
2014-10-03 20:30:28 +01:00
Bjørn Forsman
4353e5380b
youcompleteme (vim plugin): use commit date as version number
...
Using a git commit id as version number doesn't work well, so use the
commit date instead.
Also, there is no other version of YouCompleteMe than the git version,
so drop 'git' from the package name.
2014-10-03 20:53:15 +02:00
Bjørn Forsman
abaf2dbeae
youcompleteme (vim plugin): update to latest
...
patchShebangs fixes build failure in chroot (in this new version).
The --system-libclang flag is now needed to prevent YouCompleteMe from
trying to download and build clang (which fails).
2014-10-03 20:51:15 +02:00
Rickard Nilsson
1ccb2f76b5
Merge pull request #4078 from edwtjo/libretro-cores-addendum
...
XBMC RetroArch integration and some cores
2014-10-02 20:50:49 +02:00
Edward Tjörnhammar
9d93f9bcda
XBMC AdvancedLauncher RetroArch launchers.
...
These are wrappers for retroarch wrappers, they are needed since launching a
process from XBMC(as a display manager and probably otherwise), using
AdvancedLauncher, results in it and it's parent recieving the same gamepad
input.
These wrappers will produce no sound on XBMC and AdvancedLauncher setups not
using a sound daemon, since XBMC gets paused while still holding onto the sound
device.
2014-10-02 20:09:18 +02:00
Mateusz Kowalczyk
277f6a9779
Revert "ghostscriptX: update from 9.06 to 9.14, potentially fixes CVE-2012-4405"
...
This reverts commit 13fab57d12
.
Hopefully fixes the printing tests at
http://hydra.nixos.org/build/14952070/log/raw ; if not, it's probably
gutenprint although I doubt:
client# lp: Unsupported document-format "application/pdf".
2014-10-02 09:04:23 +01:00
AndersonTorres
1c0d37a038
Higan: adding config.higan.{guiToolkit,profile} options
...
Now we can parametrize Higan locally.
By default, guiToolkit = "gtk" and profile = "performance" (the accuracy
profile is seriously slow on my machine :) )
Closes #4340
2014-10-01 02:17:40 +01:00
AndersonTorres
6acd05f27a
Sound of Sorting: New Package
...
Sound of Sorting is an array-sorting visual+sound demo program.
It shows an array as a list of horizontal bars, and realizes a
step-by-step sorting of it. Moreover, it colorizes and emits a
"8-bit-game-like" sound throughout its execution.
Closes #4341
2014-10-01 02:04:36 +01:00
Mateusz Kowalczyk
13fab57d12
ghostscriptX: update from 9.06 to 9.14, potentially fixes CVE-2012-4405
...
cc @viric
2014-09-30 11:11:47 +01:00
Mateusz Kowalczyk
d8798a62b7
gutenprint: update from 5.2.9 to 5.2.10
2014-09-30 10:56:12 +01:00
AndersonTorres
efdc89de60
Mednafen: update to 0.9.36.4
...
Closes #4304
2014-09-28 22:48:20 +01:00
Pascal Wittmann
d346a9cc07
fixed some meta.maintainers attributes
2014-09-26 23:44:29 +02:00
Edward Tjörnhammar
655ae33816
libretro.ppsspp: Fixes building on i686
2014-09-26 18:35:46 +02:00
Thomas Strobel
455b8dd9d8
Add package: vim plugin: vimoutliner
...
Closes #4252
2014-09-24 20:36:36 +01:00
Michael Raskin
db0348655c
Update XScreensaver
2014-09-24 13:32:46 +04:00
Nathaniel Baxter
d5f40ea929
wineUnstable: Fix dynamic loading of ncurses lib.
2014-09-24 12:48:39 +10:00
Nathaniel Baxter
b99773fc00
wineUnstable: Bump version to 1.7.27
2014-09-23 21:47:47 +10:00
Nathaniel Baxter
b94e33d7b8
wineUnstable: Bump version to 1.7.26
2014-09-22 20:18:30 +02:00
Edward Tjörnhammar
383f142858
libretro: added bsnes, fba, gambatte, genesis-plus-gx, prboom
2014-09-22 12:35:07 +02:00
Mateusz Kowalczyk
85eec74433
hatari: update from 1.6.2 to 1.8.0
2014-09-21 18:37:58 +01:00
AndersonTorres
4f85f64153
Higan: adding "profile" and "gui" building options
...
Also, removing builder.sh and copying everything to Nix expression.
Closes #4048
2014-09-20 23:51:15 +01:00
Daniel Peebles
72e76a18c1
Update maven to 3.2.3 and put it in a more sensible location
...
Closes #4187 .
Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-09-20 22:33:18 +01:00
Siarhei Zirukin
b8848c070c
added alock package
2014-09-16 09:25:47 +02:00
Pascal Wittmann
8d67b9a240
transformed meta.maintainers of some packages into lists
2014-09-13 13:52:02 +02:00
William A. Kennington III
686a139f29
Merge pull request #4030 from AndersonTorres/small-fixups
...
Small style fixups
2014-09-11 21:27:54 -07:00
cillianderoiste
15e134f127
Merge pull request #3829 from ruediger/add/oxygen-gtk3
...
Add oxygen-gtk3.
2014-09-11 11:02:12 +02:00
AndersonTorres
b39e5ce957
Small style fixups
...
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
Edward Tjörnhammar
6fcab9baca
libretro-cores:
...
- adding: 4do, desmume, fceumm, mame, mupen64plus, scummvm,
snes9x, stella, picodrive, ppsspp and vba
retroarch:
- added retroarch wrapper for configured cores
- changed attributes, old retroarch is now retroarchBare*
2014-09-04 20:03:13 +02:00
Michael Raskin
3f1ce8d864
Merge pull request #3886 from AndersonTorres/higan
...
Higan - a quick&dirty workaround
2014-09-03 21:49:05 +04:00
Michael Raskin
4c41c1ffbf
Merge pull request #3890 from edwtjo/emulationstation-2.0.0-rc1
...
emulationstation: 1.0.2 -> 2.0.0-rc1
2014-09-03 21:47:58 +04:00
Michael Raskin
9cf910cd51
Merge pull request #3932 from MP2E/retroarch_git_master
...
add retroarchMaster package
2014-09-03 18:59:13 +04:00
Strahinja Popovic
fe3f7716f0
Enabled access to binaries of needed tools, and worker daemons can be enabled for phabricator #3306
2014-09-03 15:46:59 +04:00
Michael Raskin
48dce0642b
Add auto-updater for XScreensaver
2014-09-02 14:25:17 +04:00
Peter Simons
b8260f5435
dolphin-emu: drop reference to git from buildInputs since it's no longer an argument to the expression after #3936
2014-09-02 11:57:34 +02:00
Cray Elliott
cc7fa316a4
dolphinEmu doesn't need the git package
2014-09-02 02:07:22 -07:00
Cray Elliott
73439c6053
add dolphinEmu and dolphinEmuMaster
...
Dolphin is a high quality, open source Gamecube/Wii/Triforce emulator for
Windows, Mac OS X and Linux
2014-09-02 01:20:38 -07:00
Cray Elliott
b56a348af7
add retroarchMaster package
2014-09-02 00:56:47 -07:00
Michael Raskin
82ed86dd76
Remove unneeded definitions
2014-09-02 01:03:39 +04:00
Michael Raskin
f70337a8bd
Merge pull request #3905 from AndersonTorres/stella
...
Stella 4.0: New Package
2014-09-02 00:55:52 +04:00
Michael Raskin
4d95ac6102
Merge pull request #3257 from tailhook/myenv-proxy
...
my-env: Preserve http_proxy and ftp_proxy variables
2014-09-01 10:35:18 +04:00
AndersonTorres
44d772d1e0
Stella 4.0: New Package
...
Stella is an Atari 2600 VCS emulator
2014-08-31 14:31:09 -03:00
Michael Raskin
3bbf64b6d0
Update unstable Wine
2014-08-31 18:20:06 +04:00
AndersonTorres
f5f4bf1a25
Higan: Updating builder.sh script
...
Now builder.sh will install a higan-config.sh script
to write auxiliary stuff on $HOME/.config/higan directory.
That way, higan searches locally and runs cleanly.
Obviously it's a hack, but the only other way is to do a huge patch on
upstream sources; personally I think it is better to work that type of
thing directly on higan sources.
2014-08-31 09:47:49 -03:00
Edward Tjörnhammar
a5a92fdd53
emulationstation: 1.0.2 -> 2.0.0-rc1
2014-08-31 12:50:35 +02:00
AndersonTorres
0847250505
Higan - a quick&dirty workaround
...
Higan uses a lot of hardcoded paths when it looks for runtime files
as shaders, icons and mainly BIOS files. So, we made a q&d wrapper
script: it copies all these files to $HOME/.config/higan in the 1st
invocation.
2014-08-30 23:59:49 -03:00
AndersonTorres
4cb061111c
Higan - new package (alpha stage!)
...
Higan is a cycle-accurate Nintendo multi-system emulator
It is a preliminary release for Nix - I need to investigate
some issues about install process and hardcoded paths...
2014-08-29 18:32:07 +01:00
Rüdiger Sonderfeld
02e0e0dc50
Add oxygen-gtk3 and rename oxygen_gtk to oxygen-gtk2.
...
oxygen_gtk is still kept for backwards compatibility.
2014-08-29 15:29:03 +02:00
Mateusz Kowalczyk
10e3cf6f5a
ppsspp: update to 0.9.9.1
2014-08-25 10:14:44 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Edward Tjörnhammar
a79241aa15
add: emulationstation 1.0.2
2014-08-23 15:33:22 +02:00
Thomas Strobel
8700f46a8f
Vim-plugins: add vim-pathogen
2014-08-15 19:45:32 +02:00
Shea Levy
82666653d2
Merge branch 'new-vim-plugins' of git://github.com/ts468/nixpkgs
2014-08-14 21:32:52 -04:00
Shea Levy
34a3986b14
vim-pluings: Fix missing hash
2014-08-14 21:32:44 -04:00
AndersonTorres
a21a987c63
Mednafen: update to 0.9.36.3
2014-08-14 11:20:25 -03:00
Thomas Strobel
4dba947701
Added a few VIM plugins.
2014-08-13 20:58:26 +02:00
Luca Bruno
b331ae33d7
Make platforms.allBut accept a list rather than a single platform
2014-08-09 12:31:33 +02:00
Mateusz Kowalczyk
27f8a89dfa
ppsspp: update to 0.9.9
2014-08-09 02:49:50 +02:00
Vladimír Čunát
52d9c93abe
Merge 'staging' into master
2014-08-08 20:13:23 +02:00
Eelco Dolstra
8a7f3c3618
Mark a bunch of packages as broken or not supported on Darwin
2014-08-08 17:59:02 +02:00
Peter Simons
2d326e5032
Merge remote-tracking branch 'origin/master' into staging.
...
Conflicts:
pkgs/desktops/e18/enlightenment.nix
2014-08-04 16:51:47 +02:00
Eelco Dolstra
8f3d2b740b
wine: Update to 1.7.23
2014-08-04 01:09:01 +02:00
Michael Raskin
750a5f4e0c
Update Wine-unstable
2014-08-03 22:29:41 +04:00
Bjørn Forsman
62d0a320b3
Revert "Remove obsolete jackaudio version 1."
...
This reverts commit bdb77826d9
.
Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'.
Q: What's the difference between Jack1 and Jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-31 12:52:29 +02:00
Peter Simons
bdb77826d9
Remove obsolete jackaudio version 1.
2014-07-28 20:32:52 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
f64d84698e
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/applications/audio/espeak/edit.nix
pkgs/applications/audio/lmms/default.nix
pkgs/desktops/e18/enlightenment.nix
pkgs/games/exult/default.nix
pkgs/os-specific/linux/alsa-plugins/default.nix
2014-07-28 11:30:49 +02:00
Eelco Dolstra
50f548771e
Fix broken use of builtins.currentSystem
...
Packages should never use builtins.currentSystem.
2014-07-28 11:28:35 +02:00
Paul Colomiets
fea8454d35
my-env: Preserve http_proxy and ftp_proxy variables
...
There are few build scripts which set them to `nodtd.invalid` to disable
downloading files by buildscript. But for user environment we should
restore original values
2014-07-28 01:15:03 +03:00
Joachim Schiele
d46c61b863
Merge pull request #3321 from qknight/snes9x-gtk
...
added snes9x-gtk with pulseaudio support
2014-07-27 21:38:25 +02:00
Joachim Schiele
de1ae606db
snes9x-gtk: added changes requested by offlinehacker
2014-07-27 21:37:52 +02:00
Rok Garbas
0953235369
vimPlugins.YouCompleteMe: updated to latest
2014-07-24 12:43:43 +02:00
Bjørn Forsman
6b4df6fee8
jack1: update to version 0.124.1
...
The current source archive (v0.121.3) is no longer available, forcing an
upgrade. Also, jack1 grew new dependencies: Berkley DB and libuuid.
2014-07-23 20:22:15 +02:00
Bjørn Forsman
f6f2f38a6e
jack: change package and attr names to 'jack1' and 'jack2'
...
Currently, we have a 'jack' package with attrname 'jack1d' and a
'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1'
and 'jack2' in both package name and attrname.
This aligns the naming with what can be found on the JACK homepage.
Q: what's the difference between jack1 and jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-23 20:22:14 +02:00
Joachim Schiele
743e3df3b8
made changes requested by pSub
2014-07-23 14:03:48 +02:00
Eelco Dolstra
4f7289eec9
Don't use ensureDir
2014-07-22 11:01:32 +02:00
Eelco Dolstra
7f410ef923
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/misc/vim-plugins/default.nix
2014-07-22 11:00:00 +02:00
Joachim Schiele
9d8a804047
added snes9x-gtk with pulseaudio support
2014-07-20 10:39:42 +02:00
Paul Colomiets
f12633c628
my-env: Support for running command directly by load-env-xxx script
...
First I don't think there is a reason to run shell as a child of
load-env-xxx script and not to just exec into it.
Also it's often useful to just run a command inside the environment
load-env-xxx command --args
Closes #3254
2014-07-16 23:09:49 +02:00
Pascal Wittmann
0aa6a9876f
Merge pull request #3244 from ehmry/xscreensaver
...
xscreensaver: update from 5.26 to 5.29
2014-07-15 20:00:41 +02:00
Paul Colomiets
8d9ff87c14
Add several vim plugins
...
Added are:
* ctrlp
* vim-a
* colorsamplerpack
* yankring
2014-07-15 14:59:15 +02:00
Paul Colomiets
496d12958e
Add automatic plugin activation for vim
2014-07-15 14:59:15 +02:00
Emery Hemingway
f4a518e1e4
xscreensaver: update from 5.26 to 5.29
2014-07-11 11:37:47 -04:00
Eelco Dolstra
95b828de42
Merge remote-tracking branch 'origin/master' into staging
2014-07-07 13:16:26 +02:00
Michael Raskin
b243ef6bef
maven: update from 3.0.4 to 3.1.1, potentially fixes CVE-2013-0253
2014-07-04 21:45:30 +04:00
Eelco Dolstra
06fc1ec34d
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/servers/serfdom/default.nix
2014-07-01 11:25:41 +02:00
Eelco Dolstra
40f7b0f9df
Another attempt to eradicate ensureDir
...
See c556a6ea46
.
2014-06-30 14:56:10 +02:00
Paul Colomiets
6f946bbb2a
Add NIX_MYENV_NAME
environment variable in myEnvFun
2014-06-29 15:45:20 +03:00
Eelco Dolstra
429bdef9bd
winetricks: Update to 1199
2014-06-25 00:51:41 +02:00
Bjørn Forsman
d3ae8086c4
maven: add meta attributes (description, homepage, license)
2014-06-22 22:13:33 +02:00
Bjørn Forsman
24f3fb6788
maven: cosmetic changes in expression
...
Replace hard tabs with space. Add some whitespace between lines.
2014-06-22 22:12:54 +02:00
Vladimír Čunát
9757785295
Merge recent master
2014-06-15 17:55:35 +02:00
Michael Raskin
6bbd163df4
Update Wine unstable version
2014-06-14 00:23:11 +04:00
Vladimír Čunát
de12094b0e
Merge recent master
2014-06-12 09:15:11 +02:00
Bjørn Forsman
68a6c0e3e9
lilypond: unbreak build by adding t1utils to buildInputs
...
lilypond needs the 't1asm' tool from t1utils to build. t1asm used to be
provided by texlive-core, but does no more (since texlive-core-2014
update).
2014-06-11 21:17:50 +02:00
Peter Simons
66da23b011
lilypond: cosmetic changes
2014-06-11 11:00:35 +02:00
Vladimír Čunát
f2352f7ecf
Merge recent master
2014-06-10 20:14:08 +02:00
Vladimír Čunát
5a98b9f514
Merge recent master into p/stdenv
...
Merged just before the pypi update, as it seems to cause problems on Hydra.
2014-06-09 19:07:31 +02:00
Sterling Stein
a0efad6861
fceux: Add package for a NES emulator.
2014-06-07 15:08:57 -07:00
Mateusz Kowalczyk
6c3cc8bb95
PPSSPP: add platforms
2014-06-07 22:28:56 +02:00
Austin Seipp
9087dcb9ea
Merge pull request #2785 from Fuuzetsu/ppsspp
...
PPSSPP: 0.9.8
2014-06-03 20:32:51 -05:00
Vladimír Čunát
872860e6de
Merge #1187 into p/stdenv
...
Tested building firefox, kdelibs, evince on x86_64-linux.
2014-05-29 22:16:07 +02:00
Mateusz Kowalczyk
82a30be74a
xboxdrv: 0.8.5
2014-05-29 04:22:34 +02:00
Mateusz Kowalczyk
59f98d0d8c
PPSSPP: 0.9.8
2014-05-28 23:05:01 +02:00
Michael Raskin
bc292a5882
Updating Wine unstable to 1.7.19
2014-05-28 01:33:28 +04:00
Michael Raskin
80cc011f77
Merge pull request #2617 from ttuegel/hplip
...
hplip: update and fix scanning
2014-05-27 02:31:27 -07:00
Matej Cotman
116ab5f0c1
seafile: update client, ccnet, libsearpc and shared
2014-05-24 03:36:10 +02:00
Luca Bruno
d05e832b14
vlock: add meta and take maintainership
2014-05-21 16:12:33 +02:00
Thomas Tuegel
8ffd6af27e
hplip: don't use udev rules to change device owner
2014-05-20 16:43:59 -05:00
AndersonTorres
010833c634
mednafen: fix wrong URL ( close #2696 )
2014-05-20 09:16:30 +02:00
AndersonTorres
b1dbafbdbb
Mednafen: add version 0.9.34.1 + server 0.5.1
...
Mednafen is a portable, CLI-driven, multi-system emulator
2014-05-17 00:08:04 -03:00
Ricardo M. Correia
a0f683686c
wine: Add support for grsecurity
2014-05-15 13:25:49 +02:00
Vladimír Čunát
9c039b26e6
Merge pull request #2580 from ttuegel/qtcurve
...
kde.qtcurve: update and patch
2014-05-13 11:30:50 +02:00
Thomas Tuegel
4fb9c3700a
hplip: avoid name collision with sane config files
2014-05-11 14:01:07 -05:00
Thomas Tuegel
56994ce2eb
hplip: add pillow and reportlab dependencies
2014-05-10 23:44:03 -05:00
Thomas Tuegel
2666dcd218
hplip: assume maintainership
2014-05-10 21:57:17 -05:00
Thomas Tuegel
a0dc20719b
hplip: add binary plugin
2014-05-10 21:57:05 -05:00
Thomas Tuegel
4971bdc930
hplip version bump 3.11.1 -> 3.14.4
2014-05-10 17:00:24 -05:00
Thomas Tuegel
119414ddcd
qtcurve: add toolbar alpha patch
2014-05-08 14:05:09 -05:00
Thomas Tuegel
e5fcc04632
qtcurve version bump 1.8.17 -> 1.8.18
2014-05-08 14:04:59 -05:00
宋文武
f6b989e6f3
mate-themes: update from 1.6.2 to 1.6.3
2014-05-02 21:31:05 +02:00
宋文武
4080e415ca
mate-icon-theme: update from 1.6.2 to 1.6.3
2014-05-02 21:31:05 +02:00
Arseniy Seroka
ad8aeebad8
vim-plugins: update and upgrade
2014-04-21 19:21:18 +02:00
Cillian de Róiste
6c1ac8159b
oxygen_gtk: update from 1.4.4 to 1.4.5
2014-04-12 11:59:03 +02:00
Cillian de Róiste
b57ee8c331
nixpkgs-lint: add the platforms meta attr for most of my packages
2014-03-16 12:08:26 +01:00
Shea Levy
a330e244ad
Revert "Merge branch 'nix-run' of git://github.com/rickynils/nixpkgs"
...
nix-run's functionality is subsumed by nix-shell -p.
This reverts commit 3cc2b243c7
, reversing
changes made to 4d5d6aed29
.
2014-03-15 08:15:22 -04:00
Shea Levy
3cc2b243c7
Merge branch 'nix-run' of git://github.com/rickynils/nixpkgs
...
Add nix-run and myEnvRun
2014-03-14 18:52:50 -04:00
Shea Levy
4d5d6aed29
Merge branch 'vimPlugins.YouCompleteMe/update' of git://github.com/offlinehacker/nixpkgs
...
vimPlugins.YouCompleteMe: update to ee12530df0
Conflicts:
pkgs/misc/vim-plugins/default.nix
2014-03-14 18:50:21 -04:00
Cillian de Róiste
bba7fb62e8
oxygen_gtk: update from 1.4.3 to 1.4.4
2014-03-09 16:54:24 +01:00
Evgeny Egorochkin
531f7f56bc
wineUnstable: update from 1.7.12 to 1.7.14
2014-03-08 17:51:45 +02:00
Thomas Tuegel
df5639183c
Claim maintainership of recently added packages
...
Also set platforms for some packages where it was missing.
2014-03-07 11:23:30 -06:00
Domen Kožar
0592916851
Merge pull request #1680 from Calrama/seafile
...
Add packages for libzdb, libsearpc, ccnet, seafile-shared, and seafile-c...
2014-03-07 13:51:17 +01:00
Peter Simons
0968d527fa
xlockmore: update from 5.38 to 5.43
2014-03-03 11:10:26 +01:00
Moritz Maxeiner
997fffb54e
Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites
2014-02-28 17:24:43 +01:00
Domen Kožar
b192f9ee13
gnome3 apps: correctly render icons
2014-02-28 01:40:21 +01:00
Evgeny Egorochkin
97be6e295c
wineUnstable: update from 1.7.11 to 1.7.12
2014-02-14 21:16:22 +02:00
Evgeny Egorochkin
47dccc8511
oxygen_gtk: update from 1.4.1 to 1.4.3
2014-02-14 20:07:53 +02:00
Moritz Maxeiner
99ba14ee7a
Add packages for libzdb, libsearpc, ccnet, seafile-shared, and seafile-client
2014-02-04 20:02:46 +01:00
Peter Simons
a1f7094b98
Merge pull request #1583 from MarcWeber/submit/drop-myhasktags
...
drop myhasktags, current hackage version has everything my version had
2014-01-25 04:24:12 -08:00
Andraz Brodnik
0121ee33d8
Add the beep-1.3.
2014-01-25 10:35:02 +01:00
Evgeny Egorochkin
862ac34bdd
wineUnstable: update from 1.7.10 to 1.7.11
2014-01-23 21:04:01 +02:00
Marc Weber
0d0eb44a35
drop myhasktags, current hackage version has everything my version had
2014-01-23 14:44:21 +01:00
Vladimír Čunát
0a58b512cb
Merge master into stdenv-updates
...
Conflicts (simple):
pkgs/development/compilers/gcc/4.8/default.nix
pkgs/development/compilers/llvm/default.nix
pkgs/development/libraries/gmp/5.1.1.nix
pkgs/development/libraries/gmp/5.1.3.nix
pkgs/development/libraries/gmp/5.1.x.nix
pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Peter Simons
56aa2ce960
Un-maintain wine.
2014-01-13 17:15:53 +01:00
Vladimír Čunát
a2c316288c
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved)
pkgs/top-level/all-packages.nix (trivial)
2014-01-12 12:29:24 +01:00
Vladimír Čunát
a00e382e23
wineStable: maintenance update 1.6.1 -> .2, use lcms2
...
lcms2 is now supported according to the announcement, so I switched to it.
Tested on a steam game ;-)
2014-01-11 19:58:16 +01:00
Domen Kožar
094947ba73
gnome_themes_standard: bump to 3.10.0 and move into gnome3 attrset
2014-01-10 01:45:32 +01:00
Mathijs Kwik
10c15d5861
zsnes: manual header magic is no longer needed with the gcc-4.8 patch
2014-01-05 18:53:52 +01:00
Vladimír Čunát
9443129b08
Merge master into stdenv-updates
...
Conflicts:
pkgs/development/libraries/glibc/2.18/common.nix (take stdenv-updates)
pkgs/misc/emulators/zsnes/default.nix (more complex, build tested)
pkgs/top-level/all-packages.nix (auto-solved)
2014-01-04 18:34:53 +01:00
Michael Raskin
e89aa035b9
Update Wine
2014-01-04 14:55:42 +04:00
Lluís Batlle i Rossell
ab7069eec4
zsnes seems to work better, without stripping.
...
I can't understand why. Without disabling stripping, it segfaults
saving state.
2014-01-03 00:54:59 +01:00
Thomas Tuegel
36b7499885
add qtcurve-1.8.17
2014-01-01 12:36:45 -06:00
Michael Raskin
9817df5715
Update Winetricks
2014-01-01 14:25:17 +04:00
Michael Raskin
26b3d0ab50
Update unstable Wine to 1.7.9
2013-12-30 02:32:19 +04:00
Vladimír Čunát
e740b565cf
Merge master into stdenv-updates
...
Conflicts (easy):
pkgs/development/compilers/llvm/default.nix
pkgs/development/compilers/openjdk/default.nix
pkgs/development/libraries/icu/default.nix
pkgs/development/libraries/libssh/default.nix
pkgs/development/libraries/libxslt/default.nix
pkgs/development/tools/parsing/bison/3.x.nix
2013-12-29 10:01:22 +01:00
Song Wenwu
88b9e1f191
retroarch: update to 0.9.9.7
2013-12-26 18:55:17 +01:00
Vladimír Čunát
50ac037864
Merge master into x-updates
2013-12-23 19:27:14 +01:00
Nixpkgs Monitor
3f20e8f44e
oxygen_gtk: update from 1.3.4 to 1.4.1
2013-12-23 05:26:09 +02:00
Domen Kožar
fc9c17caf0
Merge pull request #1385 from lovek323/vim-golang
...
vimPlugins.golang: add expression
2013-12-22 03:47:49 -08:00
Vladimír Čunát
2b24f1349a
Merge master into x-updates
2013-12-21 10:20:55 +01:00
Nixpkgs Monitor
3ed05c26e4
xscreensaver: update from 5.19 to 5.26
2013-12-21 02:28:26 +02:00
Vladimír Čunát
4c5a71f777
Merge master into x-updates
...
Conflicts:
pkgs/desktops/gnome-2/desktop/gvfs/default.nix
pkgs/development/libraries/cogl/default.nix
pkgs/development/libraries/libsoup/2.44.nix
2013-12-18 23:21:29 +01:00
Nixpkgs Monitor
6f17df861e
wineUnstable: update from 1.7.7 to 1.7.8
2013-12-18 18:18:39 +02:00
Nixpkgs Monitor
231e9cff36
mate-themes: update from 1.6.1 to 1.6.2
2013-12-18 18:18:38 +02:00
Nixpkgs Monitor
50bfd93274
mate-icon-theme: update from 1.6.1 to 1.6.2
2013-12-18 18:18:38 +02:00
Nixpkgs Monitor
c47477d06e
foomatic_filters: update from 4.0.12 to 4.0.17
2013-12-18 18:18:27 +02:00
Nixpkgs Monitor
e4258fe1a7
cupsBjnp: update from 0.5.4 to 1.2.1
2013-12-18 18:18:23 +02:00
Nixpkgs Monitor
de91f24803
atari800: update from 2.0.2 to 2.2.1
2013-12-18 18:18:17 +02:00
Jason "Don" O'Conal
c95b774f52
vimPlugins.golang: add expression
2013-12-16 01:21:23 +00:00
Vladimír Čunát
1d6c351046
enable osmesa for wine ( close #1228 )
2013-12-10 16:36:23 +01:00
Peter Simons
486e7736df
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/tools/networking/p2p/amule/default.nix
2013-12-10 00:25:54 +01:00
Moritz Ulrich
2d6c240913
winetricks: Update to rev 1078
...
And add some missing dependencies to the PATH of the script.
2013-12-09 00:34:35 +00:00
Peter Simons
c32bf83301
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/development/interpreters/perl/5.16/default.nix
pkgs/tools/networking/curl/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/release-python.nix
pkgs/top-level/release-small.nix
pkgs/top-level/release.nix
2013-12-04 18:33:52 +01:00
Nixpkgs Monitor
03d64a9041
slock: update from 1.0 to 1.1
2013-12-04 06:23:35 +02:00
Rickard Nilsson
8685278f11
Add nix-run and myEnvRun
...
This adds nix-run, which is a thin wrapper around nix-build.
nix-run calls nix-build, and then executes the resulting build.
If no executable artifact is built, nix-runs outputs an error
message.
myEnvRun calls myEnvFun and builds a script that directly runs
the load-env-* script.
Together, nix-run and myEnvRun allows you to set up an environment
that can be loaded in this way:
envs.nix:
{
gcc = myEnvRun {
name = "gcc";
buildInputs = [ gcc ];
};
}
$ nix-run -A gcc envs.nix
You end up directly in your environment without having to do
nix-env -i. You will always have a fresh environment and you
don't have to pollute you profile with a lot of env packages.
2013-12-01 09:36:55 +01:00
Michael Raskin
435cffee5b
Update unstable Wine to 1.7.7
2013-11-25 10:59:38 +04:00
Bjørn Forsman
8347ff8a21
solfege: refactor meta attributes
2013-11-24 13:27:24 +01:00
Bjørn Forsman
2a78fadf33
solfege: update 3.22 -> 3.22.2 (latest stable)
...
Changes:
Solfege 3.22.2, October 6, 2013
* Updated Esperanto, Portugese and Turkish translations to the users manual
* Updated Spannish and Turkish messages
* distribute solfege/tests/lesson-files/*
* help/C/scales/modes.html are never translated. So we must link to the
C-locale file in every translation.
* gettext tweaks to make the test suite work both when run as "test.py" and
"test.py test_lessonfile". There is still something wrong because we have to
disable the test to run debuild
* distribute solfege/tests/lib/* and solfege/test/include/*
Solfege 3.22.1, September 16, 2013
* Adjust some of the short interval names used when selecting intervals to
practise: u->P1 4->P4, 5->P5, tt->TT, p11->P11, p12->P12, tt8->d12. Added long
name for intervals from Eleventh to Double Octave.
* Fix the bug where we could not select the Default profile
* Updated Esperanto, Spannish, Polish, Turkish, Vietnamese, Norwegian bokmål,
Brazilian Portugese and Vietnamese translations.
2013-11-24 13:23:50 +01:00
Vladimír Čunát
b5356f7f27
wine: (stable) bugfix update 1.6 -> 1.6.1
...
Tested on a couple of apps.
2013-11-16 18:22:16 +01:00
Evgeny Egorochkin
829b29153b
clean up git revision handling in several packages
2013-11-13 12:46:55 +02:00
Cillian de Róiste
72aae985ae
gutenprint: wrap sbin/cups-genppd.5.2
...
This is used to generate ppd files for cups:
$ cups-genppd.5.2 -M | grep p50
canon-cp500
escp2-p50
$ cups-genppd.5.2 -p . escp2-p50
This will create the relevant ppd file in the current directory. This
can then be used by cups after setting services.drivers.drivers =
[pkgs.gutenprint]; and configuring the printer to use this ppd e.g.
via the web interface on http://localhost:631
2013-11-10 16:32:05 +01:00
Cillian de Róiste
80e2706e51
gutenprint: fix the cupsd driver
2013-11-10 00:38:42 +01:00
Cillian de Róiste
78c76daf16
gutenprint: upgrade to 5.2.9
2013-11-10 00:38:42 +01:00
Eelco Dolstra
a0e21fd1ca
Mark more packages as broken
2013-11-04 21:11:00 +01:00
Mathijs Kwik
609f8dc04b
Merge branch 'master' into stdenv-updates
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-11-01 08:31:54 +01:00
Jason \"Don\" O'Conal
db5c6917f3
vimPlugins.ipython: add expression
...
close #1141
2013-10-29 15:45:46 +02:00
Peter Simons
91f2c362de
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-10-26 18:28:05 +02:00
Jonas Hoersch
a917b7b011
my-env: pull --norc shell flag out into shell parameter
...
As zsh's corresponding flag is called --no-rcs, the build environment
couldn't be configured to use zsh at all.
Even then the custom PS1 won't work on zsh, but it's usable enough.
Close #1040 .
2013-10-21 20:58:40 +03:00
Michael Raskin
ae39f6c0cb
Make 1.6 the default Wine version and call 1.7.4 wineUnstable
2013-10-21 21:27:18 +04:00
Jason "Don" O'Conal
3c3c631a45
vimPlugins.vimshell: add expression
...
vimPlugins.vimproc: add expression
close #978
2013-10-20 23:35:53 +03:00
Michael Raskin
6f3e7d17d3
Fix Wine source
2013-10-20 22:02:02 +04:00
Michael Raskin
c4d78d376a
Updating Wine to 1.7.4
2013-10-20 21:08:42 +04:00
Peter Simons
6be8ad3392
Merge branch 'origin/master' into stdenv-updates.
...
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
2013-10-18 18:57:24 +02:00
Mathijs Kwik
ef3cc83d1e
zsnes: patches for modern gcc & libpng
...
builds fine on stdenv-updates now
needs gcc 4.8+, so keep this commit on stdenv-updates until merge
2013-10-11 01:10:41 +02:00
Bjørn Forsman
083d0890f5
More description fixes
...
* Remove package name
* Start with upper case letter
* Remove trailing period
Also reword some descriptions and move some long descriptions to
longDescription.
I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Bjørn Forsman
48d3c12304
lilypond: add missing ghostscript path to wrapper
2013-09-28 21:07:48 +02:00
Eelco Dolstra
fc961af360
ghostscript: Revert to 9.06
...
The newer version breaks printing to non-Postscript printers (e.g. HP
Deskjets). This is because the gstoraster and gstopxl filters were
removed. They are now in a package named "cups-filters" that we don't
have yet.
2013-09-26 18:03:43 +02:00
Jaka Hudoklin
fc991159d8
vimPlugins.YouCompleteMe: update to ee12530df0
2013-09-25 20:02:41 +02:00
Vladimír Čunát
aa8e8303e1
Merge branch 'x-updates' into master
2013-09-11 08:37:03 +02:00
Jason "Don" O'Conal
575be7dd4b
vimPlugins.tagbar: add expression
2013-09-08 21:13:40 +02:00
Jason "Don" O'Conal
499109b7dd
vimPlugins.syntastic: update to 3.1.0
2013-09-08 21:09:14 +02:00
Vladimír Čunát
b1be46e932
Merge branch 'master' into x-updates
2013-09-07 16:19:46 +02:00
Sander van der Burg
f2e4efcf28
Removed obsolete patchelf instruction that was commented out
2013-09-05 10:43:01 +02:00
Sander van der Burg
1642e3a6d7
libX11 is not in vice's rpath. this fixes it
2013-09-04 22:34:08 +02:00
Vladimír Čunát
83c734cf38
ghostscript: maintenance update
2013-09-02 17:14:49 +02:00
Vladimír Čunát
2fda1165da
Merge branch 'master' into x-updates
2013-08-28 10:37:41 +02:00
Song Wenwu
eb0aafd4c9
add mate-themes 1.6.1
2013-08-27 17:00:03 +02:00
Song Wenwu
d80e7b3799
add mate-icon-theme 1.6.1
2013-08-27 17:00:03 +02:00
Song Wenwu
757568b8fe
add gtk-engine-murrine 0.98.2
2013-08-27 13:10:11 +02:00
Vladimír Čunát
c1e62e7e91
Merge branch 'master' into x-updates
2013-08-22 19:29:09 +02:00
Vladimír Čunát
af0e6b6b2b
ghostscript: bugfix update (old tarball removed upstream)
...
There was some incompatibility problem with the last update,
so upstream retracted the previous release.
2013-08-22 12:37:19 +02:00
Jason "Don" O'Conal
77cf3c3e0c
vimPlugins.taglist: add expression
2013-08-22 12:26:27 +03:00
Jason "Don" O'Conal
ed3b966870
vimPlugin.eighties: add expression
2013-08-22 10:43:59 +10:00
Song Wenwu
6ae213d3ae
add gtk-engines 2.20.2
2013-08-18 19:17:19 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Vladimír Čunát
b8d00ac153
ghostscript: minor update, a little refactoring
...
Builds fine, I tried running some apps depending on it.
2013-08-15 20:48:14 +02:00
Mathijs Kwik
f918e06988
wine: upgrade to 1.6 + latest gecko/mono extensions
2013-07-30 14:25:10 +02:00
Cillian de Róiste
a321f6f302
Oxygen-gtk: upgrade to 1.3.4
2013-07-22 14:05:39 +02:00
Marc Weber
84ca773f9b
use simpleDerivation for all Vim plugins
2013-07-19 20:17:42 +02:00
Jason "Don" O'Conal
1d7d0addcc
vim-plugins: add expression command-t
...
* also fix build of vim on darwin
2013-07-14 11:24:45 +10:00
Mathijs Kwik
04cbaef102
keep lcms versioning in all-packages.nix
2013-07-01 07:52:13 +02:00
Mathijs Kwik
fe622f6523
upgrade some packages to libusb1
...
on my systems, I can now override "libusb = libusb1" in all of nixpkgs
so perhaps we can soon drop libusb 0.1 support?
2013-07-01 07:52:13 +02:00
Domen Kožar
8fb90b71aa
Merge pull request #682 from lovek323/vim-debugger
...
vim-xdebug: add expression
2013-06-29 09:32:03 -07:00
Jason "Don" O'Conal
72afda56d5
vim-xdebug: add expression
2013-06-27 11:21:11 +10:00
Song Wenwu
1e7e9c583d
add retroarch 0.9.9
2013-06-26 19:25:09 +08:00
Jason "Don" O'Conal
60fd718856
vim-coffee-script: add expression
2013-06-21 15:11:07 +10:00
Vladimír Čunát
c72ed04892
Merge 'master' and 'stdenv-fixes' into x-updates
...
Final stabilization phase before merging into master.
Conflicts (glibc-2.13):
pkgs/top-level/all-packages.nix
2013-06-16 10:13:51 +02:00
Jason "Don" O'Conal
4968acde6b
Add vim syntastic plugin
2013-06-15 13:22:11 +10:00
Michael Raskin
19530856ed
Merge remote-tracking branch 'upstream/master' into x-updates
...
Conflicts:
pkgs/development/libraries/cairo/default.nix
pkgs/development/libraries/gdk-pixbuf/default.nix
pkgs/development/libraries/gtk+/2.x.nix
pkgs/misc/ghostscript/default.nix
pkgs/top-level/all-packages.nix
2013-06-13 17:12:43 +04:00
Jason "Don" O'Conal
b31db11a69
ghostscript: add libiconvOrEmpty to build inputs
2013-06-13 15:52:55 +10:00
Michael Raskin
1a45886454
Merge branch 'master' into x-updates
2013-06-11 15:46:10 +04:00
Michael Raskin
46cd2d0d68
Merge pull request #568 from MarcWeber/submit/vim-multiple-version-and-plugins
...
vim: supporting multiple sources & complicated plugins
2013-06-10 23:06:56 -07:00
Michael Raskin
8271de6727
Merge remote-tracking branch 'upstream/master' into x-updates
...
Conflicts:
pkgs/misc/emulators/wine/default.nix
2013-06-10 10:04:46 +04:00
Evgeny Egorochkin
8a7bd8b200
Wine: a crude fix to issue #542 : "libgcc_s.so.1 must be installed for pthread_cancel to work".
2013-06-09 05:37:47 +03:00
Vladimír Čunát
7db886fdb9
Merge remote-tracking branch 'hydra/master' into x-updates
...
Conflicts (taken from @7c6f434c):
pkgs/development/libraries/libgphoto2/default.nix
2013-06-08 15:41:39 +00:00
Michael Raskin
3fe8b9451a
Update Wine
2013-06-07 10:27:19 +04:00
Michael Raskin
8615f6ef35
Update Wine
2013-06-07 10:23:48 +04:00
Bjørn Forsman
142fca279b
solfege: new package
...
Solfege is an ear training application.
This patch is based on the work of @mornfall.
2013-06-06 19:30:41 +02:00
Vladimír Čunát
b770365574
ReRevert Merge x-updates into master
...
This reverts commit ec3965d8d0
.
Conflicts (taken x-updates):
pkgs/development/libraries/libgcrypt/default.nix
pkgs/development/libraries/libgpg-error/default.nix
pkgs/development/libraries/poppler/default.nix
2013-05-29 23:25:02 +02:00
Marc Weber
71628d6e35
vim: supporting multiple sources:
...
- vim-nox: client-server implementation without X
- latest: latest mercurial sources (still very stable)
- default: latest release
vim-plugins: Introduce an area to put vim plugins which are worth adding to nix
because they need more effort than just "unpacking". Document that
2013-05-27 22:26:29 +02:00
Petr Rockai
dd23b30120
lilypond: Update to 2.16.2, fix guile.
2013-05-18 13:35:14 +02:00
Lluís Batlle i Rossell
44e99f41be
Fixing 'my-env', when without cleanup.
2013-05-14 18:59:50 +02:00
Vladimír Čunát
ec3965d8d0
Revert Merge x-updates into master due to mesa bloat
...
See #490 discussion.
This reverts commit 1278859d31
, reversing
changes made to 0c020c98f9
.
Conflicts:
pkgs/desktops/xfce/core/xfce4-session.nix (take master)
pkgs/lib/misc.nix (auto)
2013-05-09 14:03:35 +02:00
Marc Weber
b50b9bf2b7
add versionedDerivation
2013-05-08 15:43:07 +03:00
Vladimír Čunát
1278859d31
Merge branch 'master' into x-updates
...
Conflicts (just splitting version from name):
pkgs/os-specific/linux/systemd/default.nix
2013-05-08 13:46:46 +02:00
Michael Raskin
0c020c98f9
Updates: Wine, SBCL, XBoard
2013-05-08 10:52:47 +04:00
Phreedom
d7e2acbe97
Merge pull request #464 from the-kenny/my-env-exit-commands
...
Add cleanupCmds option to pkgs.myEnvFun. The downside is that /bin/sh remains in memory to be able to execute cleanup commands.
2013-05-05 08:14:58 -07:00
Vladimír Čunát
bde20f3e88
Merge branch 'master' into x-updates
...
Conflicts (just taken x-updates):
pkgs/servers/x11/xorg/overrides.nix
2013-04-24 06:29:09 +00:00
Lluís Batlle i Rossell
031d1ee8c5
Merge branch of 'hatari'
2013-04-23 11:06:17 +04:00
Lluís Batlle i Rossell
7ca16e5115
hatari: fix pthread_cancel+gcc_s thing, and some spacing
2013-04-23 11:05:46 +04:00
Michael Raskin
b98ece6bc2
Auto-update some packages; no early build failures (SBCL and Wine not yet fully built)
2013-04-23 09:15:48 +04:00
Jordi
019472eaa3
Add hatari Atari St emulator.
2013-04-22 22:10:15 +02:00
Moritz Ulrich
d84bfa78e1
Add cleanupCmds option to pkgs.myEnvFun
...
This option allows the user to specify commands to run when the shell
exits. This can be used to cleanup operations done in `extraCmds'.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-04-13 19:10:50 +02:00
Vladimír Čunát
7e5286db50
cups: fix reference to dbus.libs
2013-04-11 16:02:24 +02:00
Vladimír Čunát
eb2e46aab2
Merge branch 'master' into x-updates
...
Conflicts:
pkgs/applications/graphics/rawtherapee/default.nix
pkgs/applications/misc/blender/default.nix
pkgs/applications/networking/browsers/chromium/sources.nix
pkgs/os-specific/linux/kernel/linux-3.9.nix
pkgs/top-level/all-packages.nix
2013-04-04 21:43:40 +02:00
Vladimír Čunát
16f4550761
Merge pull request #411 from ocharles/gnome-themes-standard
...
gnome-themes-standard: Initial expression
2013-04-03 11:59:19 -07:00
Moritz Ulrich
51229692ca
Add sha256 hash to winetricks.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-30 20:00:05 +01:00
Michael Raskin
e9439d7811
Fix Wine libDRM reference
2013-03-29 09:29:19 +04:00
Lluís Batlle i Rossell
5f677039c7
Adding back the 1.5 expression of mupen64plus
...
It has a GUI, for example.
2013-03-28 18:16:40 +01:00
Lluís Batlle i Rossell
3abc3f4a68
Updating mupen64plus, and adding a GUI for it.
...
I can't say the GUI works very well... it doesn't find the core properly,
but I couldn't find why.
2013-03-28 18:13:18 +01:00
Oliver Charles
0a947728e2
gnome-themes-standard: Initial expression
2013-03-25 15:23:45 +01:00
Vladimír Čunát
86639d9bb9
Merge branch 'master' into x-updates
...
Conflicts (taken master versions):
pkgs/desktops/xfce-4.8/core/libxfcegui4.nix
pkgs/desktops/xfce/applications/gigolo.nix
pkgs/desktops/xfce/applications/mousepad.nix
pkgs/desktops/xfce/applications/ristretto.nix
pkgs/desktops/xfce/applications/terminal.nix
pkgs/desktops/xfce/applications/xfce4-mixer.nix
pkgs/desktops/xfce/applications/xfce4-notifyd.nix
pkgs/desktops/xfce/applications/xfce4-taskmanager.nix
pkgs/desktops/xfce/art/xfce4-icon-theme.nix
pkgs/desktops/xfce/core/exo.nix
pkgs/desktops/xfce/core/garcon.nix
pkgs/desktops/xfce/core/gtk-xfce-engine.nix
pkgs/desktops/xfce/core/libxfce4ui.nix
pkgs/desktops/xfce/core/libxfce4util.nix
pkgs/desktops/xfce/core/libxfcegui4.nix
pkgs/desktops/xfce/core/thunar-volman.nix
pkgs/desktops/xfce/core/thunar.nix
pkgs/desktops/xfce/core/tumbler.nix
pkgs/desktops/xfce/core/xfce4-appfinder.nix
pkgs/desktops/xfce/core/xfce4-panel.nix
pkgs/desktops/xfce/core/xfce4-power-manager.nix
pkgs/desktops/xfce/core/xfce4-session.nix
pkgs/desktops/xfce/core/xfce4-settings.nix
pkgs/desktops/xfce/core/xfconf.nix
pkgs/desktops/xfce/core/xfdesktop.nix
pkgs/desktops/xfce/core/xfwm4.nix
pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin.nix
pkgs/development/libraries/webkit/default.nix
pkgs/top-level/all-packages.nix
2013-03-09 17:55:37 +01:00
Eelco Dolstra
674c51af3c
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-03-07 19:33:52 +01:00
Michael Raskin
c8acc350b9
Wine: update to 1.5.25
2013-03-07 00:28:59 +04:00
Peter Simons
04b2efff19
Merge branch 'master' into stdenv-updates.
2013-02-25 01:26:26 +01:00
viric
e2d097c5c0
Merge pull request #333 from bjornfor/fix-typo
...
my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
2013-02-24 12:39:20 -08:00
Bjørn Forsman
5b9a7fc95a
my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
...
my-env/default.nix lists an example on how to create an SDL environment
that can be installed with "nix-env -i sdl-env". That is actually wrong
and will not work. The correct command is "nix-env -i env-sdl".
2013-02-24 21:35:23 +01:00
Peter Simons
5f32207dfc
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-02-24 19:27:08 +01:00
Cillian de Róiste
b2ad9627d6
oxygen-gtk: upgrade gtk2 version to 1.3.2.1
2013-02-24 02:30:53 +01:00
Vladimír Čunát
0d72174dbd
Merge branch stdenv-updates into x-updates
...
x-updates is supposed to merge after stdenv-updates, so let's test it
Conflicts:
pkgs/development/libraries/gtk+/2.x.nix (both updated, taking newer)
pkgs/development/libraries/mesa/default.nix (taking nativeBuildInputs)
2013-02-21 12:43:00 +01:00
Lluís Batlle i Rossell
bcbf9472ea
Merge remote-tracking branch 'central/master' into x-updates
2013-02-18 13:49:11 +01:00
Eelco Dolstra
2aa6f262cb
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-02-15 13:36:34 +01:00
Corey O'Connor
fde87b3a9b
add winetricks, modified by vcunat@gmail.com
...
Originally from #89 .
2013-02-10 16:20:24 +01:00
Aristid Breitkreuz
b2afb45b8d
hplip: make pyqt4 dependency conditional on qtSupport
2013-02-08 00:27:07 +01:00
Aristid Breitkreuz
b73dff89f7
enable networking support for hplip, net_snmp is available now
2013-02-06 14:08:27 +01:00
Aristid Breitkreuz
b5e2a027c4
hplip: now hp-setup actually shows a dialog
2013-02-06 13:44:39 +01:00
Aristid Breitkreuz
f590891ac2
hplip: start work on making python programs work
2013-02-06 13:44:38 +01:00
Александр Цамутали
5406828d76
jackaudio/default.nix: Update to 1.9.9.5.
2013-02-03 20:22:43 +04:00
Vladimír Čunát
35a927149f
Merge branch 'master' into x-updates
...
Conflicts (both messed with mesa):
pkgs/top-level/all-packages.nix
2013-02-02 21:11:00 +01:00
Vladimír Čunát
0fa7bc7379
wine: update to 1.5.23, update gecko
2013-02-02 15:03:02 +01:00
Vladimír Čunát
539d9bc1af
ghostscript: fix infinite recursion in meta (sorry for that)
2013-01-31 13:21:21 +01:00
Vladimír Čunát
a95c85fe94
ghostscript: minor update, replace more internal libraries by nix ones
2013-01-29 17:05:58 +01:00
Vladimír Čunát
570b0f8c54
libtiff: major update to 4.*
...
Also minor modification of ghostscript to work with it.
2013-01-29 14:07:30 +01:00
Eelco Dolstra
5d6da38d33
cups: Don't build on Darwin
2013-01-29 12:43:53 +01:00
Lluis Batlle
0353c08d38
uboot: updating the default uboot to 2012.07
...
This is what I use in the sheevplug, with the provided patches.
The old sheevaplug uboot doesn't understand ubifs.
2013-01-27 15:38:39 +01:00
Eelco Dolstra
5bb548d2e4
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-17 14:19:14 +01:00
Evgeny Egorochkin
5dcdcf4af3
Remove Wine-Warcraft because WarCraft 3 works just fine in vanilla Wine now.
2013-01-15 07:43:40 +02:00
Peter Simons
b33ad366a1
Merge branch 'master' into stdenv-updates.
2013-01-11 15:46:10 +01:00
Michael Raskin
029d4fd1db
Wine: Update to 1.5.21
2013-01-07 01:35:58 +04:00
Lluís Batlle i Rossell
b58780c43d
Merge remote-tracking branch 'eelco/master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial solution.
2012-12-28 23:28:16 +01:00
Eelco Dolstra
84779a6f7d
Remove unnecessary parentheses around if conditions
...
Pet peeve...
2012-12-28 19:54:15 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Michael Raskin
17a4e01c69
Wine: update to 1.5.20
2012-12-22 14:54:22 +04:00
Michael Raskin
50f368c0ec
Update Wine
2012-12-08 13:28:15 +04:00
Peter Simons
7d3be6b5f9
dlx: link with gcc instead of g++ -- there is no c++ code here
2012-12-05 16:44:04 +01:00
Peter Simons
c4038db19d
dlx: install both hp.m and new.m microcode
2012-12-05 16:43:49 +01:00
Evgeny Egorochkin
0eecd67d14
Package Samsung unified printer driver. i686 only but apparently can be improved to support x86_64. Based on patch by James Cook <james.cook[NOSPAM]@utoronto.ca>
2012-12-05 05:43:19 +02:00
Peter Simons
50e7ddbdca
Add DLX simulator. Upstream provides no version number.
2012-12-04 14:29:48 +01:00
Evgeny Egorochkin
21379504a4
Wine: add printing(cups) support
2012-12-03 17:02:01 +02:00
Ambrus Kaposi
0fc2fd5bfb
Create a symbolic link to cups/lib so that gutenprintBin can be specified as a driver in services.printing.drivers in /etc/nixos/configuration.nix
2012-11-30 12:43:00 +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
Peter Simons
a814d0bc90
SANE: switch snapshot version of the backends to git (and general cleanup)
2012-11-26 16:18:05 +01:00
Peter Simons
0bf71add78
sane-backends: update snapshot to version: 1.0.22.git20121123
2012-11-23 21:31:23 +01:00
Lluís Batlle i Rossell
5c09167b67
myEnv: making it not to add -rpath /lib
...
NIX_LDFLAGS was left with "-rpath /lib", which is annoying on non-nixos.
2012-11-22 10:55:53 +01:00
Michael Raskin
3061db0bb2
Wine: update, add auto-update helper
2012-11-10 14:43:17 +04:00
Rickard Nilsson
a25a84ff86
jackaudio: Add extra download URL. Main site seems down.
2012-10-18 14:17:21 +02:00
Eelco Dolstra
f7436a9141
Merge remote-tracking branch 'origin/master' into x-updates
2012-10-17 12:07:03 -04:00