summary refs log tree commit diff
path: root/pkgs/applications/window-managers/spectrwm
Commit message (Collapse)AuthorAge
* spectrwm: make build src name independentJonathan Ringer2022-01-31
| | | | (cherry picked from commit 7865091786a037a9545d181e31afa7b4d8fd0be2)
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* spectrwm 3.3.0 -> 3.4.1Valentin Boettcher2020-08-16
| | | | - Update to the latest version.
* spectrwm: 2.7.2 -> 3.3.0Christian Harke2020-04-29
| | | | | | - Update to the latest version. - Stop using unstable `fetchurl` for GitHub archive reference #32997. - Take maintainership as requested by jb55 in #86265.
* spectrwm: *Flags are listsRobin Gloster2019-12-30
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* spectrwm: fix OSX buildMatthew Bauer2017-04-09
|
* spectrwm: 2.6.2 -> 2.7.2William Casarin2015-08-17
|
* spectrwm window managerWilliam Casarin2015-03-21