Eelco Dolstra
9e6d6dae01
Test::Warn: Update to 0.24
2013-01-18 13:05:54 +01:00
Cillian de Róiste
52fb5d86a9
Add pythonPackages.zodb3 and dependencies
2013-01-18 02:21:24 +01:00
Cillian de Róiste
64950ff58e
Add pythonPackages.buildout
2013-01-18 00:45:36 +01:00
Cillian de Róiste
9720148a14
Add pythonPackages.mrbob
2013-01-18 00:45:36 +01:00
Eelco Dolstra
d8e722985b
Add config option ‘allowUnfree’
...
If set to false, mkDerivation will throw an exception if a package has
an unfree license. ‘release-lib.nix’ uses this to enforce that we
don't build unfree packages as part of the Nixpkgs channel. Since
this is set through Nixpkgs' ‘config’ argument, it's more finegrained
than $HYDRA_DISALLOW_UNFREE.
2013-01-17 23:41:37 +01:00
Eelco Dolstra
deaef8abaf
Pass ‘config’ to stdenv/generic/default.nix
...
This is a backport of cf8daf6312
in
stdenv-updates (sans the userHook stuff).
2013-01-17 23:24:55 +01:00
Shea Levy
523ee1671b
Add psutil pythonPackage
2013-01-17 11:44:03 -05:00
Peter Simons
8150827219
haskell-network: update 2.4.x branch to version 2.4.1.0
...
This change affects only GHC 7.6.1.
2013-01-17 11:18:32 +01:00
Cillian de Róiste
b85a093b07
pythonPackages.virtualenv: update to 1.8.4
2013-01-17 00:18:02 +01:00
Shea Levy
f1054e5051
Add patch to handle /**/-style comments in Google::ProtocolBuffers
...
Patch thanks to Daniel Zinn
2013-01-16 13:59:15 -05:00
Vladimír Čunát
f1531391c0
Merge pull request #265 from errge/master
...
Add jbig2enc.
2013-01-16 06:07:43 -08:00
Gergely Risko
f67bc6bbfd
Added jbig2enc.
2013-01-16 14:11:29 +01:00
Peter Simons
eb038185de
haskell-crypto-pubkey: add version 0.1.2
2013-01-16 12:42:30 +01:00
Peter Simons
8971eb297a
haskell-crypto-numbers: add version 0.1.3
2013-01-16 12:42:30 +01:00
Peter Simons
bbb3726fad
haskell-cipher-rc4: add version 0.1.2
2013-01-16 12:42:30 +01:00
Peter Simons
6abb59cbac
haskell-hashable: update 1.2.x branch to 1.2.0.5
2013-01-16 12:42:30 +01:00
Peter Simons
1775b99112
all-packages.nix: strip trailing whitespace
2013-01-16 12:22:46 +01:00
Shea Levy
4b10fcf1ec
Add Google::ProtocolBuffers perlPackage
2013-01-15 18:09:09 -05:00
Florian Friesdorf
c7701c0786
python-pyquery-1.2.4 and dep python-cssselect-0.7.1
2013-01-15 19:04:41 +01:00
Florian Friesdorf
f5df5847bd
add comment
2013-01-15 18:29:42 +01:00
Florian Friesdorf
ed4f0b2657
Merge branch 'channel-nixos' into python
2013-01-15 17:42:48 +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
Evgeny Egorochkin
be989567c8
Torsocks is not compatible with certain apps like Kopete. Will integrate both in
...
NixOS.
Revert "removing tsocks as it has been replaced by torsocks."
This reverts commit f947527f18
.
2013-01-15 07:24:08 +02:00
Eelco Dolstra
f59881fc30
mplayer: Change directory name / attribute name from MPlayer to mplayer
2013-01-14 14:38:24 +01:00
Lluís Batlle i Rossell
982dd693b3
Adding ffmpeg 1.1
...
Moving packages using 1.0 to using 1.1. Vlc built fine here.
2013-01-14 00:41:01 +01:00
Shea Levy
553e1b16f0
replace-dependency: Eelco has ruled, lowerCamelCase > dash-case :(
2013-01-13 11:15:01 -05:00
Mathijs Kwik
2738f6d5cc
node/bson: fix sha256
2013-01-13 14:54:26 +01:00
Petar Bogdanovic
5d1296b03f
qiv: add version 2.2.4
2013-01-12 09:51:54 -05:00
Shea Levy
5626c5cdfb
replace-dependency: don't break nixpkgs for people living in the stone age
2013-01-12 09:48:21 -05:00
Peter Simons
4ca4f1564f
Merge pull request #254 from jcumming/x86info.130109
...
X86info.130109
2013-01-12 06:09:32 -08:00
Shea Levy
d1662d7155
Add the replace-dependency build support function.
...
The use case is to do a deep replacement of a dependency without rebuilding the entire tree.
For example, suppose a security hole is found in glibc and a patch released. Ideally, you'd
just rebuild everything, but that takes time, space, and CPU that you might not have, so in
the mean time you could build a safe version of, say, firefox with:
firefox-safe = replace-dependency { drv = firefox; old-dependency = glibc; new-dependency = patched-glibc; };
Building firefox-safe will rebuild glibc, but only do a simple copy/string replacement on all other dependencies
of firefox. On my system (MBP 13" mid-2012), after a new glibc had been build building firefox took around 11 seconds.
See the comments in the file for more details.
2013-01-11 14:42:09 -05:00
Florian Friesdorf
a7a6173a3f
pygtk in pythonPackages, checks disabled, demo works, relates #223
...
Previously the checkPhase was not executed. It is now and a couple of
issues with it are seded away.
2013-01-11 17:45:26 +01:00
Florian Friesdorf
e856c72159
pygobject: in pythonPackages, removed hack handled now by pth
2013-01-11 15:30:56 +01:00
Florian Friesdorf
87423443b8
pycairo: move to pythonPackages
2013-01-11 15:23:44 +01:00
Florian Friesdorf
01f142296a
pythonPackages: use unversioned to blend into pkgs, no functional change
2013-01-11 15:21:23 +01:00
Florian Friesdorf
b4f84e3b1e
pythonPackages: introduce sections, no functional change
2013-01-11 15:14:53 +01:00
Florian Friesdorf
37abd1e353
fix python26Full expression
2013-01-11 10:35:55 +01:00
Florian Friesdorf
212b4df91c
recursivePthLoader included via wrapper, not propagated by modules
2013-01-11 09:53:28 +01:00
Florian Friesdorf
4329ba3fb1
Merge branch 'channel-nixos' into python
2013-01-11 07:35:30 +01:00
Jack Cummings
42859e49ed
Merge remote-tracking branch 'upstream/master' into x86info.130109
2013-01-10 21:35:13 -08:00
Vladimír Čunát
6f1aad769f
Libertine fonts: update and cleanup.
2013-01-10 22:36:42 +01:00
Lluís Batlle i Rossell
ce705aa998
supertuxkart: updating to 0.8
2013-01-10 20:55:46 +01:00
Sander van der Burg
7242b4994e
Added optparse: A node.js option parsing library
2013-01-10 13:39:24 +01:00
Florian Friesdorf
9a41e3630a
remove some packages also broken in master
2013-01-10 13:10:47 +01:00
Florian Friesdorf
9f66bf678e
release-python: derive python27Package from python27Packages
2013-01-09 22:23:41 +01:00
Florian Friesdorf
06ca1e4768
Merge branch 'channel-nixos' into python
2013-01-09 22:18:38 +01:00
Jack Cummings
2fd4313f6c
x86info-1.30
2013-01-09 11:49:41 -08:00
Florian Friesdorf
1b110436bf
release-python: remove two non-existing attrs
2013-01-09 20:45:01 +01:00
Lluís Batlle i Rossell
fdf11fdb7e
firefox18: adding it to release.nix
2013-01-09 19:45:56 +01:00
Lluís Batlle i Rossell
a628b4b0e4
firefox: adding 18.0
...
I had to disable it using some nixpkgs, because they were considered
'too old'. They are simply commented in the code.
2013-01-09 17:31:04 +01:00