Ben Siraphob
|
108bdac3d9
|
pkgs/applications: stdenv.lib -> lib
|
2021-01-15 14:24:03 +07: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 |
|
freezeboy
|
10687019df
|
xautoclick: 0.31 -> 0.34
Migrate to Gtk3 and Qt5
Adds support for fltk too
|
2020-11-07 11:30:54 -08:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +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 |
|
Piotr Bogdan
|
bf61e100d7
|
xautoclick: use c++ compiler for linkage
|
2019-01-04 21:44:22 +00:00 |
|
Markus Kowalewski
|
0bd9864dd8
|
xautoclick: add license
|
2018-09-01 17:02:13 +02: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 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
J Phani Mahesh
|
29cff20045
|
xautoclick: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
|
2016-08-20 19:14:28 +05:30 |
|
Joachim Fasting
|
ba0f9cfa49
|
Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"
This reverts commit 217594fd1d , reversing
changes made to 8e8a89d8a8 .
Turns out it wasn't ready afterall ...
|
2016-08-20 15:14:23 +02:00 |
|
J Phani Mahesh
|
9fdcfb2a63
|
xautoclick: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
|
2016-08-20 17:19:56 +05:30 |
|
Tuomas Tynkkynen
|
2258b21e4b
|
treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
|
2016-08-02 21:17:44 +03:00 |
|
Tuomas Tynkkynen
|
c4ffd14184
|
treewide: Make explicit that 'dev' output of xorg.libX11 is used
|
2016-05-19 10:04:37 +02:00 |
|
Jude Taylor
|
76947878cb
|
add xautoclick
|
2016-03-19 13:11:29 -07:00 |
|