R. RyanTM
|
edccece986
|
scrot: 1.4 -> 1.5
|
2021-02-06 18:55:59 +00: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 |
|
eyjhb
|
809ed03259
|
scrot: 1.3 -> 1.4
|
2020-09-16 15:05:20 +02:00 |
|
R. RyanTM
|
b278f47c98
|
scrot: 1.2 -> 1.3
|
2020-05-04 16:47:36 +05:30 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Robin Gloster
|
4fb5cdd413
|
treewide: update some homepage URLs
Updated dead or redirecting URLs on packages maintained by me.
|
2019-10-12 14:52:34 +02:00 |
|
Robin Gloster
|
c55d90b81c
|
scrot: 0.8-18 -> 1.2
|
2019-08-23 16:28:51 +02:00 |
|
Robin Gloster
|
4e60b0efae
|
treewide: update globin's maintained drvs
|
2019-08-20 19:36:05 +02:00 |
|
Rok Garbas
|
65781e204d
|
Remove me (garbas) as maintainer since I don't have much time to maintain anything
|
2019-07-03 11:27:39 +02:00 |
|
Pascal Wittmann
|
3cea40adb3
|
scrot: add license
see issue #43716
|
2018-08-04 18:46:28 +02:00 |
|
Vladimír Čunát
|
ff437fca45
|
scrot: 0.8-17 -> 0.8-18
The old patch-set isn't available on Debian anymore.
Uncovered by c3255fe8ec .
|
2017-10-31 23:40:27 +01:00 |
|
Rok Garbas
|
6b1a91e04f
|
scrot: adding garbas as maintainer
|
2016-02-15 15:46:51 +01:00 |
|
Nathan Zadoks
|
2d3940bd66
|
scrot: 0.8 -> 0.8-17 (Debian patches), fixes #12954
|
2016-02-15 15:34:04 +01:00 |
|
Vladimír Čunát
|
21e3ff658a
|
x11: replace its usage by xlibsWrapper directly
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
|
2015-09-15 12:08:24 +02:00 |
|
Domen Kožar
|
8236ca5d70
|
properly package pyopenssl
|
2014-11-19 19:41:44 +01:00 |
|
Eelco Dolstra
|
5de6c065d3
|
* Added scrot, a command-line screen capture utility.
svn path=/nixpkgs/trunk/; revision=16946
|
2009-09-02 22:56:33 +00:00 |
|