Commit Graph

45 Commits

Author SHA1 Message Date
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Guillaume Bouchard
2de3de4631 antlr: 4.7 -> 4.8 2020-11-04 15:26:29 -08:00
R. RyanTM
a7f5a00411 mysql-workbench: 8.0.20 -> 8.0.21 2020-08-15 15:47:48 +02:00
R. RyanTM
02acd0b22e mysql-workbench: 8.0.19 -> 8.0.20 2020-05-09 08:51:58 +02:00
Jan Tojnar
070b49ed00
mysql-workbench: 8.0.15 → 8.0.19
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-16.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-17.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-18.html
* https://dev.mysql.com/doc/relnotes/workbench/en/news-8-0-19.html

The release notes contain the following:

Important Note: MySQL Workbench 8.0.19 is unable to open a new connection to MySQL Server from the home screen if the server is not started and you cannot start a server by using the Workbench Administration feature. Administrative and SQL editing tasks require an online server for the duration of this issue. Feature tasks that you performed with an offline server in previous releases now return an error message indicating that the server is unreachable.

but it is clearly better than having it broken.
2020-03-12 06:42:31 +01:00
Jan Tojnar
eacf018ea7
mysql-workbench: format with nixpkgs-fmt 2020-03-12 01:40:55 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Jonathan Ringer
cca1670bcd mysqlWorkbench: support antlr4.7.2 2019-09-29 03:14:22 -07:00
Vladimír Čunát
22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Jan Tojnar
9b6789de73
tree-wide: replace wrapProgram with wrapGApp
where appropriate
2019-09-10 17:54:57 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
dc717bd155 mysql-workbench: 8.0.14 -> 8.0.15 (#57328)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql-workbench/versions
2019-04-09 20:42:27 +02:00
R. RyanTM
69b22cb67a mysql-workbench: 8.0.13 -> 8.0.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql-workbench/versions
2019-02-03 08:55:57 +00:00
R. RyanTM
e118a0fa1f mysql-workbench: 8.0.12 -> 8.0.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql-workbench/versions
2018-10-27 03:33:23 -07:00
Jan Tojnar
807f582d63
mysql-workbench: 6.3.8 → 8.0.12 2018-08-09 17:36:51 +02:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Lancelot SIX
d9ae1b408a
mysql-workbench: fix build with gcc6 2017-08-31 10:07:18 +02:00
Robin Gloster
fa79441055
mysql-workbench: 6.3.7 -> 6.3.8
fixes #21226
2017-01-19 16:41:31 +01:00
Karn Kallio
07154a77e7 mysqlworkbench : fix build and update to latest version 6.3.7 2016-09-19 09:58:37 +02:00
Frederik Rietdijk
e4b47de694 Remove top-level pycrypto
See #11567.
2016-08-14 14:28:26 +02:00
Vladimír Čunát
716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Robin Gloster
53b389327e refactor to use autoreconfHook where possible
Close #12446.
2016-01-18 10:45:31 +01:00
Vladimír Čunát
5227fb1dd5 Merge commit staging+systemd into closure-size
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Pascal Wittmann
8ac4521fee mysql-workbench: fix references to /bin/bash and sudo
Closes #5226
2015-05-28 18:41:22 +02:00
Vladimír Čunát
3b9ef2c71b fix "libc}/lib" and similar references
Done mostly without any verification.
I didn't bother with libc}/include, as the path is still correct.
2015-05-05 11:52:08 +02:00
William A. Kennington III
a604b42480 mysql: Use libs in place of the binary mysql 2015-04-01 16:46:53 -07:00
Eelco Dolstra
6f33aa8465 orig-gcc -> orig-cc 2015-03-04 22:15:46 +01:00
John Wiegley
28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Bjørn Forsman
083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Andrew Morsillo
7d4d40e82b Update mysql workbench version 2013-03-06 20:08:30 +01:00
Karn Kallio
e96679b973 Apply patch from Michel Alexandre Salim advancing mysql workbench version to 5.2.39.
svn path=/nixpkgs/trunk/; revision=33996
2012-05-06 02:59:25 +00:00
Eelco Dolstra
5287bbf3a8 * Don't build mysql-workbench on i686-linux since it just hangs
(http://hydra.nixos.org/build/2482930).

svn path=/nixpkgs/trunk/; revision=33939
2012-04-27 09:31:11 +00:00
Yury G. Kudryashov
a05e5e7add mysql-workbench needs gnome-keyring as well
svn path=/nixpkgs/trunk/; revision=33083
2012-03-14 19:39:04 +00:00
Yury G. Kudryashov
f105c2353b Pass libgnome_keyring, not gnome_keyring
svn path=/nixpkgs/trunk/; revision=33082
2012-03-14 19:35:55 +00:00
Karn Kallio
48dbddd831 Advance mysqlworkbench version to 5.2.35; fix failing build.
svn path=/nixpkgs/trunk/; revision=29446
2011-09-23 00:03:21 +00:00
Karn Kallio
0c4dbef366 Update mysql Workbench to latest release 5.2.33
Also remove autotools as the tarball is now distributed ready
for configure.

svn path=/nixpkgs/trunk/; revision=26377
2011-03-17 04:18:59 +00:00
Karn Kallio
e443f99bed Advance mysql workbench to version 5.2.31a
Also add python binary to wrapper PATH prefix to guarantee the
application will use a deterministic python version.

svn path=/nixpkgs/trunk/; revision=26038
2011-02-19 23:45:04 +00:00
Karn Kallio
76f6893e6a Update version of MySQL Workbench to 5.2.30
svn path=/nixpkgs/trunk/; revision=24924
2010-11-29 17:34:08 +00:00
Evgeny Egorochkin
35dc7d6f3c paramiko: fix chroot build: use pycrypto from Nixpkgs instead of getting it from the network.
mysql-workbench: minor cleanup.
Patch by Karn Kallio.

svn path=/nixpkgs/trunk/; revision=24482
2010-10-26 01:42:22 +00:00
Evgeny Egorochkin
ee8d2ccc40 mysql-workbench: version bump
svn path=/nixpkgs/trunk/; revision=24481
2010-10-26 01:38:28 +00:00
Evgeny Egorochkin
19e0cda8d8 Fix names of packages. Patch by Karn Kallio.
svn path=/nixpkgs/trunk/; revision=24478
2010-10-26 00:22:44 +00:00
Evgeny Egorochkin
a2909b0386 MySql-Workbench: packaged
Patch by Karn Kallio

svn path=/nixpkgs/trunk/; revision=23983
2010-09-28 09:33:56 +00:00