about summary refs log tree commit diff
path: root/pkgs/development/libraries/classads
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09classads: unbreak on aarch64-darwinWeijia Wang1-3/+6
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel1-0/+2
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
2021-07-17various: cleanup of "inherit version;"Felix Buehler1-4/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-20treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2018-08-03treewide: Make more complicated configureFlags listsJohn Ericson1-3/+3
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-12-15classads: add a missing dependencyEvgeny Egorochkin1-1/+3
2013-12-15classads: update from 1.0.4 to 1.0.10Nixpkgs Monitor1-2/+2
2013-10-05Some description fixesBjørn Forsman1-1/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2010-01-27applying patches provided by griswoldRob Vermaas1-0/+22
svn path=/nixpkgs/trunk/; revision=19707