Ben Siraphob
|
5fffcef915
|
pkgs/desktops: 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 |
|
WORLDofPEACE
|
feac386ca9
|
cinnamon.cjs: don't use fork, 4.6.0 -> 2020-10-19
The code in that fork was been integrated into cjs master https://github.com/linuxmint/cjs/pull/84
|
2020-10-26 10:47:29 -04:00 |
|
Maciej Krüger
|
b77e830d9e
|
cinnamon.cjs: 4.6.0 -> 4.6.0-gjs1.66.0
|
2020-09-28 15:11:25 +02:00 |
|
Maciej Krüger
|
dd8233b72d
|
cinnamon.*: now maintained by cinnamon team
|
2020-09-08 01:03:17 +02:00 |
|
R. RyanTM
|
d078731ce5
|
cinnamon.cjs: 4.4.0 -> 4.6.0
|
2020-09-07 23:47:00 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Tor Hedin Brønner
|
142916e4f8
|
cinnamon.cjs: remove networkmanagerapplet
This doesn't seem to be in use.
|
2020-03-21 04:44:06 +01:00 |
|
Maciej Krüger
|
7d72324321
|
cinnamon.*: add licenses
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
|
2020-01-22 22:59:25 +01:00 |
|
Maciej Krüger
|
67ce294be2
|
cinnamon.cjs: add nma for nma typelib
|
2020-01-20 19:22:22 +01:00 |
|
Maciej Krüger
|
7238168f4f
|
cinnamon.cjs: init at 4.4.0
|
2020-01-20 01:28:16 +01:00 |
|
Maciej Krüger
|
fa3d651ee7
|
spidermonkey_52: init at 52.9.0
|
2020-01-20 01:28:12 +01:00 |
|