Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
h7x4
8121f3559a
treewide: add mainProgram
2024-02-11 03:19:15 +01:00
Bas van Dijk
8195adcf53
pgmanage: use a valid version number
2023-05-27 14:39:24 +00:00
Bas van Dijk
dd2c53cb2c
pgmanage: 11.0.1 -> 11.0.1-git-a028604
...
The last release 11.0.1 from 2018 fails the NixOS test
probably because of PostgreSQL-12 incompatibility.
Fortunately the latest master does succeed the test.
2023-05-27 12:16:28 +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
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
Bas van Dijk
f1f1de32f3
pgmanage: 10.3.1 -> 11.0.1
2018-12-22 17:39:15 +01:00
Bas van Dijk
b26fcaa5c0
pgmanage: 10.3.0 -> 10.3.1
2018-08-11 15:49:32 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Bas van Dijk
e385630434
pgmanage: 10.1.1 -> 10.3.0
...
Release notes: https://github.com/pgManage/pgManage/releases/tag/v10.3.0
Also fixes #40247
2018-06-23 13:24:14 +02:00
Anders Riutta
c218cd38d3
pgmanage: update to current name (minor).
2018-05-09 14:12:55 -07:00
Bas van Dijk
65b1c735de
pgmanage: 10.1.0 -> 10.1.1
2018-03-07 22:28:58 +01:00
Lancelot SIX
2653355a9c
pgmanage: fix build
...
The configure script uses the `command` builtin command which is bash
specific while having a "#!/bin/sh" head.
This forces the use nix default shell (bash)
(cherry picked from commit 159a021bd8
)
2018-03-07 22:08:12 +01:00
Bas van Dijk
628fcfb308
pgmanage: 10.0.2 -> 10.1.0
2018-01-12 00:27:10 +01:00
Bas van Dijk
c894327215
postage: replaced by pgmanage-10.0.2
...
postage is no longer maintained and has been replaced by the identical pgmanage. See:
https://github.com/workflowproducts/postage#postage-has-been-replaced-with-pgmanage
The following error is raised when a user enables the deprecated `services.postage.enable` option:
Failed assertions:
- services.postage is deprecated in favor of pgmanage. They have the same options so just substitute postage for pgmanage.
2017-11-03 00:14:00 +01:00