Commit Graph

31 Commits

Author SHA1 Message Date
xrelkd
de4942fcf0
leftwm: add meta.mainProgram 2023-12-11 17:28:01 +08:00
Adam Stephens
f91146ba02
leftwm: 0.4.2 -> 0.5.1
Diff: https://github.com/leftwm/leftwm/compare/0.4.2...0.5.1

Changelog: https://github.com/leftwm/leftwm/blob/0.5.1/CHANGELOG.md
2023-11-16 07:54:18 -05:00
Adam Stephens
4cf8f94c88
leftwm: unbreak on aarch64-linux 2023-06-19 13:22:38 -04:00
Adam Stephens
99ad2409dd
leftwm: 0.4.1 -> 0.4.2 2023-06-19 13:15:30 -04:00
Stanisław Pitucha
375bedea79
Merge pull request #197018 from thled/fix-leftwm
leftwm: fix to also patchelf lefthk-worker
2023-03-21 22:23:08 +11:00
Antonio Yang
63f028357a leftwm: 0.4.0 -> 0.4.1 2023-01-31 15:06:13 +08:00
Thomas Le Duc
41bb8eb306 leftwm: fix to also patchelf lefthk-worker 2022-10-21 06:58:32 +02:00
R. Ryantm
0fac4b58c4 leftwm: 0.3.0 -> 0.4.0 2022-10-07 19:55:49 +00:00
R. Ryantm
35bb4e4acc leftwm: 0.2.11 -> 0.3.0 2022-07-31 15:55:39 +00:00
ajs124
9966a132db maintainers: remove mschneider
no github account
2022-06-29 00:52:14 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
R. Ryantm
a43d3fd128 leftwm: 0.2.10 -> 0.2.11 2022-02-12 00:57:35 +00:00
R. Ryantm
c3f8722baa leftwm: 0.2.9 -> 0.2.10 2021-12-31 02:06:39 -08:00
idx
169a096d26
leftwm: 0.2.8 -> 0.2.9 2021-10-31 10:33:19 +00:00
Jörg Thalheim
634e6bb36a leftwm: set rpath in all executables 2021-07-10 10:25:02 +02:00
R. RyanTM
13e6525e2d leftwm: 0.2.7 -> 0.2.8 2021-07-07 06:15:01 +00:00
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
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