Commit Graph

20 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
R. Ryantm
946aada6f8 giada: 0.26.1 -> 1.0.0 2024-02-25 15:12:38 +00:00
R. Ryantm
adf74e1143 giada: 0.26.0 -> 0.26.1 2023-12-22 04:23:33 +00:00
R. Ryantm
1ad7d637ca giada: 0.25.1 -> 0.26.0 2023-10-15 13:05:15 +00:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
kashw2
2012414272 giada: 0.24.0 -> 0.25.1 2023-08-24 21:43:39 +10:00
William Kral
b86fd13f26 giada: unstable-2021-09-24 -> 0.24.0 2023-05-13 13:43:16 -07:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
ajs124
99466ee39e maintainers: remove petabyteboy
github account deleted
2022-06-29 00:52:12 +02:00
0x4A6F
e1aed21464 giada: 0.16.4 -> unstable-2021-09-24 2021-10-21 19:22:31 +03:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03: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
6deebfbbf2 giada: 0.16.3.1 -> 0.16.4 2020-09-25 07:47:13 +00:00
R. RyanTM
31e67d684c giada: 0.16.3 -> 0.16.3.1 2020-08-07 00:12:40 -07:00
R. RyanTM
a9519841aa
giada: 0.16.2.2 -> 0.16.3 (#91580) 2020-06-30 23:42:58 +02:00
Pavol Rusnak
cfe68f2b68 giada: 0.16.1 -> 0.16.2.2
+ use system catch and nlohmann_json
2020-05-09 13:46:15 +02:00
R. RyanTM
6c545cf46a giada: 0.16.0 -> 0.16.1 2020-01-15 13:43:16 +00:00
R. RyanTM
4d3bd87278 giada: 0.15.4 -> 0.16.0 2019-12-08 01:25:59 -08:00
Milan Pässler
cb0b0e93a3 giada: init at 0.15.4 2019-11-17 22:22:31 +01:00