Commit Graph

12 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Anderson Torres
f2f9262b92 treewide: waf.hook -> wafHook 2023-09-06 10:41:28 -03:00
Anderson Torres
54a729c1b0 pflask: change wafHook to waf.hook 2023-08-26 13:12:09 +00:00
Sergei Trofimovich
7327069ecc pflask: pull fix pending upstream inclusion for -fno-common support
Without the change build fails on upstream gcc-10 as:

    ld: src/util.c.1.o:/build/pflask/build/../src/printf.h:42: multiple definition of
      `use_syslog'; src/cgroup.c.1.o:/build/pflask/build/../src/printf.h:42: first defined here
2022-05-28 17:23:12 +01:00
Armeen Mahdian
c29f879db3 pflask: 2015-12-17 -> 2018-01-23 2022-03-19 12:58:12 -05:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Felix Buehler
c217af17c8 pflask: switch to fetchFromGitHub 2021-09-19 17:13:18 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Matthew Bauer
f2a20b6e52 treewide: use wafHook
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.

Packages affected here are:

- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
tg(x)
60969ab937 pflask: use waf package 2016-02-10 20:34:28 +01:00
tg(x)
c7ef45e153 pflask: git-2015-10-06 -> git-2015-12-17 2016-02-09 22:54:03 +01:00
tg(x)
0ce6603bd8 pflask 2016-02-09 22:44:44 +01:00