summary refs log tree commit diff
path: root/pkgs/applications/window-managers/matchbox/default.nix
Commit message (Collapse)AuthorAge
* matchbox: pull upstream fix fo -fno-common toolchainsSergei Trofimovich2022-05-17
| | | | | | | Without thce change build fails on upstream gcc-10 as: ld: mbtheme.o:/build/matchbox-window-manager-1.2/src/structs.h:229: multiple definition of `MBAtomEnum'; main.o:/build/matchbox-window-manager-1.2/src/structs.h:229: first defined here
* 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: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* matchbox: fix buildRenaud2019-05-08
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* matchbox: update source urls + libmatchbox: 1.9 -> 1.11 (#15160)Kamil Chmielewski2016-05-02
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* matchbox: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* Adding the matchbox window managerLluĂ­s Batlle i Rossell2010-08-09
svn path=/nixpkgs/trunk/; revision=23076