Commit graph

20 commits

Author SHA1 Message Date
Michael Raitza c818dec738 gencfsm: 1.8.19 -> 1.9
ZHF: #122042
2021-05-12 13:58:05 +02:00
Samuel Gräfenstein 0b9377822c
treewide: gnome3.libgee -> libgee
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:16 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -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
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
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Pascal Wittmann a5ade790b4 gencfsm: fix build 2018-07-20 14:05:22 +02:00
xeji 0defae41cf gencfsm: mark as broken 2018-04-12 23:04:00 +02:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jan Tojnar 369cc87a74
gencfsm: 1.8.18 → 1.8.19 2017-12-19 17:17:20 +01:00
Orivej Desh d6431833be gencfsm: fix build 2017-11-29 10:27:24 +00: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
Michael Raitza 39366c14d8 gnome-encfs-manager: 1.8.16 -> 1.8.18 2016-12-31 14:56:43 +01:00
Michael Raskin dbbe37bd94 gencfsm: use standalone libgee_0_6 as not every version of gnome3_* has libgee_1 after gnome 3.22 addition 2016-10-26 16:51:24 +02:00
Frederik Rietdijk 9b4a4b15bb gencfsm: mark as broken
With staging merged into master, we now have gnome3 = gnome3_22;.

and

error: while querying the derivation named ‘gnome-encfs-manager-1.8.16’:
while evaluating the attribute ‘nativeBuildInputs’ of the derivation
‘gnome-encfs-manager-1.8.16’ at
nixpkgs/pkgs/tools/security/gencfsm/default.nix:6:3:
while evaluating ‘getOutput’ at nixpkgs/lib/attrsets.nix:453:23, called
from undefined position:
attribute ‘libgee_1’ missing, at
nixpkgs/pkgs/tools/security/gencfsm/default.nix:14:27

cc maintainer @spacefrogg
2016-10-26 16:02:46 +02:00
Ram Kromberg 7d393440df gencfsm: vala -> vala_0_23 2016-08-21 20:18:54 +03:00
Michael Raitza c4ea54f6a1 gnome-encfs-manager: 1.8.15 -> 1.8.16 2016-02-23 14:38:48 +00:00
Michael Raitza 03b7e8248f gnome-encfs-manager: init at 1.8.15 2015-11-03 19:05:12 +01:00