about summary refs log tree commit diff
path: root/pkgs/tools/misc/lbdb
AgeCommit message (Collapse)AuthorFilesLines
2022-03-14lbdb: rename finger_bsd to bsd-fingerAndersonTorres1-22/+33
2021-07-16various: cleanup of 'inherit version;'Felix Buehler1-3/+2
2021-03-31treewide: use perl.withPackages when possiblernhmjoj1-21/+16
Since 03eaa48 added perl.withPackages, there is a canonical way to create a perl interpreter from a list of libraries, for use in script shebangs or generic build inputs. This method is declarative (what we are doing is clear), produces short shebangs[1] and needs not to wrap existing scripts. Unfortunately there are a few exceptions that I've found: 1. Scripts that are calling perl with the -T switch. This makes perl ignore PERL5LIB, which is what perl.withPackages is using to inform the interpreter of the library paths. 2. Perl packages that depends on libraries in their own path. This is not possible because perl.withPackages works at build time. The workaround is to add `-I $out/${perl.libPrefix}` to the shebang. In all other cases I propose to switch to perl.withPackages. [1]: https://lwn.net/Articles/779997/
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-10-02treewide: fix redirected urls (run 3)Patrick Hilhorst1-2/+2
Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-05-22lbdb: fix buildBernard Fortz1-3/+10
2019-01-28lbdb: 0.48 -> 0.48.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lbdb/versions
2019-01-13lbdb: 0.47 -> 0.48R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lbdb/versions
2018-08-02lbdb: 0.46 -> 0.47 (#44376)Kai1-2/+2
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-2/+2
fixes build with disallowed aliases
2018-01-20lbdb: 0.45.3 -> 0.46Kai Harries1-5/+8
2017-12-17lbdb: 0.44 -> 0.45.3Kai Harries1-4/+5
2017-10-14lbdb: 0.38 -> 0.44Kai Harries2-5/+38
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2014-10-12change md5sum to sha256sum for a few packagesLongrin Wischnewski1-1/+1
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-05-05lbdb: fix build on darwinJason "Don" O'Conal1-1/+1
2013-08-28lbdb: fix formattingEvgeny Egorochkin1-13/+13
2013-08-27correct indent platforms line in default.nixJean-Alexandre Peyroux1-1/+1
2013-08-27Modif lbdb package. Following the remarks after the 1st commit.Jean-Alexandre Peyroux1-2/+4
* add in all-packages.nix sorted alphabetically * add platforms and license in default.nix
2013-08-27Add The Little Brother's Database (lbdb) packageJean-Alexandre Peyroux1-0/+20