about summary refs log tree commit diff
path: root/pkgs/development/libraries/levmar
AgeCommit message (Collapse)AuthorFilesLines
2021-03-12levmar: fix darwin buildBen Siraphob1-2/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-20treewide: editorconfig fixeszowoq1-2/+2
- remove trailing whitespace - use spaces for indentation
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-2/+2
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-03-12levmar: update from 2.5 to 2.6Pascal Wittmann1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-2/+1
2012-11-29Remove a bunch of unreferenced filesEelco Dolstra1-37/+0
Plus a small number of obsolete packages (like old versions of qemu).
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-01-21Updating meshlab.LluĂ­s Batlle i Rossell2-0/+65
Their build system has changed, and the source tree they distribute too, so the dependencies changed a bit. To get meshlab working, I update lib3ds and add levmar. svn path=/nixpkgs/trunk/; revision=19595