Commit graph

17 commits

Author SHA1 Message Date
Weijia Wang d5fc6aaca6 chuck: 1.4.1.0 -> 1.4.1.1 2023-01-03 18:23:33 +01:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Artturin 7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
R. RyanTM 4502f74f29 chuck: 1.4.0.1 -> 1.4.1.0 2021-06-28 15:00:30 +02:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM 9f7d84506e chuck: 1.4.0.0 -> 1.4.0.1 2020-05-04 21:40:28 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster 5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01: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
Emery Hemingway 695749c59d chuck: 1.3.5.2 -> 1.4.0.0 2019-07-31 14:05:55 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer ee92ab07ba chuck: cleanup 2018-08-16 22:54:32 -05:00
Daiderd Jordan 33aa3f3488
chuck: fix darwin build 2018-03-17 14:08:55 +01:00
ndowens a0caadc7d2 chuck: 1.3.5.1 -> 1.3.5.2 2017-03-05 08:43:12 -06:00
Siarhei Zirukin c9f5b8a2ee chuck: 1.3.5.0 -> 1.3.5.1 2015-05-29 21:55:53 +02:00
Siarhei Zirukin fee413074d chuck: 1.3.4.0 -> 1.3.5.0 2015-04-11 20:27:41 +02:00
Siarhei Zirukin d49e6e4b23 added chuck package 2014-10-28 08:59:17 +01:00