summary refs log tree commit diff
path: root/pkgs/tools/compression/mozlz4a
Commit message (Collapse)AuthorAge
* treewide: remove meta.versionFelix Buehler2021-07-18
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use dontUnpackworldofpeace2019-07-01
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* mozlz4a: replace lz4 alias with proper nameDmitry Kalinkin2018-12-25
| | | | | lz4 used to package the same package as python-lz4, then lz4 was removed and became an alias to python-lz4
* mozlz4a: 2015-07-24 -> 2018-08-23; fixes compatibility with newer ↵Michael Raskin2018-12-21
| | | | python3Packages.lz4
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* mozlz4a: init at 2015-07-24Michael Raskin2017-05-21