Commit graph

21 commits

Author SHA1 Message Date
Olli Helenius 8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00: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 ec7383ad13 clipster: 2.0.1 -> 2.0.2 (#58654)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipster/versions
2019-04-07 15:58:22 +02:00
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
R. RyanTM 0a3f0ef271 clipster: 2.0.0 -> 2.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipster/versions.
2018-08-17 04:01:02 -07:00
R. RyanTM e9585e234b clipster: 1.5.0 -> 2.0.0 (#43348)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipster/versions.
2018-07-14 00:36:30 +02:00
Bart Brouns 8f4a7f366d clipster: 1.4.1 -> 1.5.0 2018-01-24 19:05:02 +01:00
Bart Brouns 66589e4dc7 clipster: fixup
the previous version is broken, when you run the daemon, it says:

```
Traceback (most recent call last):
  File "/nix/store/bzxnrc2lzcd8d8zbfx65vxypijjkhya6-clipster-1.4.1/bin/.clipster-wrapped", line 21, in <module>
    require_version("Gtk", "3.0")
  File "/nix/store/s5a6d9v9m939kw6ih9mq9v2bcnbi7cdv-python3-3.6.4-env/lib/python3.6/site-packages/gi/__init__.py", line 130, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
```
2018-01-10 21:08:58 +01:00
Bart Brouns c5d1929a73 clipster: 1.2.5 -> 1.4.1 2018-01-02 01:05:51 +01:00
Bart Brouns 92d4efee8e clipster: 1.0.1 -> 1.2.5 2017-08-13 18:56:50 +02:00
Bart Brouns fc0a4a52f9 clipster: 2017-02-27 -> 1.0.1 2017-06-16 15:05:43 +02:00
ndowens 03aff3d22f Small cosmetic change 2017-04-01 10:16:51 -05:00
Bart Brouns 88458c8697 clipster: 2017-02-17 -> 2017-02-27 2017-03-23 13:25:56 +01:00
Bart Brouns 64cf52ad55 clipster: 2017-01-12 -> 2017-02-17 2017-02-25 20:25:57 +01:00
Bart Brouns 07dfecdc99 clipster: 2016-12-08 -> 2017-01-12 2017-01-13 01:53:47 +01:00
Bart Brouns 71160a430d clipster: use python3:
to work around https://github.com/mrichar1/clipster/issues/32
2017-01-10 21:20:08 +01:00
Bart Brouns 5324a5dac7 clipster: 2016-09-12 -> 2016-12-08 (#21761) 2017-01-09 06:42:15 +01:00
Bart Brouns 2c754df9b3 clipster: init at unstable 2016-09-12 2016-11-09 21:31:50 +01:00