Commit Graph

16 Commits

Author SHA1 Message Date
R. RyanTM
cade063ddc leftwm: 0.2.6 -> 0.2.7 2021-04-29 14:44:15 +00:00
Daniel Nagy
b7e9cc4db9
leftwm: add changelog 2021-04-01 17:59:47 +02:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
R. RyanTM
1d474062fb leftwm: 0.2.5 -> 0.2.6 2021-02-04 17:20:40 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
R. RyanTM
f5a21c70fd leftwm: 0.2.4 -> 0.2.5 2020-11-19 21:39:45 -08:00
Ben Siraphob
db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
R. RyanTM
e0ea8c2275 leftwm: 0.2.2 -> 0.2.4 2020-08-14 11:21:16 +00:00
Benjamin Hipple
2f1859fd1d leftwm: remove unused patch file
As of the upgrade in https://github.com/NixOS/nixpkgs/pull/82188, we no longer
need the patch file; I meant to delete it in the previous PR but forgot.
2020-03-12 07:04:54 +00:00
Benjamin Hipple
d058d15f5f leftwm: 0.1.10 -> 0.2.2
General update, but also along for the ride:

- Upgrade cargo fetcher for https://github.com/NixOS/nixpkgs/issues/79975
- Quoted homepage for https://github.com/NixOS/rfcs/pull/45
- Switched to consistent 2-space indent
- Cleaned up the meta section
2020-03-11 23:52:52 +00:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Talljoe
f558ed9b86 leftwm: 0.1.9 -> 0.1.10 2019-09-27 22:04:07 -07:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Markus Schneider
0ae372dcde leftwm: init at 0.1.9 2019-05-26 01:27:04 +09:00