summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xwinmosaic
AgeCommit message (Collapse)Author
2023-11-24treewide: add mainProgramh7x4
2022-05-07xwinmosaic: pull upstream fix for -fno-common toolchainsSergei Trofimovich
Without the change build fails as: $ nix build --impure --expr 'with import ./. {}; xwinmosaic.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })' ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc0): multiple definition of `a_NET_CURRENT_DESKTOP'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc0): first defined here ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc8): multiple definition of `a_NET_DESKTOP_VIEWPORT'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc8): first defined here
2021-07-16various: cleanup of 'inherit version;'Felix Buehler
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob
2020-11-01treewide: simplify rev/repo arguments in srcPavol Rusnak
+ use fetchFromGithub where possible
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-28xwinmosaic: fix buildNikolay Amiantov
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen
2015-06-14Add xwinmosaic window switcherMichael Raskin