Ben Siraphob
|
76f93cc731
|
pkgs/tools: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07: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 |
|
David Guibert
|
cb1cb445e8
|
network-manager-iodine: compile withGnome=false
|
2020-08-17 10:46:18 +02:00 |
|
Tor Hedin Brønner
|
5e19d8a4bb
|
networkmanager-iodine: use libnma
|
2020-03-21 04:44:04 +01:00 |
|
Symphorien Gibol
|
683fa30931
|
network-manager-iodine: 1.2.0 -> 2019-11-05
the released version is old and cannot reconnect after the first
connection is closed. This is fixed in master.
|
2020-02-04 20:54:12 +01:00 |
|
Robin Gloster
|
5f2b92e3ec
|
treewide: NIX_*_COMPILE -> string
|
2019-12-31 00:13:29 +01:00 |
|
worldofpeace
|
f5081ecca6
|
networkmanagerapplet: default to withGnome
This requires us to add gcr to the module.
|
2019-12-13 18:23:20 -05:00 |
|
Jan Tojnar
|
b3fcd9375d
|
Merge branch 'master' into staging-next
|
2019-10-03 01:47:08 +02:00 |
|
Tor Hedin Brønner
|
e732933aa7
|
networkmanager-iodine: fix build with glib-2.62
|
2019-09-30 19:39:48 +02:00 |
|
worldofpeace
|
61221dfdd5
|
networkmanager-iodine: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
|
2019-09-16 13:59:46 -04:00 |
|
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +00:00 |
|
Jan Tojnar
|
606ceda352
|
gnome3: stop using aliases
|
2019-02-14 02:31:15 +01:00 |
|
Symphorien Gibol
|
5bfe8bfcea
|
openvpn plugins: use absolute paths to configuration gui
|
2018-09-23 20:15:33 +02:00 |
|
Jan Tojnar
|
a6130c36cd
|
networkmanager-iodine: remove nm-gtk dependency
|
2018-08-28 14:59:16 +02:00 |
|
Jan Tojnar
|
cb32ca2645
|
networkmanager-iodine: clean up
|
2018-08-09 18:17:32 +02:00 |
|
Jan Tojnar
|
1f6f4e69d1
|
networkmanager-iodine: move to a subdirectory
|
2018-08-09 17:37:12 +02:00 |
|