Sandro
136fc9565e
Merge pull request #195910 from wegank/gnuplot-wxgtk
2022-11-04 01:20:04 +01:00
Weijia Wang
444a2bc174
gnuplot: migrate to wxGTK32
2022-10-14 06:46:56 +02:00
R. Ryantm
5bc624d91f
gnuplot: 5.4.4 -> 5.4.5
2022-10-03 08:05:47 +00:00
R. Ryantm
7580e17e46
gnuplot: 5.4.3 -> 5.4.4
2022-07-28 06:44:00 +00:00
R. Ryantm
205971b02c
gnuplot: 5.4.2 -> 5.4.3
2022-02-11 16:56:46 +00:00
Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations
2021-09-28 10:29:46 -04:00
Michal Sojka
7f22c1851f
gnuplot: Allow compiling with libcaca ( #137523 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 16:00:55 +02:00
R. RyanTM
2c97a3630c
gnuplot: 5.4.1 -> 5.4.2
2021-06-05 08:14:31 +00:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
R. RyanTM
3313a5a347
gnuplot: 5.4.0 -> 5.4.1
2020-12-05 18:26:30 +00:00
R. RyanTM
0821147634
gnuplot: 5.2.8 -> 5.4.0
2020-07-21 00:47:58 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Dmitry Kalinkin
c0f2b7e289
gnuplot_qt: fix on darwin
2020-03-17 19:30:23 -04:00
Will Dietz
cf104600ab
gnuplot: 5.2.7 -> 5.2.8
...
http://www.gnuplot.info/ReleaseNotes_5_2_8.html
2020-01-07 16:16:29 -06:00
Anders Kaseorg
c55f48477a
gnuplot_qt: Use qt mkDerivation
...
Fixes this error:
gnuplot> plot [-5:5] sin(x)
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could
be initialized. Reinstalling the application may fix this problem.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-12-06 21:14:26 -08:00
R. RyanTM
b99711b0a5
gnuplot: 5.2.6 -> 5.2.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnuplot/versions
2019-06-01 12:30:19 -07:00
R. RyanTM
a435269abf
gnuplot: 5.2.5 -> 5.2.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnuplot/versions
2019-03-21 18:50:10 -07:00
Will Dietz
ee56a8bba5
gnuplot: 5.2.4 -> 5.2.5
...
http://www.gnuplot.info/ReleaseNotes_5_2_5.html
2018-10-08 10:38:20 -05:00
Markus Kowalewski
2d31bede61
gnuplot: add license
2018-08-20 21:15:16 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Will Dietz
e32cdcb7e6
gnuplot: 5.2.3 -> 5.2.4 ( #41505 )
...
http://www.gnuplot.info/ReleaseNotes_5_2_4.html
2018-06-06 05:20:15 +00:00
R. RyanTM
941b2a17cb
gnuplot: 5.2.2 -> 5.2.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/gnuplot/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot -h’ got 0 exit code
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot --help’ got 0 exit code
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped -h’ got 0 exit code
- ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped --help’ got 0 exit code
- found 5.2.3 with grep in /nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3
- directory tree listing: https://gist.github.com/c09c0907f914e36a3f7c086d4b978dbf
2018-05-07 03:41:32 -07:00
Tuomas Tynkkynen
0ed9de2546
gnuplot: Use quoting syntax that's compatible with old and new Nix versions
...
There is probably a way to have it work with substituteInPlace, but
using sed is a cheap solution to not having to figure out how to escape
"'$'" in Nix that works in both versions.
Issue #31179 .
Fixes #33833 .
2018-01-15 00:03:38 +02:00
Orivej Desh
bf132e6464
gnuplot_qt: Qt 4 -> Qt 5
2017-12-10 19:30:57 +00:00
Orivej Desh
051cbf7cbe
gnuplot: build with libcerf
2017-12-10 19:30:57 +00:00
Will Dietz
7b27b24690
gnuplot: 5.2.1 -> 5.2.2
2017-12-08 16:58:28 -06:00
Will Dietz
7390087b78
gnuplot: 5.2.0 -> 5.2.1
2017-11-08 01:48:40 -06:00
mimadrid
a6c5031197
gnuplot: 5.0.6 -> 5.2.0
2017-09-23 00:34:41 +02:00
mimadrid
2a00ff4a1c
gnuplot: 5.0.3 -> 5.0.6
2017-08-01 20:58:48 +02:00
Tuomas Tynkkynen
eda2dd3d2f
treewide: Fix more 'lib.optional' misuses
2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen
1bf5ded193
treewide: Lots of meta.hydraPlatforms -> meta.platforms
...
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Micxjo Funkcio
390abc547b
gnuplot: 5.0.0 -> 5.0.3
2016-04-21 20:31:58 -07:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Thomas Tuegel
269ae2e29d
gnuplot: use texlive-new
2015-12-12 10:47:03 -06:00
Vladimír Čunát
f8c211fd2b
fontconfig: split into multiple outputs
...
Fixed all 'fontconfig}' references as well, hopefully, ugh!
2015-10-05 12:23:56 +02:00
Thomas Tuegel
255c0903a1
gnuplot: requires Qt 4
2015-05-25 21:04:01 -05:00
Thomas Tuegel
5d1f6ad57c
qt5: make qt-5.4.1 default
2015-03-24 17:14:56 -05:00
Eduard Bachmakov
5915d9c417
gnuplot: bump to 5.0.0, allow choosing qt version
...
default to qt5
2015-01-10 19:51:54 -05:00
Mateusz Kowalczyk
13af1ea08f
gnuplot_qt: update from 4.6.5 to 4.6.6, potentially fixes CVE-2012-5624, CVE-2012-6093, CVE-2013-0254, CVE-2014-0190
...
cc @lovek323
2014-09-30 11:10:30 +01:00
Eelco Dolstra
9f08904c8d
gnuplot: Use default compiler on Darwin
2014-08-09 19:53:09 +02:00
Eelco Dolstra
6c5186cf9b
gnuplot: Reduce dependency bloat a bit
2014-08-09 19:30:48 +02:00
Thomas Tuegel
ac01b79c73
gnuplot: add optional Qt terminal
2014-07-23 18:01:31 -05:00
Thomas Tuegel
760cad296d
gnuplot: version bump 4.6.3 -> 4.6.5
2014-07-23 18:01:17 -05:00
Vladimír Čunát
2b24f1349a
Merge master into x-updates
2013-12-21 10:20:55 +01:00
Peter Simons
5d0f009718
gnuplot: there is point in having Hydra try to build this package on BSD Unix
2013-12-21 00:08:53 +01:00
Vladimír Čunát
3941c15b59
gnuplot: pass aquaterm request explicitely (see #1197 )
2013-12-10 12:43:20 +01:00
Eric Kow
9f7510113e
gnuplot darwin: optional gnuplot_aquaterm variant
...
This variant uses the more Mac-friendly aqua driver, but it requires
that you separately install the AquaTerm package.
Note that AquaTerm is open source and could perhaps be later included
as a nix derivation. If that happens, it would be nice to remove the
gnuplot_aquaterm top-level attribute and just make it the default.
2013-11-10 13:43:43 +00:00
Vladimír Čunát
98f3716650
clean some include flags that weren't really needed
...
Tested the builds still work (x86_64-linux).
2013-08-03 10:45:13 +02:00
Jason "Don" O'Conal
4c9cff322a
gnuplot: fix build on darwin
...
* add readline to build inputs
* don't use wxGTK
2013-07-04 08:51:25 +10:00
Peter Simons
d5dac74d94
gnuplot: update to version 4.6.3
2013-06-17 15:25:03 +02:00