about summary refs log tree commit diff
path: root/pkgs/tools/package-management/morph
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-09-21treewide: use sri hash (#256481)Aaron Jheng1-2/+2
2023-06-13treewide: don't set platforms.unix for buildGoModuleSandro Jäckel1-1/+0
2022-05-06morph: 1.6.0 -> 1.7.0Jonathan Zielinski1-8/+5
2021-08-27morph: remove unused deps.nixzowoq1-66/+0
2021-08-26treewide: buildFlagsArray -> ldflagszowoq1-5/+3
2021-05-28morph: 1.5.0 -> 1.6.0Thomas Gerbet1-7/+6
https://github.com/DBCDK/morph/releases/tag/v1.6.0
2021-01-22treewide: add final newlinezowoq1-1/+1
2020-10-27treewide: remove package names from prefix of descriptionsBen Siraphob1-1/+1
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-05-27morph: 1.4.0 -> 1.5.0Johan Thomsen2-5/+5
also; make package more patchable by delaying to postPatch and not referring to $src
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq1-2/+2
2020-03-23morph: fix strict deps buildJörg Thalheim1-2/+1
2020-01-21morph: add openssh to PATHJan Hrnko1-1/+3
2020-01-10morph: 1.3.1 -> 1.4.0Florian Klink1-2/+2
2019-09-10morph: 1.3.0 -> 1.3.1Johan Thomsen1-2/+2
2019-09-07morph: 1.2.0 -> 1.3.0Johan Thomsen1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-21morph: 1.1.0 -> 1.2.0Adam Finn Tulinius1-2/+8
2018-11-18morph: init at 1.1.0Johan Thomsen2-0/+103
- added adamt to maintainers-list.nix