Commit graph

98905 commits

Author SHA1 Message Date
Thomas Tuegel b5cef7ebc6
kcontacts: fixup inputs and outputs 2017-08-21 06:51:08 -05:00
Thomas Tuegel 6e96de513b
kcolorchooser: fixup inputs and outputs 2017-08-21 06:51:08 -05:00
Thomas Tuegel 1277814070
kcalc: fixup inputs and outputs 2017-08-21 06:51:08 -05:00
Thomas Tuegel 79a882da54
kcachegrind: fixup inputs and outputs 2017-08-21 06:51:08 -05:00
Thomas Tuegel da47cdfffb
ffmpegthumbs: fixup inputs and outputs 2017-08-21 06:51:08 -05:00
Thomas Tuegel 284466837a
akonadi: fixup inputs and outputs 2017-08-21 06:51:07 -05:00
Thomas Tuegel 67226f34be
akonadi-mime: fixup inputs and outputs 2017-08-21 06:51:07 -05:00
Thomas Tuegel 816a7683aa
akonadi-contacts: fixup inputs and outputs 2017-08-21 06:51:07 -05:00
Thomas Tuegel 5fa44742b9
kmime: assign to kdepimTeam 2017-08-21 06:51:07 -05:00
Thomas Tuegel 39f9ff0263
kcontacts: assign to kdepimTeam 2017-08-21 06:51:07 -05:00
Thomas Tuegel e17f125214
akonadi: assign to kdepimTeam 2017-08-21 06:51:07 -05:00
Thomas Tuegel d1e30e5c34
akonadi-mime: assign to kdepimTeam 2017-08-21 06:51:07 -05:00
Thomas Tuegel 066f273405
akonadi-contacts: assign to kdepimTeam 2017-08-21 06:51:06 -05:00
Thomas Tuegel 27532073dd
kdeApplications: add kdepimTeam maintainer list 2017-08-21 06:51:06 -05:00
kiloreux c3acd48763 perlPackages.ImageExifTool: 10.55 -> 10.60 2017-08-21 09:59:30 +02:00
Vincent Laporte 2a62e931c1 ocamlPackages.qtest: 2.2 -> 2.6
ocamlPackages.batteries: 2.6.0 -> 2.7.0
2017-08-21 09:39:45 +02:00
Tim Steinbach 746979e0fc
busybox: 1.27.1 -> 1.27.2 2017-08-21 03:11:00 -04:00
Frederik Rietdijk 6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Frederik Rietdijk 96457d26dd aspellWithDicts: fixes #28318 2017-08-21 03:32:56 +02:00
Frederik Rietdijk 1eb48d3b08 Merge pull request #27743 from ThomasMader/master
Updating, fixing and improving dmd
2017-08-21 01:23:49 +02:00
Chris Hodapp 4c623b3d92 python-packages easydict: init at 1.7 2017-08-21 01:22:38 +02:00
Joachim F 61aa254204 Merge pull request #28177 from jraygauthier/jrg/vscode-with-extensions
vscode-with-extensions: init at 1.10.2
2017-08-20 20:33:40 +00:00
Joachim F 417c1ed4f1 Merge pull request #28339 from edef1c/solvespace-2.3-20170808
solvespace: 2.3-20170416 -> 2.3-20170808
2017-08-20 20:17:31 +00:00
Joachim F 0e37463784 Merge pull request #28344 from edef1c/tasksh-1.2.0
tasksh: 1.1.0 -> 1.2.0
2017-08-20 20:16:49 +00:00
Joachim F bc98d1fe97 Merge pull request #28362 from romildo/mate
mate: caja-extensions: init at 1.18.1, engrampa: init at 1.18.2
2017-08-20 20:16:22 +00:00
Joachim F aeb733c8d5 Merge pull request #28377 from Ma27/update/geogebra
geogebra: 5-0-377-0 -> 5-0-382-0
2017-08-20 20:15:37 +00:00
Joachim F 450e118dda Merge pull request #28394 from midchildan/update-tilix
Update tilix
2017-08-20 20:10:20 +00:00
Joachim F b51451b86c Merge pull request #28412 from rvolosatovs/update/keybase
keybase: 1.0.27 -> 1.0.28
2017-08-20 20:09:17 +00:00
Joachim F b37dab6f91 Merge pull request #28413 from rvolosatovs/update/browserpass
browserpass: 1.0.5 -> 1.0.6
2017-08-20 20:08:58 +00:00
Joachim F 8608d32ad6 Merge pull request #27642 from holidaycheck/update-chromedriver-to-2.31
chromedriver: 2.29 -> 2.31
2017-08-20 20:04:06 +00:00
Michael Raskin 2e7cac6c82 Merge pull request #28402 from volth/patch-55
dejavu_fonts: made derivation fixed-output
2017-08-20 21:13:04 +02:00
Michael Raskin a0306821fd xzoom: init at 0.3.24 2017-08-20 18:28:19 +02:00
Frederik Rietdijk 5b8cd48e99 Merge pull request #28320 from rybern/add-poretools
poretools: init at 0.6.0
2017-08-20 17:44:05 +02:00
Vladimír Čunát 6c3513b4c0
Merge #28346: readline: bugfix 7.0 -> 7.0.3 2017-08-20 13:26:07 +02:00
Vladimír Čunát b71ce3fb14
readline-7.0: fixup meta evaluation 2017-08-20 13:25:23 +02:00
aszlig d25a9f57e3
pythonPackages.html5lib_0_9999999: Fix build
Regression introduced by 345b35c48a.

The commit in question switched the implementation of buildPythonPackage
so that .override now is behaving the same way as for other packages
that are using callPackage.

So the fix for html5lib_0_9999999 is to just use .overridePythonAttrs
instead of .override.

Note that the mentioned commit initially introduced this as
overridePythonPackage but it got later renamed to overridePythonAttrs in
abdb58e407.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-20 10:39:57 +02:00
Gabriel Ebner 7da15a071d open-wbo: init at 2.0 2017-08-20 10:19:46 +02:00
Vladimír Čunát 3b29468313
colord: fetchzip -> fetchurl
I see no benefit in fetchzip here, as it's a standard release tarball.
2017-08-20 09:46:08 +02:00
Vladimír Čunát 2d55ee40fa
colord: fixup build after automake update #28232
It was enough to switch the order of patching to avoid the need to
autoreconf.
2017-08-20 09:43:05 +02:00
Vladimír Čunát bb24434904
kyotocabinet: fixup build with gcc6 by a Fedora patch 2017-08-20 09:34:07 +02:00
Vladimír Čunát ff1bb5c854
intel-gpu-tools: fixup build after automake update #28232 2017-08-20 09:22:52 +02:00
Vladimír Čunát 76e6863cb1
lzop: 1.03 -> 1.04
This fixes build with gcc6.
2017-08-20 09:19:30 +02:00
Vladimír Čunát 68c003b256
motif: fixup build after automake update #28232
It seemed easiest to avoid the need to autoreconf.
2017-08-20 09:05:22 +02:00
Vladimír Čunát a1bef771ee
linuxPackages_chromiumos*: fixup by building with gcc5 2017-08-20 08:26:02 +02:00
Vladimír Čunát 7c7c83e233
buildLinux: allow overriding stdenv on each call 2017-08-20 08:24:52 +02:00
Cray Elliott b427d4a4bb discord: work around upstream bug via pulseaudio
upstream bug causes large ping/high cpu usage when when using voice chat
if pulseaudio is not available at runtime, even though the executable
only explicitly needs ALSA

after a fix hits upstream, I will make pulseaudio support optional and
return the default to alsa

https://github.com/crmarsh/discord-linux-bugs/issues/16
2017-08-19 23:10:55 -07:00
Vincent Laporte b744ee2d93 ocamlPackages.ocamlnet: 4.1.{2,3} -> 4.1.4 2017-08-20 04:39:14 +00:00
Roman Volosatovs 5791a2574e
keybase: 1.0.27 -> 1.0.28 2017-08-19 21:38:57 +02:00
Roman Volosatovs 83370e5b4c
browserpass: 1.0.5 -> 1.0.6 2017-08-19 21:37:16 +02:00
volth 0e5ff82954
perlPackages.CompressRawZlib: 2.071 -> 2.074 2017-08-19 21:07:57 +02:00
Jörg Thalheim ecb492c694 Merge pull request #28399 from NeQuissimus/kotlin_1_1_4_2
kotlin: 1.1.2-5 -> 1.1.4-2
2017-08-19 19:22:27 +01:00
Jörg Thalheim b1222d767e Merge pull request #28408 from kamilchm/ponyc
ponyc: 0.17.0 -> 0.18.0
2017-08-19 19:11:22 +01:00
Jörg Thalheim 66134d67ff Merge pull request #28361 from volth/patch-52
radare2: 1.4.0 -> 1.6.0
2017-08-19 19:06:17 +01:00
Jörg Thalheim 623b0b1f90 Merge pull request #28400 from NeQuissimus/atom_1_17_2
atom: 1.19.0 -> 1.19.2
2017-08-19 18:43:26 +01:00
Joachim F 6b782a6018 Merge pull request #28321 from magnetophon/distrho
distrho: unstable-2016-06-26 -> unstable-2017-08-04
2017-08-19 17:18:58 +00:00
Joachim F 99f1b3eed8 Merge pull request #28331 from taku0/thunderbird-bin-52.3.0
thunderbird: 52.2.1 -> 52.3.0
2017-08-19 17:16:45 +00:00
Joachim F 8233560e4b Merge pull request #28332 from taku0/firefox-bin-55.0.2
firefox: 55.0 -> 55.0.2
2017-08-19 17:16:30 +00:00
Joachim F 44b8eaad83 Merge pull request #28356 from jpierre03/pr-gnonlin
gnonlin: use httpS to fetch archive
2017-08-19 17:13:54 +00:00
Joachim F b34c87ffe0 Merge pull request #28357 from jpierre03/pr-godot
godot: homepage link with httpS
2017-08-19 17:11:13 +00:00
Kamil Chmielewski a1601cf2bc ponyc: 0.17.0 -> 0.18.0
https://github.com/ponylang/ponyc/issues/2180
2017-08-19 18:56:59 +02:00
Peter Simons 6fe751fb5c ghcWithHoogle: deal gracefully with packages that have no haddockDir attribute 2017-08-19 17:20:39 +02:00
Peter Simons 01b8c4c9e5 ghcWithHoogle: cosmetic for the sake of Emacs syntax highlighting 2017-08-19 17:19:47 +02:00
Peter Simons 1ddf621b4e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.4.1-4-g53777ef from Hackage revision
cf0ce68962.
2017-08-19 16:28:19 +02:00
Peter Simons 5468d5c662 Merge pull request #27991 from Profpatsch/hoogleLocal-fix
Fix the `ghcWithHoogle` function to cope with the presence of separate `doc` outputs.
2017-08-19 16:26:30 +02:00
Volth 8b4f5376ff geoip: set default dir to '/var/lib/geoip-databases' 2017-08-19 16:02:19 +02:00
Gabriel Ebner 95bb851d80 fcitx-engines.mozc, ibus-engines.mozc: fix build
This is a temporary workaround for
https://github.com/NixOS/nixpkgs/issues/28223
2017-08-19 15:38:38 +02:00
volth dd72f17534 dejavu_fonts: made derivation fixed-output 2017-08-19 13:27:26 +00:00
Gabriel Ebner acf01cbc6c lean2: 2016-11-29 -> 2017-07-22
This will also fix the build issues with GCC 6.
2017-08-19 15:24:35 +02:00
Tim Steinbach 72278d2fd9
atom: 1.19.0 -> 1.19.2 2017-08-19 09:11:22 -04:00
Tim Steinbach a741ac5a1e
kotlin: 1.1.2-5 -> 1.1.4-2 2017-08-19 09:09:57 -04:00
Michael Raskin 0965a3a8a8 Merge pull request #28393 from volth/patch-54
liberation_ttf: make derivation fixed-output
2017-08-19 12:15:55 +02:00
Tim Steinbach 77dfa05bd5 Merge pull request #28388 from winniequinn/vscode-1.15.1
vscode: 1.15.0 -> 1.15.1
2017-08-19 05:46:35 -04:00
midchildan ff01459e6c
tilix: Disable DBusActivatable in the desktop entry 2017-08-19 16:37:27 +09:00
midchildan d79530dd1b
tilix: 1.6.1 -> 1.6.4 2017-08-19 15:58:59 +09:00
Alex Brandt 5342bffc15 remove collection-json from dont-distribute-packages
I believe I've fixed the build issues for collection-json and would like
to see it make it into the next stable release of NixOS.  I'm also
adding myself as maintainer.

Let me know if there is anything I did incorrectly or missed.
2017-08-19 08:41:23 +02:00
volth 94cddde66f liberation_ttf: make derivation fixed-output
- [x] make derivation fixed-output
- [x] change upstream domain. fedorahosted.org -> pagure.{org,io}
2017-08-19 06:27:59 +00:00
Winnie Quinn 69a9a2a40c vscode: 1.15.0 -> 1.15.1 2017-08-18 23:39:18 -04:00
John Wiegley d8b02ef359 Merge pull request #28375 from obsidiansystems/perl-ld-cc
perl-ExtUtils-LibBuilder: Use the C compiler to link
2017-08-18 13:32:47 -07:00
Tim Steinbach 57c1f09f2b Merge pull request #28360 from volth/patch-50
Delete orphan file nixpkgs/pkgs/development/tools/build-managers/gradle/2.5.nix
2017-08-18 16:23:24 -04:00
Tim Steinbach 7209ed6d4b
linux-copperhead: 4.12.7.a -> 4.12.8.a 2017-08-18 15:47:03 -04:00
Maximilian Bosch 319dac82d1
geogebra: fallback to web.archive.org 2017-08-18 21:42:50 +02:00
Maximilian Bosch 242d950ab3
geogebra: 5-0-377-0 -> 5-0-382-0 2017-08-18 21:40:58 +02:00
Tim Steinbach 9281b05c7f
linux: 4.12.7 -> 4.12.8 2017-08-18 15:33:53 -04:00
Tim Steinbach a5f01aa745
linux: 4.9.43 -> 4.9.44 2017-08-18 15:30:37 -04:00
Joachim F fa62e7bf77 Merge pull request #28364 from jfrankenau/update-plowshare
plowshare: 2.1.6 -> 2.1.7
2017-08-18 19:20:58 +00:00
John Ericson 2bbd1d877b perl-ExtUtils-LibBuilder: Use the C compiler to link 2017-08-18 15:08:26 -04:00
John Ericson 0a4d102b98 gcc 5: Don't quote propagatedBuildInputs in ?-check for consistency
Forgot to do this in last commit.
2017-08-18 14:09:24 -04:00
John Ericson b11889e6a4 gcc: Homogenize syntax in one small spot
Less noise in the diff help maintain these behemoths.
2017-08-18 14:03:48 -04:00
Raymond Gauthier 2a9cb9d36d vscode-with-extensions: init at 1.10.2 2017-08-18 11:24:53 -04:00
Peter Simons b6a746daa1 Merge pull request #28097 from cocreature/sdistTarball-doc
haskell: remove any extraneous outputs from sdistTarball
2017-08-18 16:32:51 +02:00
Ryan Bernstein 749e702a46 poretools: version number to commit date 2017-08-18 09:59:26 -04:00
Hoang Xuan Phu b4c7d595c8 imagemagick: 6.9.9-3 -> 6.9.9-7
The old release has been removed from https://www.imagemagick.org/download/releases/ causing new builds to fail.
2017-08-18 15:52:56 +02:00
Franz Pletz 8d53bfe51b
libmspack: fix hash
Fix cc1c817fdc.
2017-08-18 15:45:31 +02:00
John Ericson b190c06e32 Merge pull request #28322 from Ericson2314/darwin-boot
darwin stdenv: Float `persistentN` bindings into per-stage `let`s
2017-08-18 09:04:41 -04:00
romildo e04c4d0fbb engrampa: init at 1.18.2 2017-08-18 09:57:19 -03:00
Peter Hoeg fb70d08232 msgviewer: indent 2017-08-18 20:55:49 +08:00
Thomas Mader 0842a451ef dmd: Updating (2.070.2 -> 2.075.1), fixing and improving. PR #27743 2017-08-18 13:28:02 +02:00
Franz Pletz cc1c817fdc
libmspack: 0.5alpha -> 0.6alpha
Fixes CVE-2017-6419 & CVE-2017-11423.
2017-08-18 12:25:10 +02:00
Tuomas Tynkkynen 7320fa9d45 Revert "stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs"
This reverts commit eeabf85780.

This change suddenly makes tons of stdenv internals visible in
nativeBuildInputs of every derivation, which doesn't seem desirable.
E.g:

````
nix-repl> hello.nativeBuildInputs
[ «derivation /nix/store/bcfkyf6bhssxd2vzwgzmsbn7b5b9rpxc-patchelf-0.9.drv»
  «derivation /nix/store/4wnshnz9wwanpfzcrdd76rri7pyqn9sk-paxctl-0.9.drv»
  << snip 10+ lines >>
  «derivation /nix/store/d35pgh1lcg5nm0x28d899pxj30b8c9b2-gcc-wrapper-6.4.0.drv»
]
````
2017-08-18 13:21:56 +03:00
Klaas van Schelven 3c65062a43 bash: cleanup unused file
The only usage location was removed in f803270b7e
Grepping for bash-4.3 yields no results
2017-08-18 12:36:30 +03:00