Sandro Jäckel
|
6edb917884
|
artyFX: Replace commit with equivalent from master
|
2021-01-26 15:19:01 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Ben Siraphob
|
b04fc593e7
|
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
|
2021-01-01 11:52:33 +07:00 |
|
Bart Brouns
|
9cf175fa5e
|
artyFX: 1.3 -> unstable-2020-04-28
|
2020-06-11 19:26:56 +02: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 |
|
Samuel Dionne-Riel
|
fa4a6171da
|
artyFX: Disables build on aarch64-linux
|
2018-12-10 14:55:19 -05:00 |
|
John Ericson
|
531e4b80c9
|
misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
|
2017-09-21 15:49:53 -04:00 |
|
Bart Brouns
|
33b0842305
|
artyFX: 2015-05-07 -> 1.3
|
2017-06-16 13:24:48 +02:00 |
|
Tuomas Tynkkynen
|
bac26e08db
|
Fix lots of fetchgit hashes (fallout from #15469)
|
2016-06-03 17:17:08 +03:00 |
|
William A. Kennington III
|
7297255019
|
Convert all jack references to libjack2
|
2015-06-27 00:17:52 -07:00 |
|
Bart Brouns
|
27d57966f5
|
add artyFX: A LV2 plugin bundle of effects
|
2015-05-07 17:51:05 +02:00 |
|