Commit Graph

17 Commits

Author SHA1 Message Date
h7x4
b8054ecd8a treewide: add mainProgram 2023-11-23 21:04:16 +01:00
Kira Bruneau
50f2c1836f mozlz4a: 2018-08-23 -> 2022-03-19 2023-10-05 13:44:12 -04:00
Kira Bruneau
11f19b5804 mozlz4a: format with nixpkgs-fmt 2023-10-05 13:35:04 -04:00
Paul S
7d0a8f68cb
Update default.nix 2022-10-15 13:27:48 +01:00
Paul S
274698ddc9
Update pkgs/tools/compression/mozlz4a/default.nix
Co-authored-by: Naïm Favier <n@monade.li>
2022-10-15 13:24:00 +01:00
Paul S
28b5b053a7
mozlz4a: enable build on Darwin
See https://github.com/NixOS/nixpkgs/issues/196018
2022-10-14 18:05:48 +01:00
Sandro Jäckel
ff42213e2d
mozlz4a: remove alias 2021-07-28 12:56:25 +02:00
Felix Buehler
82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
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.
2019-02-26 14:10:49 +00:00
Dmitry Kalinkin
c217d67be3
mozlz4a: replace lz4 alias with proper name
lz4 used to package the same package as python-lz4, then lz4 was
removed and became an alias to python-lz4
2018-12-25 10:36:24 -05:00
Michael Raskin
14b3e7c004 mozlz4a: 2015-07-24 -> 2018-08-23; fixes compatibility with newer python3Packages.lz4 2018-12-21 13:21:49 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Michael Raskin
aafe99ca90 mozlz4a: init at 2015-07-24 2017-05-21 00:21:47 +02:00