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
Florian Klink
766a3b5b55
pencil: use lib.getLib systemd instead of systemd.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Flakebi
2ac5fab264
pencil: 3.0.4 -> 3.1.0
2020-01-14 08:04:00 +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
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
Ingolf Wagner
29d8149fe9
pencil : fix udev dependency ( #42147 )
2018-06-18 22:27:07 +02:00
volth
7ec0471242
treewide: s/xlibs/xorg/g ( #36889 )
2018-03-13 10:16:03 +00:00
Ingolf Wagner
4d778886da
pencil: 2.0.21 -> 3.0.4
2017-12-21 18:54:11 +13:00
Matthew Bauer
99c868c010
use https://github.com for all homepages
...
GitHub does a redirect to https:// when you use http://
repology complains with:
“Homepage link "https://github.com/ …" is dead (HTTP error 404) for more than a month.”
This will fix some of them (not all though)
2017-08-17 14:53:40 -07:00
Bjørn Forsman
4b2f2ccf16
pencil: 2.0.18 -> 2.0.21
2017-01-22 01:08:14 +01:00
Bjørn Forsman
5b6e3a3ed1
pencil: mark as broken
...
Currently pencil won't start, due to incompatible firefox version:
$ pencil
Error: Platform version '47.0.1' is not compatible with
minVersion >= 36.0
See https://github.com/prikhi/pencil/issues/840 .
2016-07-16 00:38:33 +02:00
Svintsov Dmitry
e8fb05f818
pencil: 2.0.15 -> 2.0.18
2016-03-17 10:06:52 +05:00
Pavan Rikhi
bd5ad569aa
pencil: v2.0.14 -> v2.0.15
2015-12-10 13:26:08 -05:00
Pavan Rikhi
01a903335c
pencil: v2.0.13 -> v2.0.14
2015-10-15 11:40:37 -04:00
Damien Cassou
a73336ad67
pencil 2.0.11 -> 2.0.13
2015-08-09 00:08:05 +02:00
Pascal Wittmann
5ade71b1d7
pencil: wrap bin/pencil correctly, fixes #8551
2015-06-29 17:04:35 +02:00
Pavan Rikhi
8bea2bc5bb
pencil: v2.0.10 -> v2.0.11
2015-06-01 10:18:14 +02:00
Pavan Rikhi
8571ce2a8a
pencil: v2.0.9 -> v2.0.10
2015-04-14 07:25:36 -04:00
Pavan Rikhi
251f801719
pencil: v2.0.8 -> v2.0.9
2015-04-09 03:54:13 -04:00
Pavan Rikhi
f67ce9160d
pencil: v2.0.5 -> v2.0.8
...
Switch to actively developed fork.
2015-03-30 22:59:04 -04:00
Bjørn Forsman
5443dd4c00
pencil: new package
...
Pencil is a GUI prototyping/mockup tool.
Homepage: http://pencil.evolus.vn/
2013-11-30 17:51:47 +01:00