summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/compression/mozlz4a
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01treewide: use dontUnpackworldofpeace
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim
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.
2018-12-25mozlz4a: replace lz4 alias with proper nameDmitry Kalinkin
lz4 used to package the same package as python-lz4, then lz4 was removed and became an alias to python-lz4
2018-12-21mozlz4a: 2015-07-24 -> 2018-08-23; fixes compatibility with newer ↵Michael Raskin
python3Packages.lz4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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
2017-05-21mozlz4a: init at 2015-07-24Michael Raskin