Commit graph

114919 commits

Author SHA1 Message Date
Jan Malakhovski f114118842 SDL, SDL2: don't link statically to any of the inputs 2018-03-06 15:43:27 +00:00
Jan Malakhovski 6166027ca8 SDL, SDL2: cleanup and cross-pollinate with useful changes to either expression 2018-03-06 15:42:26 +00:00
Jan Malakhovski d3c3364bfa SDL: add a patch to fix https://bugzilla.libsdl.org/show_bug.cgi?id=1769 2018-03-06 15:24:56 +00:00
xeji 73dbc73196 xen 4.8: add xsa security patches 252-256 2018-03-06 16:17:30 +01:00
Michael Raskin da97c73fb3
Merge pull request #36375 from volth/commandLineArgs-escaping
chromium, google-chrome: fix escaping of commandLineArgs
2018-03-06 15:15:08 +00:00
volth 96ebf614ad chromium, google-chrome: fix escaping of commandLineArgs 2018-03-06 14:56:07 +00:00
Masayuki Takeda 39cb0d8dd4 fix bap regression 2018-03-06 23:26:12 +09:00
Bignaux Ronan 96a3f1b546 soulseekqt: init at 2016-1-17 2018-03-06 15:21:50 +01:00
Jan Malakhovski 1d4f3fa371 stdenv: check-meta: fix fallout from #36119 2018-03-06 14:14:17 +00:00
Jan Malakhovski 7966e0efeb telegram/tdesktop: fix pulseaudio references 2018-03-06 13:46:28 +00:00
Jan Malakhovski 0c7b8931f9 firefox-bin: fix pulseaudio references 2018-03-06 13:46:27 +00:00
Will Dietz ece4c62d4b make-bootstrap-tools: preserve coreutils symlinks
We go out of our way (see top of file) to build a single binary
with symlinks for all of the tools, but were losing them
when preparing the bootstrap tools.
2018-03-06 15:13:56 +02:00
Jan Tojnar 0e6fc5c4e6
gnome3.bijiben: 3.27.1 → 3.28.0 2018-03-06 14:06:36 +01:00
Fatih Altinok 399edfec52 nodejs: 9.6.1 -> 9.7.1 2018-03-06 15:12:38 +03:00
Eelco Dolstra 40f9a3e9d2
Merge pull request #36360 from dtzWill/fix/nix-use-brotli-for-sanity
nix: fix conditional so brotli is used w/2.0 builds, needed for logs!
2018-03-06 12:01:31 +01:00
Nikolay Amiantov 1f8d30f0bf avidemux: restrict platforms 2018-03-06 13:58:14 +03:00
Nikolay Amiantov 91a2ad21ad gtkmm2: enable parallel building 2018-03-06 13:07:14 +03:00
Nikolay Amiantov fe708a3462 twemoji-color-font: include recommended fontconfig configuration 2018-03-06 13:07:14 +03:00
Nikolay Amiantov 8529e0b05f gnome3.gtksourceview: enable parallel building 2018-03-06 13:07:14 +03:00
Robert Schütz eae4965117
Merge pull request #36228 from tw-360vier/fix-linkchecker
linkchecker: 9.3 -> 9.3.1
2018-03-06 10:13:01 +01:00
adisbladis 8f38b1cd8f
go-ethereum: 1.8.1 -> 1.8.2 2018-03-06 15:47:59 +08:00
adisbladis cae5a3ba99
Merge pull request #35116 from adisbladis/nodejs-update-script
nodejs: Add update script
2018-03-06 15:35:14 +08:00
adisbladis c4c1d979e9
Merge pull request #35844 from adisbladis/jquery-mv
jquery & jquery-ui: Move to nixos/lib/testing/
2018-03-06 15:34:34 +08:00
Will Dietz 527eb35039
Merge pull request #36361 from dtzWill/update/brotli-1.0.3
brotli: 1.0.2 -> 1.0.3
2018-03-05 20:27:43 -06:00
Jörg Thalheim 07bc1ddace
Merge pull request #36250 from sengaya/add-ansible-lint
ansible-lint: init at 3.4.20
2018-03-06 00:12:37 +00:00
Jörg Thalheim 10b1cb28a7 ansible-lint: fix tests 2018-03-06 00:11:42 +00:00
Jörg Thalheim 1f2fae81de
Merge pull request #36362 from samueldr/feature/dbeaver-5.0.0
dbeaver: 4.3.3 -> 5.0.0
2018-03-06 00:00:57 +00:00
Jörg Thalheim c7a92f3fee
Merge pull request #36353 from xeji/xen-4-8
xen 4.8: fix gcc7-related build errors
2018-03-05 23:55:11 +00:00
Will Dietz c1c502e93b brotli: 1.0.2 -> 1.0.3
https://github.com/google/brotli/releases/tag/v1.0.3
2018-03-05 17:41:11 -06:00
Samuel Dionne-Riel 13df5eec1e dbeaver: 4.3.3 -> 5.0.0 2018-03-05 18:38:46 -05:00
Will Dietz 7dafa09ed9 nix: fix conditional so brotli is used w/2.0 builds, needed for logs!
cc https://github.com/NixOS/nix/issues/1951
2018-03-05 17:23:47 -06:00
Jörg Thalheim 5fe1be88a5
Merge pull request #36350 from volth/nix-serve
nix-serve: nix 2.0 fixes
2018-03-05 23:18:27 +00:00
Jörg Thalheim 7aad357cad
Merge pull request #36323 from andrew-d/adunham/fix-pillow
pillow: Fix build on non-NixOS systems
2018-03-05 23:18:05 +00:00
Andrew Dunham 8ad2cb1d0c pillow: Fix build on non-NixOS systems
The Pillow install script will, by default, add paths like /usr/lib and
/usr/include to the search paths.  This can break things when building
on a non-NixOS system that has some libraries installed that are not
installed in Nix (for example, Arch Linux has jpeg2000 but Nix doesn't
build Pillow with this support).

We solve this by telling Pillow to knock it off 😄

Fixes #36317
2018-03-05 15:13:55 -08:00
John Wiegley f5f71c08cd coqPackages.fiat_HEAD: Update 2016-10-24 -> 2018-02-27 2018-03-05 13:07:16 -08:00
Robin Gloster ddba7e3ae9
json-c-0-11: remove 2018-03-05 22:00:03 +01:00
Robin Gloster fe7039b08b
grive: remove
dead and obsoleted by grive2
2018-03-05 22:00:03 +01:00
Robin Gloster 1fb08b90dd
newsbeuter: dead and obsoleted by newsboat 2018-03-05 22:00:03 +01:00
Robin Gloster c4990ab350
syslogng: 3.13.2 -> 3.14.1 2018-03-05 22:00:03 +01:00
Robin Gloster 50cdd5f02b
shogun: add patch for json-c 0.13 2018-03-05 22:00:03 +01:00
Robin Gloster 43e5af0a43
newsboat: fix build 2018-03-05 22:00:03 +01:00
Robin Gloster 9f1ccebf51
postgis_2_3: remove
2.4 supports all packaged postgresql versions
2018-03-05 22:00:02 +01:00
Robin Gloster 3bbe3ca902
json_c: 0.12.1 -> 0.13.0 2018-03-05 22:00:02 +01:00
Robin Gloster 49a0ecc49b
postgis: 2.4.0 -> 2.4.3 2018-03-05 22:00:02 +01:00
xeji c84cf5f642 xen 4.8: fix gcc7-related build errors 2018-03-05 20:54:55 +00:00
Robert Helgesson c7f40209c1
xfce4-timer-plugin: remove icon cache file from output
Adds hicolor-icon-theme as a build input to use its build hook to
clean up icon cache files.
2018-03-05 21:47:38 +01:00
Robert Helgesson 0203ab2ff9
parole: remove icon cache file from output
Adds hicolor-icon-theme as a build input to use its build hook to
clean up icon cache files.
2018-03-05 21:47:33 +01:00
lewo 53554bd9f7
Merge pull request #35882 from rnhmjoj/vapoursynth
Update VapourSynth
2018-03-05 21:16:13 +01:00
rnhmjoj 03de6bd381
vapoursynth: R40 -> R43 2018-03-05 20:58:47 +01:00
volth 30877b1ed8 nix-serve: nix 2.0 fixes 2018-03-05 19:32:42 +00:00
zimbatm 1bc5bf4beb
Merge pull request #36283 from aneeshusa/fix-vagrant-2.0.2
Fix vagrant 2.0.2
2018-03-05 18:03:02 +00:00
Franz Pletz 4ff4ef51b7
pythonPackages.wsproto: init at 0.11.0 2018-03-05 18:06:30 +01:00
Franz Pletz 92cbfd8555
pythonPackages.h11: init at 0.7.0 2018-03-05 18:06:29 +01:00
Franz Pletz cda1e6c21b
urbanterror: 4.3.2 -> 4.3.3 for CVE-2017-6903 2018-03-05 18:06:29 +01:00
Franz Pletz 1a0f84d0b8
wireshark: 2.4.4 -> 2.4.5 2018-03-05 18:06:29 +01:00
Franz Pletz d21e682dde
virtmanager: 1.5.0 -> 1.5.1 2018-03-05 18:06:29 +01:00
Tim Steinbach 1d1275ef8b
linux: 4.16-rc3 -> 4.16-rc4 2018-03-05 11:30:23 -05:00
Peter Simons 18055971cb hackage: update database snapshot to latest version 2018-03-05 16:45:07 +01:00
Peter Simons 6568cbc1bb hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8.2-8-g0aa23ac from Hackage revision
4caf6826b1.
2018-03-05 16:45:01 +01:00
Peter Simons ff45358a3c LTS Haskell 10.8 2018-03-05 16:44:23 +01:00
Peter Simons 3d8694ee2d ghcjs: mark build broken 2018-03-05 16:44:23 +01:00
Peter Simons 1b0c67259e haskell: cosmetic changes to the generic builder 2018-03-05 16:44:23 +01:00
Thorsten Weber 93752a8eeb linkchecker: 9.3 -> 9.3.1
This also uses an older requests version because
linkchecker breaks with requests > 2.14.2.
2018-03-05 16:14:21 +01:00
Franz Pletz 830ccafedc
youtubeDL: 2018.02.22 -> 2018.03.03 2018-03-05 15:55:55 +01:00
Franz Pletz ee6394bbba
sslh: 1.19 -> 1.19c 2018-03-05 15:55:39 +01:00
Franz Pletz ad52dee190
mpd: 0.20.15 -> 0.20.18 2018-03-05 15:49:26 +01:00
Franz Pletz 94db63f5d4
nginxMainline: 1.13.8 -> 1.13.9 2018-03-05 15:49:07 +01:00
Franz Pletz e406460533
mbedtls: 2.6.1 -> 2.7.1 2018-03-05 15:48:54 +01:00
Franz Pletz 48bd537814
batman-adv: 2017.4 -> 2018.0 2018-03-05 15:43:42 +01:00
lewo 91280690af
Merge pull request #36337 from sifmelcara/add/powerlines
powerline-go: init at 1.8.2
2018-03-05 15:06:44 +01:00
Vladimír Čunát 71f899c2c3
Merge #34461: mesa -> libGL* rename
This will just bit rot otherwise.  Almost nothing gets rebuilt.
2018-03-05 14:59:40 +01:00
Jörg Thalheim 9b7d93edc9
Merge pull request #36307 from Mic92/keepassxc
keepassxc: enable ssh agent sockets
2018-03-05 13:54:59 +00:00
Vladimír Čunát 04c31a5de1
libGL rename: fallout after a week on master
and a few nitpicks.
2018-03-05 14:53:38 +01:00
Vladimír Čunát 565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
Piotr Bogdan cc4677c36e
libcdio082: remove 2018-03-05 14:12:28 +01:00
Piotr Bogdan 7125190b04
cmus: use libcdio-paranoia 2018-03-05 14:12:27 +01:00
Piotr Bogdan 2cc7ac19b6
abcde: switch to libcdio-paranoia 2018-03-05 14:12:26 +01:00
Piotr Bogdan 92377b06a2
libcdio-paranoia: init at release-10.2+0.94+2 2018-03-05 14:12:23 +01:00
Herwig Hochleitner 039428d3b2 wine: 3.0 -> 3.3 2018-03-05 14:06:43 +01:00
Franz Pletz 54a02314ad
altcoins.dero: 0.11.5 -> 0.11.6 2018-03-05 14:03:45 +01:00
Peter Hoeg 6343398dee
Merge pull request #35894 from sorokin/qtox-no-opencv
qtox: remove opencv dependency
2018-03-05 20:17:13 +08:00
Vladimír Čunát a373fe8322
makeInitrd: explain why we don't use closureInfo
/cc #36268.
2018-03-05 13:04:55 +01:00
mingchuan 60646c10d5
powerline-go: init at 1.8.2 2018-03-05 19:51:44 +08:00
Eelco Dolstra 165b32d386
Revert "makeInitrd: Use closureInfo"
This reverts commit 776a5e6ebf.

Fixes #36268.
2018-03-05 12:49:59 +01:00
Jörg Thalheim 97693915e1
Merge pull request #36334 from chrisburr/patch-2
libpqxx: Add dependency on doxygen and xmlto
2018-03-05 11:33:52 +00:00
Moritz Ulrich 5b66c2b421 pythonPackages.mt-940: init at 4.10.0. 2018-03-05 12:25:57 +01:00
Jörg Thalheim a6d9548428 pythonPackages.python-ptrace: init at 0.9.3 2018-03-05 11:08:25 +00:00
Chris Burr 8fa4dc93af
libpqxx: Add dependency on doxygen and xmlto 2018-03-05 11:57:42 +01:00
adisbladis 81fed4d582
Merge pull request #36316 from DougBurke/fix/cfitsio-3430-update
cfitsio: 3.41 -> 3.43
2018-03-05 18:05:10 +08:00
Jörg Thalheim eb57fe69dc
Merge pull request #35473 from jfrankenau/init-valentina
valentina: init at 0.6.0.0a
2018-03-05 09:59:46 +00:00
Jörg Thalheim 5ba3b9a915
Merge pull request #35354 from markus1189/insomnia
insomnia: init at 5.14.7
2018-03-05 09:58:24 +00:00
Jörg Thalheim c1052bf9d9
Merge pull request #36329 from Ekleog/fix-clamsmtp
clamsmtp: fix build after linuxHeaders update to 4.15
2018-03-05 09:48:11 +00:00
Léo Gaspard 7d62c2c7ca
clamsmtp: fix build after linuxHeaders update to 4.15 2018-03-05 10:27:43 +01:00
makefu 579216f4c4
pythonPackages.pytest-mock: 1.7.0 -> 1.7.1
1.7.0 fails with ascii error
2018-03-05 09:22:41 +01:00
Jan Tojnar b19c50cec9
freedroidrpg: init at 0.16.1 2018-03-05 08:35:12 +01:00
Peter Hoeg 38373bbbe3 falkon: 2.1.99.1 -> 3.0.0 2018-03-05 14:50:05 +08:00
Jan Tojnar 46f83fa9d1
gnome3.rarian: fix build 2018-03-05 06:06:09 +01:00
Jan Tojnar dc8184e121
gnome3.gnome-software: clean up 2018-03-05 06:06:09 +01:00
Jan Tojnar ff5695fb6e
gnome3.evolution: switch to ninja 2018-03-05 06:06:09 +01:00
Jan Tojnar 3e2b430c26
gnome3.gnome-contacts: fix build 2018-03-05 06:06:09 +01:00
Jan Tojnar a57e9e289f
gnome3.tracker-miners: fix build 2018-03-05 06:06:08 +01:00
Jan Tojnar 53caca4adb
gnome3.evolution-data-server: add ninja 2018-03-05 06:06:08 +01:00
Jan Tojnar 49e02c53f0
gnome3.libgit2-glib: fix build 2018-03-05 06:06:08 +01:00
Jan Tojnar 81cbb53075
gnome3: automated update 2018-03-05 06:06:08 +01:00
Jan Tojnar ce02591220
rhythmbox: 3.2.1 → 3.4.2 2018-03-05 06:06:08 +01:00
Jan Tojnar 5b141e2d49
shotwell: 0.27.2 → 0.27.4 2018-03-05 06:06:08 +01:00
Jan Tojnar a3a82096a7
gnome3.libgepub: 0.5.2 → 0.5.3 2018-03-05 06:06:07 +01:00
Jan Tojnar dc4060408c
gnome3.libgee: 0.20.0 → 0.20.1 2018-03-05 06:06:07 +01:00
Jan Tojnar 3648db87f2
gnome3.gexiv2: 0.10.7 → 0.10.8 2018-03-05 06:06:07 +01:00
Jan Tojnar 0f2dc6c209
chrome-gnome-shell: 9 → 10 2018-03-05 04:50:48 +01:00
Jan Tojnar 9f0d2480d7
libcloudproviders: init at 0.2.5 2018-03-05 04:36:11 +01:00
Nikolay Amiantov eaed0ec08e xgboost: 0.60 -> 0.7
Fixes build error.
2018-03-05 04:55:26 +03:00
Ryan Mulligan f03c5eb88a haproxy: 1.7.9 -> 1.8.4
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4/bin/haproxy -v` and found version 1.8.4
- found 1.8.4 with grep in /nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4
- found 1.8.4 in filename of file in /nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4
2018-03-05 00:00:18 +00:00
Douglas Burke 21a1b767a4 cfitsio: 3.41 -> 3.43 2018-03-04 18:48:00 -05:00
Joachim F 9b732aa7c2
Merge pull request #36154 from jonafato/keybase-1.0.44
Keybase 1.0.44
2018-03-04 23:00:52 +00:00
Joachim F 28b48fd8ef
Merge pull request #36170 from LumiGuide/feat-opencv-tbb
opencv: flag to enable tbb
2018-03-04 22:59:36 +00:00
Bignaux Ronan 7bffe53aea caprice32 : init at unstable-2018-02-10 (#35008) 2018-03-04 22:51:15 +00:00
Joachim Fasting 9c0e9f6a30
tor: initial updateScript
Tested briefly, seems to work okay. The gpg stuff could be better,
however.
2018-03-04 23:47:01 +01:00
Johannes Frankenau f152ed56bb valentina: init at 0.6.0.0a 2018-03-04 22:58:41 +01:00
Ryan Mulligan afe11c5929 libdvbpsi: 0.2.2 -> 1.3.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.3.2 with grep in /nix/store/s7iwmkbdw6lhkbiqb91r9j0crqqagc7v-libdvbpsi-1.3.2
- found 1.3.2 in filename of file in /nix/store/s7iwmkbdw6lhkbiqb91r9j0crqqagc7v-libdvbpsi-1.3.2
2018-03-04 20:59:46 +00:00
Jörg Thalheim 5bb9c36998 keepassxc: hopefully fix darwin 2018-03-04 20:50:50 +00:00
Robert Helgesson f500771911
pythonPackages.pycdio: 0.21 -> 2.0.0 2018-03-04 21:50:18 +01:00
Robert Helgesson f53c3ccf22
eclipse-plugin-spotbugs: 3.1.1 -> 3.1.2 2018-03-04 21:50:18 +01:00
Daiderd Jordan 95eb92a22a
Merge pull request #36237 from DarkScythe97/retroarch
retroarch: 1.6.0 -> 1.7.1
2018-03-04 21:47:40 +01:00
Jörg Thalheim 691307e41b
Merge pull request #36308 from tadfisher/pass-otp
pass-otp: 1.0.0 -> 1.1.0
2018-03-04 20:47:01 +00:00
Jörg Thalheim 0be67e24b7
Merge pull request #35438 from boronine/bibtex-darwin-fix
perlPackages.TextBibTeX: fix dylib path for Darwin
2018-03-04 20:42:51 +00:00
Jörg Thalheim eca1f71f32
Merge pull request #35494 from fgaz/gnujump
gnujump: init at 1.0.8
2018-03-04 20:41:30 +00:00
Joachim F 5bbb20ffde
Merge pull request #34877 from tadfisher/fwts
fwts: init at 18.01.00
2018-03-04 20:39:46 +00:00
Tad Fisher 20476cdf93 pass-otp: 1.0.0 -> 1.1.0 2018-03-04 12:29:25 -08:00
Jörg Thalheim 4641008187
Merge pull request #35486 from ajgrf/mblaze-update
mblaze: 0.3.1 -> 0.3.2
2018-03-04 20:29:00 +00:00
Jörg Thalheim c2eabe953f
Merge pull request #35487 from nixy/hy-update
hy: 0.13.1 -> 0.14.0
2018-03-04 20:26:41 +00:00
DarkScythe97 6a92260227
retroarch: fix darwin build 2018-03-04 21:25:56 +01:00
Tad Fisher f4bea835ae fwts: init at 18.01.00 2018-03-04 12:22:20 -08:00
Jörg Thalheim 73774ef8f9
Merge pull request #36168 from ryantm/majorminor
a single version attribute for expressions previously using "majorVersion"
2018-03-04 20:06:48 +00:00
Jörg Thalheim 674c8cacbc keepassxc: enable ssh agent sockets 2018-03-04 19:56:02 +00:00
Luka Blašković 75d4499e69 openresty: 1.9.3.1 -> 1.13.6.1 (#36289) 2018-03-04 19:52:32 +00:00
Unknown d44dd05af9 Upgrade gitkraken to 3.3.4
clean


clean
2018-03-04 19:24:24 +00:00
Ryan Mulligan 504ee1b59b libexttextcat: 3.4.1 -> 3.4.5
Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.4.5 with grep in /nix/store/z24cwnyn0qhdxr11d6bh5cjakagdj3n3-libexttextcat-3.4.5
- found 3.4.5 in filename of file in /nix/store/z24cwnyn0qhdxr11d6bh5cjakagdj3n3-libexttextcat-3.4.5
2018-03-04 19:23:18 +00:00
Jan Tojnar b8b4ae3f4d
gnome3.gfbgraph: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar ed2e497286
gnome3.gsound: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar 2245555a3e
gnome3.caribou: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar 010f2df147
cogl: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar 1a17154047
gnome3.grilo: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar b8e2420e86
gnome3.grilo-plugins: add updateScript 2018-03-04 20:05:55 +01:00
Jan Tojnar a9719c6be2
gnome3.gnome-video-effects: add updateScript 2018-03-04 20:05:54 +01:00
Jan Tojnar 24cf244a18
gnome3.libgnome-games-support: add updateScript 2018-03-04 20:05:54 +01:00
Jan Tojnar 36c29a4910
gnome3.rarian: add updateScript 2018-03-04 20:05:54 +01:00
Jan Tojnar 90b232900f
gnome3.libzapojit: add updateScript 2018-03-04 20:05:54 +01:00
Jan Tojnar f54fd9e1dd
libsoup: add updateScript 2018-03-04 20:05:54 +01:00
Jan Tojnar a218d431af
libsecret: add updateScript 2018-03-04 20:05:54 +01:00