Commit Graph

22 Commits

Author SHA1 Message Date
R. Ryantm
a9e5e732b0 featherpad: 1.4.0 -> 1.4.1 2023-06-22 03:30:48 +00:00
R. Ryantm
67f52aef2a featherpad: 1.3.5 -> 1.4.0 2023-04-20 07:26:55 +00:00
R. Ryantm
0a2917831f featherpad: 1.3.1 -> 1.3.5 2023-01-11 22:32:42 +00:00
R. Ryantm
5eb0a6c22f featherpad: 1.3.0 -> 1.3.1 2022-08-05 10:34:21 +00:00
R. Ryantm
1d00e3862c featherpad: 1.2.0 -> 1.3.0 2022-06-25 22:42:14 +00:00
R. Ryantm
060ab34646 featherpad: 1.1.1 -> 1.2.0 2022-04-25 07:52:49 +00:00
R. RyanTM
64fa8e6b5b
featherpad: 1.1.0 -> 1.1.1
(#154466)
2022-01-12 23:46:32 +01:00
R. Ryantm
bd7b03d5de featherpad: 1.0.1 -> 1.1.0 2021-12-31 02:04:18 -08:00
R. Ryantm
0def7fb8c1 featherpad: 1.0.0 -> 1.0.1 2021-10-29 13:59:41 +00:00
R. RyanTM
1494a69e0c featherpad: 0.18.0 -> 1.0.0 2021-09-06 07:24:15 +00:00
Bryan Gardiner
41714bbcc8
featherpad: 0.10.0 -> 0.18.0 (#119675)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-20 20:45:01 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
V
7f3a18d33b featherpad: use qt5's mkDerivation 2020-08-26 19:16:25 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
772bdb8fd9 featherpad: 0.9.4 -> 0.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/featherpad/versions
2019-05-21 06:31:29 -07:00
R. RyanTM
3e97b260dd featherpad: 0.9.2 -> 0.9.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/featherpad/versions
2019-03-03 20:49:55 +01:00
R. RyanTM
567b3093da featherpad: 0.9.1 -> 0.9.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/featherpad/versions
2018-12-26 10:33:41 +01:00
Markus Kohlhase
039f9fbb5b featherpad: init at 0.9.1 2018-10-24 11:47:43 +02:00