about summary refs log tree commit diff
path: root/pkgs/applications/science/misc/openrefine
AgeCommit message (Collapse)AuthorFilesLines
2024-03-09treewide: fix sourceRoot for fetchgit-based srcYueh-Shun Li1-1/+1
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the `sourceRoot` attribute passed to `stdenv.mkDerivation` should be specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is produced using `fetchgit`-based fetchers. `sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on the assumption that the `name` attribute of these pre-unpacked fetchers are always `"source"`, which is not the case. Expecting constant `name` also makes the source FODs prone to irrelevent hashes during version bumps. [1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot [2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-02-11openrefine: 3.7.7 -> 3.7.9R. Ryantm1-2/+2
2024-02-06openrefine: set meta.mainProgramRaphael Das Gupta1-0/+1
2024-02-03openrefine: init at 3.7.7Robert Scott2-0/+156