adisbladis
490df67562
pythonPackages.pecan: 1.0.3 -> 1.2.1
2017-08-09 14:51:01 +02:00
adisbladis
5167116eba
pythonPackages.pyramid_tm: Remove outdated package
2017-08-09 14:51:01 +02:00
adisbladis
6d82bac424
pythonPackages.hypatia: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
bc6d9b0d46
pythonPackages.repoze_sendmail: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
b7b66c31f2
pythonPackages.pyramid_mailer: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
660b225903
pythonPackages.ZEO: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
953484b4e3
pythonPackages.zodburi: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
48b305ca6d
pythonPackages.pyramid_zodbconn: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
80ef4d6fc7
pythonPackages.zope_tales: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
ced137d980
pythonPackages.zodb3: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
c06cfd0404
pythonPackages.zope_security: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
fab8f7ac4b
pythonPackages.zope_browser: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
5583e3a2bd
pythonPackages.zope_publisher: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
64259cdd7c
pythonPackages.zope_traversing: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
313ea3827b
pythonPackages.zope_sqlalchemy: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
30291227f2
pythonPackages.almir: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
88648d42f4
pythonPackages.zope_container: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
a0c1167e0e
pythonPackages.zope_browserresource: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
45addeacb0
pythonPackages.aiohttp-cors: Remove zodb3 dependency
2017-08-09 14:50:57 +02:00
Marius Metzger
fd6e51d550
check_ssl_cert: init at 1.51.0 ( #28069 )
2017-08-09 13:17:42 +02:00
Robin Gloster
cbca75b8c9
Revert "check_ssl_cert: init at 1.51.0 ( #28069 )"
...
This reverts commit 1db52734ad
.
2017-08-09 12:51:25 +02:00
Marius Metzger
1db52734ad
check_ssl_cert: init at 1.51.0 ( #28069 )
2017-08-09 12:41:15 +02:00
Frederik Rietdijk
345b35c48a
Python: add buildPythonPackage.overridePythonPackage method.
...
This allows one to always override the call to `buildPythonPackage`.
In the following example we create an environment where we have the `blaze` package using an older version of `pandas`. We override first the Python interpreter and pass `packageOverrides` which contains the overrides for packages in
the package set.
```
with import <nixpkgs> {};
(let
python = let
packageOverrides = self: super: {
pandas = super.pandas.overridePythonPackage(old: rec {
version = "0.19.1";
name = "pandas-${version}";
src = super.fetchPypi {
pname = "pandas";
inherit version;
sha256 = "08blshqj9zj1wyjhhw3kl2vas75vhhicvv72flvf1z3jvapgw295";
};
});
};
in pkgs.python3.override {inherit packageOverrides;};
in python.withPackages(ps: [ps.blaze])).env
```
2017-08-09 11:10:54 +02:00
Jörg Thalheim
fcea56ddfd
Merge pull request #28031 from falsifian/rftg
...
rftg: init at 0.9.4
2017-08-09 08:21:32 +01:00
Daiderd Jordan
8c86ce707e
Merge pull request #28034 from kiloreux/libopencore
...
opencore-amr init at 0.1.5
2017-08-08 19:25:53 +02:00
kiloreux
c74d0d460f
Implement other required changes
2017-08-08 17:36:15 +01:00
James Cook
f6aa2df335
rftg: init at 0.9.4
...
An implementation of the card game Race for the Galaxy, including an AI
2017-08-08 08:56:29 -07:00
kiloreux
2ff9f969a1
Added libopencore to all-packages.nix
2017-08-08 10:09:17 +01:00
Frederik Rietdijk
468fdddde6
Merge pull request #27753 from FRidh/python33eol
...
python33: end-of-life
2017-08-08 09:11:11 +02:00
Frederik Rietdijk
0734fb26c5
Merge pull request #28032 from casey/feedgen
...
python.pkgs.feedgen: init at 0.5.1
2017-08-08 09:01:27 +02:00
Casey Rodarmor
2141086af8
python.pkgs.feedgen: init at 0.5.1
2017-08-07 23:58:39 -07:00
Frederik Rietdijk
739b4b42e6
searx: fix typo, fixes #28015
2017-08-08 08:40:26 +02:00
Franz Pletz
9d29bed078
Merge pull request #28020 from michalrus/geekbench
...
geekbench: init at 4.1.1
2017-08-08 02:14:03 +02:00
Michal Rus
a809cf409a
geekbench: init at 4.1.1
2017-08-08 01:28:12 +02:00
Wout Mertens
ba203e40a6
Merge pull request #28010 from womfoo/bump/facter-3.7.1
...
facter: 3.6.6 -> 3.7.1 and related deps
2017-08-07 18:32:03 +02:00
Gabriel Ebner
795c003359
isabelle: use polyml 5.6
...
Isabelle 2016 does not work with newer PolyML versions.
2017-08-07 17:21:08 +02:00
Kranium Gikos Mendoza
b99f162e40
facter: 3.6.6 -> 3.7.1
2017-08-08 00:37:43 +10:00
Kranium Gikos Mendoza
b416579af4
leatherman: 0.11.2 -> 1.0.0
2017-08-08 00:37:43 +10:00
Jörg Thalheim
46e691eefb
Merge pull request #27988 from lheckemann/oil
...
oil: init at 0.0.0
2017-08-06 19:45:09 +01:00
Robin Gloster
1ff2c65acf
phantomjs2: don't use bundled qt
2017-08-06 20:30:17 +02:00
Linus Heckemann
434d3700d3
oil: init at 0.0.0
2017-08-06 18:17:00 +01:00
Michael Weiss
953b232385
gns3-server: init at 2.0.3
2017-08-06 17:40:53 +02:00
Michael Weiss
2bc92695bf
pythonPackages.aiohttp: 1.1.6 -> 1.3.5
2017-08-06 17:40:53 +02:00
Michael Weiss
f17cadadd3
pythonPackages.zipstream: init at 1.1.4
2017-08-06 17:40:53 +02:00
Michael Weiss
15bf0f68c3
pythonPackages.aiohttp-cors: init at 0.5.1
2017-08-06 17:40:53 +02:00
Tim Steinbach
83b7a415d5
Merge pull request #27970 from NeQuissimus/expand_hardened_config
...
linux: Expand hardened config
2017-08-06 10:11:57 -04:00
Tim Steinbach
ff10bafd00
linux: Expand hardened config
...
Based on latest recommendations at
http://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
2017-08-06 09:58:02 -04:00
Michael Weiss
b0a2ea01c5
python3Packages.zodb: Fix the build
...
Side note: Not sure if it makes sense that zodb3 depends on zodb (zodb4)
via ZEO.
2017-08-06 14:45:52 +02:00
Michael Weiss
4b0afc169d
zpl*: Fix the attribute name of the license
...
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00
Vladimír Čunát
332a60cbd1
release.nix: resurrect stdenvBootstrapTools
...
13d6681ce7
crippled it unintentionally.
Also remove the incorrect/non-existing stdenv.i686-linux;
building the bootstrap tools should be a good-enough test anyway.
2017-08-06 12:35:34 +02:00