Commit graph

23 commits

Author SHA1 Message Date
Andrew Brooks f9595e4ffc bwidget: replace verbose let/in expression with rec
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-21 15:18:28 -05:00
Andrew Brooks 5d3ee3a49a bwidget: make installPhase slightly clearer
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-21 15:18:28 -05:00
Andrew Brooks f9ce367eb2 bwidget: revise formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-21 15:18:27 -05:00
Andrew Brooks 1c44a44932 bwidget: add missing dependency on tk 2021-05-21 15:18:25 -05:00
Andrew Brooks bf222c3835 bwidget: Simplify bwidget package with tcl.mkTclDerivation 2021-05-21 15:18:10 -05:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Florian Klink 5da309c961 bwidget: fix hash
as seen on https://hydra.nixos.org/build/116886094/nixlog/2
2020-05-01 19:46:51 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 8cabfc6aa3 bwidget: 1.9.13 -> 1.9.14 2020-02-09 09:56:20 +01: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 4b00dfe169 bwidget: 1.9.12 -> 1.9.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/bwidget/versions
2018-12-16 20:55:16 +01:00
Markus Kowalewski e8ba17ffa8
bwidget: update homepage 2018-09-02 01:46:28 +02:00
Ryan Mulligan 00a44c0c8c bwidget: 1.9.10 -> 1.9.12
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.9.12 with grep in /nix/store/5rrcmy0g4sj5q2yhxxyczgddnjhgjfxm-bwidget-1.9.12
- found 1.9.12 in filename of file in /nix/store/5rrcmy0g4sj5q2yhxxyczgddnjhgjfxm-bwidget-1.9.12
2018-03-07 19:33:22 -08:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Matthias Beyer 673b6d6d01 bwidget: 1.9.8 -> 1.9.10 2016-05-16 16:12:19 +02:00
Mateusz Kowalczyk 1e8e030f6b bwidget: update from 1.9.7 to 1.9.8 2014-11-17 18:07:47 +00:00
Eelco Dolstra 40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
Nixpkgs Monitor c677e9df98 bwidget: update from 1.9.5 to 1.9.7 2013-12-18 18:18:20 +02:00
Bjørn Forsman 28ac782583 Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
aszlig bd130c34ec
bwidget: Add missing meta attributes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 07:00:01 +02:00
aszlig 28a725fcbe
bwidget/tcllib/tcltls: Add libPrefix attributes.
This is what I forgot in the packages I have added a few months ago, so it's
time to revisit them and improve things, like for example set the right
libPrefix in order to stay consistent with other TCL libraries.

In addition this fixes some whitespace ugliness in the affected packages.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-09 06:59:58 +02:00
aszlig 6c8509b98d Add tkabber dependency bwidget v1.9.5. 2012-06-22 14:47:34 -04:00