John Wiegley
006a512e8f
coqPackages_8_6.math-classes: New expression (for 8.6) 1.0.6
2017-07-18 19:12:52 -04:00
John Wiegley
53d1eb0fc6
coqPackages_8_6.CoLoR: new expression 1.3.0
2017-07-18 19:12:51 -04:00
Al Zohali
0b3d29d4ac
linux_samus_4_12: init at 4.12.2
...
Co-authored-by: Nikolay Amiantov <ab@fmap.me>
fixes #26038
2017-07-18 23:31:18 +01:00
Symphorien Gibol
d7103eadc8
boolector: 1.{5,6} -> 2.4.1
2017-07-18 23:50:31 +02:00
Franz Pletz
2f9f70ba89
Merge pull request #27472 from mguentner/python-gnupg
...
python-gnupg: 0.4.0 -> 0.4.1 and enable tests
2017-07-18 23:43:44 +02:00
Jörg Thalheim
37d87343bf
python-gnupg: move out of python-packages
2017-07-18 22:37:56 +01:00
Stefan Siegl
fe05e165f7
tomboy: 1.15.7 -> 1.15.9
2017-07-18 22:39:29 +02:00
Maximilian Güntner
e7abb9b8ec
python-gnupg: 0.4.0 -> 0.4.1 and enable tests
2017-07-18 18:11:36 +02:00
Benno Fünfstück
496dac571c
racer[d]: fix RUST_SRC_PATH
...
`rustc.src` is a `tar.gz` archive, but we need it unpacked.
2017-07-18 17:16:52 +02:00
Benno Fünfstück
ae28f5cac8
Merge pull request #27455 from TomSmeets/hidlisten
...
hid-listen: init at 1.01
2017-07-18 15:30:12 +02:00
Benno Fünfstück
99fbd867ef
Merge pull request #27031 from jerith666/cnijfilter-2-80
...
cnijfilter: init at 2.80
2017-07-18 14:37:32 +02:00
adisbladis
7d19959ac5
pythonPackages.zconfig: 3.0.3 -> 3.2.0
2017-07-18 18:02:05 +08:00
adisbladis
8ea9602ed8
pythonpackages.zope_interface: 4.1.3 -> 4.4.2
2017-07-18 18:02:04 +08:00
adisbladis
4ebe73dc1b
pythonpackages.zope_testrunner: 4.4.10 -> 4.7.0
2017-07-18 18:01:56 +08:00
Jörg Thalheim
26f85e4253
Merge pull request #27410 from florianjacob/journalwatch
...
journalwatch & journalwatch service: init at 1.1.0
2017-07-18 08:19:33 +01:00
Jörg Thalheim
66af169adb
rustRegistry: 2017-06-27 -> 2017-07-17
2017-07-17 23:29:18 +01:00
Jörg Thalheim
63402a1888
alacritty: init at 2017-07-08
...
fixes #21801
2017-07-17 23:27:35 +01:00
Tom Smeets
ff41ec7d80
hid-listen: init at 1.01
2017-07-17 21:14:28 +02:00
Dan Peebles
b4ee24d5b1
pants13-pre: remove from pythonPackages
...
Sorry, I broke evaluation in my last pants commit!
2017-07-17 12:13:45 -04:00
Frederik Rietdijk
24a31888ee
Merge pull request #27445 from dapphub/dapp
...
dapp: init at v0.5.2
2017-07-17 17:53:35 +02:00
Dan Peebles
8253fc2ae5
pants: 1.2.1 -> 1.3.0
...
I'm also removing the pants13-pre attribute since it's unnecessary and I
don't want to maintain 1.4.x prereleases yet.
I'm temporarily taking out the pants native rust engine shenanigans until
I can get a nix-native rust build of it to work (it works on Linux but
not on Darwin!)
2017-07-17 10:37:52 -04:00
Lancelot SIX
9bb9d93ee7
pythonPackages.pyparsing: 2.1.10 -> 2.2.0
2017-07-17 14:23:48 +02:00
Lancelot SIX
f7179c0474
pythonPackages.celery: fix tests for python3.6
2017-07-17 14:23:48 +02:00
Lancelot SIX
a8dd4d8e53
pythonPackages.pillow: 3.4.2 -> 4.2.1
2017-07-17 14:23:47 +02:00
Lancelot SIX
1e06824b3b
pythonPackages.olefile: init at 0.44
2017-07-17 14:23:47 +02:00
Lancelot SIX
e0f988fc46
pythonPackages.kombu: fix tests for python3.6
2017-07-17 14:23:47 +02:00
Tom Hunger
567b84dd50
python.pkgs.pytorch: init at 0.1.12
2017-07-17 14:08:15 +02:00
Frederik Rietdijk
3eceecb90d
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-17 13:52:01 +02:00
Matt McHenry
67d02cd60a
cnijfilter: init at 2.80
...
this driver reads support files from lib/bjlib as well as lib/cups,
which is why the path in cupsd.nix is tweaked
2017-07-17 07:32:23 -04:00
Frederik Rietdijk
c0cf19608f
aspellWithDicts: create derivation with aspell and selected dictionaries
...
Currently, `aspell` checks the active profiles for dictionaries. While
this may be convenient, it does not work with `nix-shell` and it doesn't
allow any isolation.
This commit adds the possibility to use composition by creating a
derivation with `symlinkJoin` that contains all the chosen dictionaries,
and another derivation that wraps the executables linking to the dictionaries.
Nix example:
my_aspell = aspellWithDicts(ps: with ps; [ en nl ])
`nix-shell` example:
nix-shell -p 'aspellWithDicts(ps: with ps; [ en nl ])'
2017-07-17 10:17:20 +02:00
Silvan Mosberger
75fde4130d
scyther: init at 1.1.3
2017-07-16 23:38:05 +02:00
Jörg Thalheim
d3ee993a27
Merge pull request #27419 from elitak/armjdk
...
oraclejdk8: armv7l support
2017-07-16 22:31:29 +01:00
Jörg Thalheim
b6f9047d01
Merge pull request #27418 from roconnor/tarsnap
...
tarsnap: 1.0.37 -> 1.0.38
2017-07-16 22:02:29 +01:00
Graham Christensen
6b879ef36e
Merge pull request #23964 from benley/nixos-manual-launcher
...
nixos: nix snowflake logo for the nixos manual launcher
2017-07-16 16:28:30 -04:00
Daiderd Jordan
fa74d99e42
Merge pull request #27295 from ankhers/generalize_lfe
...
Generalize building of LFE
2017-07-16 14:36:24 +02:00
Eric Litak
00335098a5
oraclejdk8: armv7l support
2017-07-16 05:16:59 -07:00
Silvan Mosberger
4d30116c9e
bashSnippets: init at 1.12.0 ( #27408 )
2017-07-16 12:41:35 +01:00
Jörg Thalheim
f31773b852
tarsnapper: 0.2.1 -> 0.4
...
- project is not a python library -> move out of pythonPackages.
- also enable tests
2017-07-16 11:12:38 +01:00
Florian Jacob
63bb133373
journalwatch & journalwatch service: init at 1.1.0
2017-07-16 00:14:19 +02:00
Tuomas Tynkkynen
c3d9ec531b
pythonPackages.unittest2: Fix missing argument to substituteInPlace
2017-07-16 01:06:56 +03:00
John Ericson
7d95391f6a
Merge pull request #27407 from obsidiansystems/null-configure-flags
...
mkDerivation: Fix errors from #27365
2017-07-15 15:56:29 -04:00
Benno Fünfstück
063e81145d
Merge pull request #26036 from bcdarwin/elastix
...
elastix: init at 4.8
2017-07-15 20:15:44 +02:00
John Ericson
aaaa470ff8
mkDerivation: Fix errors from #27365
...
`nix-build pkgs/top-level/release.nix -A tarball` now succeeds.
`configureFlags = null` lead to a type error, and one overrideDrv
needed to be converted to to append a configureFlags list instead of
string due to the normalization.
Thanks @vcunat for alerting me to the issues---sorry I did not catch
them before merging my own PR.
2017-07-15 13:47:21 -04:00
zimbatm
812346c9c9
google-compute-engine: init at 20170523
2017-07-15 18:00:55 +01:00
wisut hantanong
a5d75f0f18
python.pkgs.yapf: move to separate expression
...
fixes #27379
2017-07-15 17:40:55 +01:00
wisut hantanong
5529758791
python.pkgs.jsonref: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
f0ac823696
python.pkgs.intervaltree: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
cca503b389
python.pkgs.packaging: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
9115f68bde
python.pkgs.pytoml: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
b493824162
python.pkgs.pypandoc: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
911655fe5f
python.pkgs.yamllint: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
33bcafcf5b
python.pkgs.stripe: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
4546623b37
python.pkgs.vine: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
2857dbd497
python.pkgs.zeroconf: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
d437a722af
python.pkgs.acme: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
ee1022bf26
python.pkgs.vega: move to separate expression
2017-07-15 17:40:55 +01:00
wisut hantanong
2ce14a8ce9
python.pkgs.altair: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
f6b103b51e
python.pkgs.aafigure: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
eed3b4991b
python.pkgs.unifi: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
3e75b0fd12
python.pkgs.pygame_sdl2: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
6506c41fd9
python.pkgs.discid: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
501eb9712e
python.pkgs.emcee: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
85239d1455
python.pkgs.ansicolor: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
2d546a98e2
python.pkgs.acoustics: move to separate expression
2017-07-15 17:40:54 +01:00
wisut hantanong
bcb73a13e3
python-packages.django_tagging_0_3: use overrideAttrs
2017-07-15 17:40:54 +01:00
wisut hantanong
eff03340c4
python.pkgs.django_tagging: move to separate expression
2017-07-15 17:40:54 +01:00
Aristid Breitkreuz
78fc7269be
paperwork: 1.0.6.1 -> 1.2
2017-07-15 15:10:14 +02:00
Vladimír Čunát
e2b7b09960
Merge branch 'master' into staging
2017-07-15 12:15:56 +02:00
Joachim F
e4229bb3f8
Merge pull request #27311 from Radvendii/master
...
ring-daemon: init at 2017-07-11
2017-07-14 15:18:37 +01:00
Mikael Brockman
8d9740e100
dapp: init at v0.5.2
...
Simple tool for creating Ethereum-based dapps
2017-07-14 14:59:00 +03:00
Jörg Thalheim
f93050e509
Merge pull request #27156 from dbrock/hsevm
...
hsevm: init at 0.3.2
2017-07-14 08:58:46 +01:00
Jörg Thalheim
00ee2091be
Merge pull request #27097 from jfrankenau/init-nnn
...
nnn: init at 1.2
2017-07-14 08:53:11 +01:00
Jörg Thalheim
ff4ba02902
Merge pull request #27364 from veprbl/slurm2
...
slurm: add alias attribute for backward compatibility
2017-07-14 08:33:23 +01:00
Jörg Thalheim
ab87dc585d
fast-cli: add reference to all-packages.nix
...
fixes #27375
2017-07-14 07:19:38 +01:00
hhm
c5798c1db2
hebcal: init at 4.13
...
fixes #27373
2017-07-14 06:54:20 +01:00
Dmitry Kalinkin
ba8fe290ec
slurm: add alias attribute for backward compatibility
...
Fixes: b917a8760
('slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm')
2017-07-13 18:55:45 -04:00
Franz Pletz
672171be57
Merge pull request #27303 from MatrixAI/phpcbf
...
phpPackages.phpcbf: init at 2.6.0
2017-07-14 00:28:54 +02:00
Roger Qiu
5c336fc549
phpPackages.phpcbf: init at 2.6.0
2017-07-14 00:26:37 +02:00
Jörg Thalheim
30223dd334
Merge pull request #25654 from 4z3/mfcl2700dn
...
Add support for Brother MFC-L2700DN
2017-07-13 21:48:48 +01:00
Vincent Laporte
bd7bf33814
ocaml: init at 4.05.0
2017-07-13 17:58:24 +00:00
Taeer Bar-Yam
484df87ab1
ring-daemon: init at 2017-07-11
2017-07-13 13:09:07 -04:00
GRBurst
63ee6d6e29
xcwd: init at 2016-09-30
...
fixes #27345
2017-07-13 13:56:22 +01:00
Tom Smeets
9ab69a3416
android-studio-preview: init at 3.0.0.5 canary 6
...
Added the `androidStudioPackages` attribute containing both
the `stable` and `preview` channels.
Changed the attribute `andorid-studio` to point to
`androidStudioPackages.stable`
Added the attribute `andorid-studio-preview` pointing to
`androidStudioPackages.preview`
I have tested this package using the new koltin support,
no issues found yet.
2017-07-13 11:38:05 +02:00
Jörg Thalheim
9d28cd9ca4
Merge pull request #27206 from nthorne/InitGitBigPicture
...
git-big-picture: init at 0.9.0
2017-07-13 09:54:26 +01:00
Jörg Thalheim
c29b5b5a40
Merge pull request #27350 from veprbl/slurm
...
Bump slurm, add pyslurm
2017-07-13 09:32:51 +01:00
Dmitry Kalinkin
00d73c4240
python2Packages.pyslurm: init
2017-07-13 03:13:05 -04:00
Dmitry Kalinkin
b917a8760e
slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm
2017-07-13 03:13:05 -04:00
Langston Barrett
7b27f7c28f
pycodestyle: 2.0.0 -> 2.3.1
2017-07-13 00:32:27 +00:00
Jörg Thalheim
3d380b9082
Merge pull request #27289 from vyp/patch/xst-init
...
xst: init at 0.7.1
2017-07-12 21:46:42 +01:00
Jörg Thalheim
575ce53d14
Merge pull request #27296 from lsix/update_django_compressor
...
pythonPackages.django_compressor: 1.5 -> 2.1.1
2017-07-12 20:34:24 +01:00
Vincent Laporte
6a3a4f559b
ocamlPackages.integers: init at 0.2.2
2017-07-12 18:11:40 +00:00
Eelco Dolstra
88d9d2de5b
Use LLVM 4 on all platforms
2017-07-12 19:08:56 +02:00
Andrew Cann
9747eca164
houdini: init at 16.0.633 ( #27326 )
2017-07-12 15:36:28 +01:00
Andrew Cann
07e7527fdb
undaemonize: init at 2017-07-11 ( #27325 )
2017-07-12 14:23:40 +01:00
Jörg Thalheim
8f5f986453
opendht: move to pkgs/development/libraries
...
location is more appropriate
2017-07-12 11:04:09 +01:00
Franz Pletz
3bb9954a6b
dns-root-data: init at 2017-06-16
2017-07-12 09:45:25 +02:00
Benno Fünfstück
387256c0f2
Merge pull request #27308 from vaibhavsagar/xautomation
...
xautomation: init at 1.09
2017-07-12 08:23:05 +02:00
Vaibhav Sagar
b9dfbeb828
xautomation: init at 1.09
2017-07-12 14:13:10 +08:00
Benno Fünfstück
cfd5740a7e
cutecom: 0.22.0 -> 0.44.0
2017-07-11 22:44:43 +02:00
Taeer Bar-Yam
0f9b6b97ef
opendht: init at 1.3.4
2017-07-11 13:00:07 -04:00
xd1le
88874e7650
xst: init at 0.7.1
2017-07-12 02:53:43 +10:00
Justin Wood
cb105d35a9
Ensure lfe 1.2 is exported at the top level
2017-07-11 08:56:23 -04:00
Frederik Rietdijk
b61238243c
Merge pull request #27079 from FRidh/virtualenvwrapper
...
virtualenvwrapper: only add Python to $PATH, fixes #26982
2017-07-11 11:58:00 +02:00
Lancelot SIX
e200a97d6a
pythonPackages.django_compressor: 1.5 -> 2.1.1
2017-07-11 09:59:12 +02:00
Lancelot SIX
73076f3252
pythonPackages.django_appconf: 1.0.1 -> 1.0.2
2017-07-11 09:59:12 +02:00
Lancelot SIX
a2c5fbe56d
pythonPackages.rcssmin: init at 1.0.6
2017-07-11 09:44:12 +02:00
Lancelot SIX
fbf3f4d473
pythonPackages.rjsmin: init at 1.0.12
2017-07-11 09:43:30 +02:00
Vincent Laporte
412da3210b
ocamlPackages.oasis: remove 0.4.6
2017-07-11 02:46:32 +00:00
John Wiegley
c072fb4729
coqPackages_8_6.heq: Add to the 8.6 set
2017-07-10 18:35:57 -07:00
John Wiegley
399dee93ae
coqPackages.autosubst: New expression
2017-07-10 18:35:56 -07:00
Justin Wood
c87d4d4a19
Generalize building of LFE
2017-07-10 20:37:33 -04:00
John Wiegley
fdc49ed8fa
coqPackages.paco: Add attribute to 8_5 and 8_6 as well
2017-07-10 15:04:32 -07:00
Tim Steinbach
37f59d2e72
Merge pull request #27137 from vdemeester/update-docker-1706
...
docker: 17.03.2-ce -> 17.06.0-ce
2017-07-10 07:08:37 -04:00
Jörg Thalheim
14702c3944
Merge pull request #27240 from dtzWill/feature/moby-linuxkit
...
moby, linuxkit: init at 2017-07-07, 2017-07-08
2017-07-10 11:12:07 +01:00
Roman Volosatovs
c060b8792a
Mopidy-iris: init at 3.0.0 ( #26518 )
2017-07-10 10:18:29 +01:00
Vincent Demeester
ec570448a0
docker-ce: 17.03.02-ce -> 17.06.0-ce
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-07-10 09:58:32 +02:00
Jörg Thalheim
45f58142e0
Merge pull request #27264 from Radvendii/argon
...
libargon2: init at 20161029
2017-07-10 08:53:51 +01:00
Taeer Bar-Yam
5160ae5d5c
libargon2: init at 20161029
2017-07-10 08:51:46 +01:00
Tristan Helmich
7b44b7abd0
ndppd: init at 0.2.5
2017-07-10 09:36:04 +02:00
Orivej Desh
d2ff74f9dd
unionfs-fuse: 1.0 -> 2.0
2017-07-10 02:56:25 +02:00
Niklas Hambüchen
a37f3a3573
hotspot: init at 1.0.0
2017-07-09 22:30:41 +02:00
Joachim F
8c1c2a5bd4
Merge pull request #27136 from gnidorah/gtk-bluecurve
...
gtk-engine-bluecurve: init at 1.0
2017-07-09 20:18:23 +01:00
Michael Walker
4aad6d800d
ezstream: init at 0.6.0 ( #27259 )
...
* ezstream: init at 0.6.0
* ezstream: pkgconfig belongs to nativeBuildInput
2017-07-09 16:46:16 +01:00
Graham Christensen
26a69b1bbc
Merge pull request #27243 from richardipsum/richardipsum/fix-lrexlib
...
lrexlib: 2.7.2 (broken) -> 2.8.0
2017-07-09 10:56:30 -04:00
Jörg Thalheim
154efd8ec5
Merge pull request #27246 from dywedir/ion
...
ion: init at 1.0.3
2017-07-09 13:55:05 +01:00
Daiderd Jordan
5ba05aaab9
Merge pull request #26716 from ankhers/generalize-elixir
...
Generalize building of Elixir interpreter
2017-07-09 10:50:24 +02:00
Joachim F
316dd74ab1
Merge pull request #27193 from calvertvl/upd_qutebrowser-0.11.0
...
qutebrowser: 0.10.1 -> 0.11.0
2017-07-09 09:29:10 +01:00
dywedir
3483c09f59
ion: init at 1.0.3
2017-07-09 03:23:53 +03:00
Richard Ipsum
32dec43701
lrexlib: 2.7.2 (broken) -> 2.8.0
...
The shared objects are not available in 'pcre.dev', so to build the rex_pcre.so
file we must specify 'pcre.out' as the directory to obtain shared objects
from, 'pcre.dev' is still needed for the header files though.
2017-07-08 23:09:32 +01:00
Michael Raskin
dcbe96d260
Merge pull request #27197 from kquick/master
...
yices library: enable full functionality by adding libpoly polynomial library and fix soname linking.
2017-07-08 22:37:12 +02:00
Daiderd Jordan
980346592c
Merge branch 'staging' into master
2017-07-08 22:22:17 +02:00
Will Dietz
ceff05aa4f
linuxkit: init at 2017-07-08
2017-07-08 09:25:01 -05:00
Will Dietz
0b6a504283
moby: init at 2017-07-06
2017-07-08 09:25:01 -05:00
Vincent Laporte
3a227e673a
mldonkey: 3.1.5 -> 3.1.6
2017-07-08 15:21:42 +02:00
Vladimír Čunát
c057098b7d
Merge #27165 : ttf-envy-code-r: init at 0.PR7
2017-07-08 11:33:25 +02:00
wheatdog
208edec09a
ttf-envy-code-r: init at preview7
2017-07-08 15:28:57 +08:00
Vincent Laporte
eb2be6d97e
acgtk: 1.1 -> 1.3.1
2017-07-08 08:52:02 +02:00
John Ericson
89fcb63326
Merge pull request #27179 from obsidiansystems/platforms-from-stdenv
...
Define {build,host,target}Platform in stdenv
2017-07-07 14:49:55 -04:00
John Ericson
a302d7360f
top-level: {build,host,target}Platform are defined in the stdenv instead
...
See #27069 for a discussion of this
2017-07-07 12:55:02 -04:00
Victor Calvert
bdabf6a6f2
pythonPackages.mechanize: 0.2.5 -> 0.3.5
2017-07-07 18:37:04 +02:00
Frederik Rietdijk
fbbf5e79c3
python.pkgs.virtualenv: move to separate expression
2017-07-07 17:59:32 +02:00
Frederik Rietdijk
ea5b2df865
Merge pull request #27094 from nand0p/buildbot-0.9.9
...
buildbot: 0.9.7 -> 0.9.9.post2
2017-07-07 17:48:29 +02:00
Robert Helgesson
93b1b3d6e6
perl-PDF-API2: 2.030 -> 2.033
2017-07-07 17:33:43 +02:00
Jörg Thalheim
515d5d577b
Merge pull request #27177 from tw-360vier/git-ftp
...
git-ftp: init at 1.4.0
2017-07-07 15:45:08 +01:00
Fernando J Pando
f6a7b851d4
buildbot: 0.9.7 -> 0.9.9.post2
...
- adds grid-view plugin
- module fixup
- tested on nixos
2017-07-07 10:00:37 -04:00
Niklas Thorne
17dbed4c07
git-big-picture: init at 0.9.0
2017-07-07 14:12:02 +02:00
Thorsten Weber
14f2083445
git-ftp: init at 1.4.0
2017-07-07 11:41:30 +02:00
Hector Jusforgues
0f2db06540
consul_exporter: init at 0.3.0 ( #27162 )
2017-07-07 10:01:45 +01:00
Vladimír Čunát
e36b588f93
luajit: add 2.0 version again
...
The reason will be apparent from the followup commit.
Also order the phases, quote shell variables, add myself to
maintainers, etc.
2017-07-07 10:54:05 +02:00
Kevin Quick
8ff05c85ee
Add poly library for manipulating polynomials.
2017-07-06 21:30:30 -07:00
Graham Christensen
665dfda8e4
Merge pull request #27046 from NixOS/revert-26983-i3/allow-custom-configuration
...
Revert "i3: add `configFile` to enable cutom configuration locations"
2017-07-06 19:39:40 -04:00
Victor Calvert
77f8447515
qutebrowser: 0.10.1 -> 0.11.0
2017-07-06 18:41:50 -04:00
Eelco Dolstra
942422a646
Merge branch 'glibc' of https://github.com/rnhmjoj/nixpkgs into staging
2017-07-06 15:14:57 +02:00
Pascal Wittmann
bd3b58b197
Merge pull request #27015 from expipiplus1/qbs
...
qbs: init at 1.8
2017-07-06 10:21:52 +02:00
gnidorah
b5c94380e0
gtk-engine-bluecurve: init at 1.0
2017-07-06 09:49:47 +03:00
Daniel Brockman
905fff7d3f
hsevm: init at 0.3.2
2017-07-06 03:42:07 +02:00
Michael Raskin
05aa2a58db
Merge pull request #25600 from johnramsden/nylas-mail
...
nylas-mail: 2.0.32
2017-07-06 02:04:24 +02:00
John Ramsden
c38207983a
Missed the attribute name in all-packages.nix during rename.
2017-07-05 16:54:30 -07:00
Joe Hermaszewski
6fd51f96fe
qbs: init at 1.8
2017-07-05 22:53:38 +01:00
Michael Raskin
8dee8d5f5c
Merge pull request #26584 from pjones/pjones/blackmagic
...
blackmagic init at 1.6.1
2017-07-05 23:35:16 +02:00
Michael Raskin
c089080fc0
Merge pull request #26121 from womfoo/init/zabbix-cli-1.6.1
...
zabbix-cli: init at 1.6.1
2017-07-05 23:15:36 +02:00
Michael Raskin
d38d3d1096
Merge pull request #25724 from michalpalka/pvgrub-new
...
pvgrub_image: add package
2017-07-05 22:48:49 +02:00
Michael Raskin
16f02e8116
Merge pull request #25235 from kuznero/mono5x
...
mono: init at 5.0
2017-07-05 22:36:13 +02:00
Michael Raskin
bd53744885
Merge pull request #23985 from rht/zcash
...
zcash: reinit at 1.0.8
2017-07-05 22:27:27 +02:00
Volth
18e3799cd1
ocamlPackages.{benchmark,obuild,ptmap,rope}: init at 1.4, 0.1.8, 2.0.1, 0.5
2017-07-05 17:48:45 +00:00
Michael Raskin
958a757f1d
Merge pull request #27152 from phile314-fh/szip-optional
...
PostGIS/GDAL/hdf4: Make unfree szip dependency optional.
2017-07-05 18:08:32 +02:00
Peter Jones
e33c7fa4c1
blackmagic init at 1.6.1
2017-07-05 08:45:40 -07:00
Philipp Hausmann
a1ec03a223
hdf4: Make szip dependency optional.
2017-07-05 16:12:50 +02:00
Michał Pałka
55208cc2e1
pvgrub_image: add package
...
Add a package containing a pvgrub image for xen generated from grub2
2017-07-05 12:23:30 +00:00
Vladimír Čunát
9e1c7ddaae
Merge branch 'master' into staging
2017-07-05 09:53:53 +02:00
Vladimír Čunát
5328aac7be
Merge branch 'staging'
...
Comparison looks OK; I'll try some fixes on master directly.
http://hydra.nixos.org/eval/1372577?compare=1372497
2017-07-05 08:55:26 +02:00
Volth
535a6c3520
fetchFromGitHub: fix fetchSubmodules=true when revision is not hexadecimal
2017-07-04 20:22:13 +00:00
Jörg Thalheim
f873ba8cc8
Merge pull request #27101 from volth/haxe-essentials
...
haxe: fix hxcpp, introduce haxePackage with hxjava and hxcs
2017-07-04 18:09:05 +01:00
Emanuele Peruffo
240b632026
gnomeExtensions.topicons-plus: init at v20 ( #27116 )
...
TopIcons extension for Gnome 3
2017-07-04 17:56:06 +01:00
Jörg Thalheim
756dce19a1
Merge pull request #27118 from dtzWill/fix/sys-cpu-darwin
...
WIP: Sys::CPU: Try to fix Darwin build.
2017-07-04 17:50:09 +01:00
bugworm
8acde59fa5
papirus-icon-theme: init at 20170616
...
fixes #27115
2017-07-04 17:46:04 +01:00
Will Dietz
ec117f27ca
Sys::CPU: Try to fix Darwin build.
2017-07-04 11:29:24 -05:00
Jörg Thalheim
277c1f8624
Merge pull request #27095 from dtzWill/feature/csmith
...
csmith: init at 2.3.0, pull in Sys::CPU as dependency.
2017-07-04 15:10:05 +01:00
Peter Simons
00bed9edcd
cabal2nix: enable test suite again
...
Version 2.3.1 should succeed fine on all platforms.
2017-07-04 15:50:25 +02:00
zimbatm
51c481bdcc
terraform: 0.9.10 -> 0.9.11
2017-07-04 14:06:33 +01:00
Domen Kožar
0945a5b462
Add pythonPackages.google-compute-engine
2017-07-04 09:54:00 +02:00
Johannes Frankenau
063f110e17
urlscan: 0.8.3 -> 0.8.6 ( #27102 )
...
* urlscan: 0.8.3 -> 0.8.6
Moved from python-packages.nix to all-packages.nix because this is not
a Python library but just a Python application.
* Update default.nix
* Update all-packages.nix
* Update default.nix
* Update all-packages.nix
2017-07-04 09:31:36 +02:00
Joachim F
7e86d0e539
Merge pull request #27091 from jfrankenau/init-noice
...
noice: init at 0.6
2017-07-04 08:30:36 +01:00
Pascal Wittmann
ec04f18acb
Merge pull request #27092 from adisbladis/add_dr14_tmeter
...
dr14_tmeter: init at 1.0.16
2017-07-04 07:41:36 +02:00
adisbladis
c6f5726398
dr14_tmeter: init at 1.0.16
2017-07-04 09:36:09 +08:00
Volth
37ef9e3b60
haxe: fix hxcpp, introduce haxePackage with hxjava and hxcs
2017-07-03 20:06:23 +00:00
Will Dietz
5516a2b6a1
csmith: Workaround broken libbsd on Darwin
2017-07-03 14:54:10 -05:00
Will Dietz
050ee80ddb
csmith: init at 2.3.0, pull in Sys::CPU as dependency.
2017-07-03 14:39:56 -05:00
Johannes Frankenau
c2a37617ea
nnn: init at 1.2
2017-07-03 20:14:38 +02:00
Théo Zimmermann
753aab1494
pythonPackages.codecov: init at 2.0.9 ( #27018 )
...
* pythonPackages.codecov: init at 2.0.9
* Update default.nix
2017-07-03 20:12:46 +02:00
Frederik Rietdijk
1336fde8ce
Merge pull request #26985 from Zimmi48/add_markdownsuperscript
...
pythonPackage.markdownsuperscript: init at 2.0.0
2017-07-03 20:11:12 +02:00
Tim Steinbach
f130e0027e
linux: Add 4.12
2017-07-03 11:57:40 -04:00
Johannes Frankenau
5dc2f6b3ad
noice: init at 0.6
2017-07-03 15:41:37 +02:00
Théo Zimmermann
ac86016094
pythonPackage.markdownsuperscript: init at 2.0.0
2017-07-03 12:50:11 +02:00
Jörg Thalheim
abd7237573
Merge pull request #27024 from zarelit/mailcatcher
...
mailcatcher: init at 0.6.5
2017-07-03 09:46:01 +01:00
Frederik Rietdijk
196273e177
virtualenvwrapper: only add Python to $PATH, fixes #26982
2017-07-03 10:17:27 +02:00
Vladimír Čunát
d1a89ae9d7
Merge branch 'master' into staging
2017-07-03 09:48:58 +02:00
Emanuele Peruffo
0b1c8793fc
gnomeExtensions.caffeine: init at revision unstable-2017-06-21 ( #26901 )
...
Caffeine extension for Gnome 3
2017-07-03 08:35:31 +01:00
David Costa
87b1566472
mailcatcher: init at 0.6.5
2017-07-03 09:13:12 +02:00
Samuel W. Flint
fa2c22ea97
x11idle: init at unstable-2017-07-01 ( #27062 )
...
* Add myself to the maintainers list
* Define the derivation for x11idle
2017-07-03 07:46:26 +01:00
Vincent Laporte
3beb47ff2a
ocamlPackages.inotify: init at 2.3
...
This package contains bindings for Linux's filesystem monitoring interface, inotify.
Homepage: https://github.com/whitequark/ocaml-inotify
2017-07-02 17:28:53 +02:00
Vincent Laporte
dbe61c96ae
ocamlPackages: make lwt-3.0.0 the default
2017-07-02 15:22:04 +00:00
Vincent Laporte
8ad273d4f0
ocamlPackages.lambda-term: 1.10 -> 1.11
2017-07-02 12:56:56 +00:00
Graham Christensen
ed59b2c892
Revert "i3: add configFile
to enable cutom configuration locations"
2017-07-02 08:48:41 -04:00
Vincent Laporte
ca15a36d0e
ocamlPackages.lwt_react: init at 1.0.1
2017-07-02 11:59:18 +00:00
Vincent Laporte
d3a29b393a
ocamlPackages.lwt: 2.7.1 -> 3.0.0
2017-07-02 11:59:17 +00:00
Vincent Laporte
e8c0e8a04b
ocamlPackages.git-unix: init at 1.11.0
...
Unix backend for the Git protocol(s)
2017-07-02 11:59:16 +00:00
Vincent Laporte
ed12c7a9b9
ocamlPackages.git-http: init at 1.11.0
...
Client implementation of the “Smart” HTTP Git protocol in pure OCaml.
2017-07-02 11:59:16 +00:00
Sebastian Jordan
b300472568
guetzli: init at 1.0.1 ( #26595 )
...
* guetzli: init at 1.0.1
* guetzli: move pkgconfig from buildInputs to nativeBuildInputs
* guetzli: use fetchFromGitHub instead of fetchgit
2017-07-02 13:01:18 +02:00
Frederik Rietdijk
d15e20f9c9
Merge pull request #26397 from FRidh/django
...
python.pkgs.django cleanup
2017-07-02 11:22:14 +02:00
Lancelot SIX
70e169460a
pythonPackages: mark disabled and broken packages
2017-07-02 11:21:21 +02:00
Peter Simons
e7c38c14b1
cabal2nix: disable test suite in 32 bit builds to fix the build
...
Works around https://github.com/NixOS/cabal2nix/issues/272 .
2017-07-02 10:41:08 +02:00
Jörg Thalheim
5c45f341f1
pythonPackages.intervaltree: fix evaluation
2017-07-02 01:13:18 +01:00
dywedir
c440bacea3
exiftool: 10.48 -> 10.55
2017-07-02 00:16:24 +02:00
Benno Fünfstück
b16ed16c99
python-pwntools: 3.1 -> 3.7 (including dependencies)
2017-07-01 23:23:25 +02:00
Roman Kuznetsov
80bc82206e
Scaffold mono50 package
2017-07-01 23:10:41 +02:00
Benno Fünfstück
be4fc9ec1f
Merge pull request #26983 from Ma27/i3/allow-custom-configuration
...
i3: add `configFile` to enable cutom configuration locations
2017-07-01 19:53:11 +02:00
Frederik Rietdijk
a20dbcb88b
Merge pull request #27002 from makefu/pkgs/gen-oath-safe/init
...
gen-oath-safe: init at 2017-01-23
2017-07-01 18:54:04 +02:00
makefu
f075c0c9fa
gen-oath-safe: init at 2017-01-23
2017-07-01 18:05:31 +02:00
zimbatm
6f86a1bd09
Terraform 0.9.10 ( #27003 )
...
* terraform: remove old 0.9.x versions
* terraform: 0.9.9 -> 0.9.10
2017-07-01 14:16:20 +01:00
Vincent Laporte
6a0f4f69e1
ocamlPackages.git: init at 1.11.0
...
Git format and protocol in pure OCaml
Homepage: https://github.com/mirage/ocaml-git
2017-07-01 13:02:08 +00:00
Vincent Laporte
6eb2d7d44b
ocamlPackages.decompress: init at 0.6
...
decompress is a pure OCaml implementation of Zlib.
Homepage: https://github.com/mirage/decompress
2017-07-01 12:57:36 +00:00
Vincent Laporte
4338ddd0f9
ocamlPackages.mstruct: init at 1.3.3
...
Mstruct is a thin mutable layer on top of cstruct
Homepage: https://github.com/mirage/ocaml-mstruct
2017-07-01 11:52:18 +00:00
Vincent Laporte
6875115b8e
ocamlPackages.cohttp: 0.19.3 -> 0.22.0
...
Keeping the old version under attribute cohttp_p4
2017-07-01 11:52:18 +00:00
Vincent Laporte
fe9147a042
ocamlPackages.conduit: 0.10.0 -> 0.15.4
...
Keeping the old version under attribute conduit_p4.
2017-07-01 11:52:18 +00:00
Vincent Laporte
1551975e64
ocamlPackages.ocp-ocamlres: init at 0.3
...
A tool ocp-ocamlres to embed files and directories inside OCaml executables,
with a companion library ocplib-ocamlres to manipulate them at run-time.
Homepage: https://www.typerex.org/ocp-ocamlres.html
2017-07-01 08:58:21 +00:00
Frederik Rietdijk
9c05499de9
Merge pull request #26039 from knedlsepp/add-gdal-hdf4-support
...
gdal: Add hdf4 support
2017-07-01 10:38:36 +02:00
Maximilian Bosch
dd4c1e2b01
i3: add configFile
to enable cutom configuration locations
...
i3 loads its configuration from `~/.config/i3`, but in nix-based systems
you might want to build the config in `~/.nix-profile` using a nix
derivation, so `i3` needs to know where to look for the configuration
file.
2017-07-01 08:20:56 +02:00
Vincent Laporte
f6e1d929a0
ocamlPackages.ocplib-json-typed: init at 0.5
2017-06-30 20:00:21 +00:00
Joachim F
c043bf955f
Merge pull request #26620 from rnhmjoj/gnash
...
gnash: init at 0.8.11-2017-03-08 [WIP]
2017-06-30 20:27:14 +01:00
Joachim F
a8ba50db3e
Merge pull request #26492 from michalpalka/new-xen
...
xen_4_8: init at 4.8.1
2017-06-30 20:27:04 +01:00
Vladimír Čunát
ddf864f8aa
Merge branch 'master' into staging
...
Mass rebuilds from master (>7k on x86_64-linux).
2017-06-30 18:16:58 +02:00
Joachim F
e0528c2f86
Merge pull request #26928 from romildo/new.monoid
...
monoid: init at 2016-07-21
2017-06-30 15:48:47 +01:00
Benno Fünfstück
58a231d944
Merge pull request #26026 from Hodapp87/autotrace
...
autotrace: init at 0.31.1
2017-06-30 16:34:48 +02:00
Benno Fünfstück
a0286ca6f0
Merge pull request #26838 from rvolosatovs/init/mopidy-local-sqlite
...
mopidy-local-sqlite: init at 1.0.0
2017-06-30 15:25:53 +02:00
Benno Fünfstück
3db7c9d5b8
Merge pull request #26953 from np/jd
...
jd: init at 0.3.1
2017-06-30 10:59:17 +02:00
Benno Fünfstück
27729f2416
Merge pull request #26966 from roberth/elm-github-install
...
elm-github-install: init at 1.0.1
2017-06-30 10:35:15 +02:00
Robert Hensing
3d48fa72d3
elm-github-install: init at 1.0.1
2017-06-30 10:22:18 +02:00
Tim Steinbach
3130f3ed0a
linux-copperhead: 4.11.7.a -> 4.11.8.a
...
Fixes #26790 by properly including built modules
2017-06-29 23:16:52 -04:00
Eelco Dolstra
6feedb4492
Forks::Super: Build on Hydra
2017-06-29 15:00:44 +02:00
Tim Steinbach
d1aff8d2e5
linux: 4.9.34 -> 4.9.35
...
Also, remove XSA-216 patches, the fixes are now integrated upstream
2017-06-29 08:26:25 -04:00
Nicolas Pouillard
fbce96014f
jd: init at 0.3.1
2017-06-29 09:50:46 +02:00
Profpatsch
da012dda01
adbfs-rootless: init at 2016-10-02
2017-06-29 08:44:43 +02:00
John Ericson
16be434b0b
Merge accepted cross compilation PRs into staging
2017-06-28 23:17:21 -04:00
Tim Steinbach
4cc729644e
Merge pull request #26867 from michalpalka/xen-security-2017.06-new
...
xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224
2017-06-28 22:43:46 -04:00
Tim Steinbach
db17c508ef
Merge pull request #26915 from diegs/terraform
...
terraform: 0.9.6 -> 0.9.9.
2017-06-28 22:39:18 -04:00
romildo
226aadd6b0
monoid: init at 2016-07-21
2017-06-28 23:24:32 -03:00
John Ericson
e1faeb574a
Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
...
Purge stdenv cross
2017-06-28 21:39:16 -04:00
hsloan
9f156f4a8a
top-level: stdenv.cross vanquished
2017-06-28 21:29:08 -04:00
Jörg Thalheim
7642a76c1a
Merge pull request #26926 from dotlambda/master
...
dmensamenu: init at 1.0.0
2017-06-29 00:29:18 +01:00