R. RyanTM
a7f9ab6ea6
atomicparsley: 20210114.184825.1dbe1be -> 20210124.204813.840499f
2021-02-11 13:16:16 +00:00
R. RyanTM
9af9718ccb
atomicparsley: 20200701.154658.b0d6223 -> 20210114.184825.1dbe1be
2021-01-18 10:18:33 +00:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07: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
AndersonTorres
6bc2bf412c
atomicparsley: 0.9.6 -> 20200701.154658.b0d6223
2020-10-26 01:13:47 -03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00: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
Daiderd Jordan
f401da6af8
atomicparsley: remove cf-private
2019-07-03 22:20:10 +02:00
Robin Gloster
0dbdf29237
atomicparsley: fix cross
2019-05-02 00:15:30 +02:00
Daiderd Jordan
c8e480b4da
atomicparsley: include cf-private on darwin
...
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSDictionary", referenced from:
objc-class-ref in nsfile.o
objc-class-ref in nsimage.o
ld: symbol(s) not found for architecture x86_64
2018-11-05 19:13:33 +01:00
Peter Jones
3f69d10342
atomicparsley: 0.9.0 -> 0.9.6
2017-04-14 12:10:28 -07:00
Daiderd Jordan
2676d48ff8
atomicparsley: fix build with llvm 4
2017-03-21 23:35:54 +01:00
Tuomas Tynkkynen
5bf5de58ea
treewide: Fix 'lib.optional' misuses
...
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Matthew Bauer
0a1cb79908
atomicparsley: fix darwin build
2016-08-10 22:42:51 -05:00
Matthew Bauer
93d0d6f25f
atomicparsley: lowercase derivation name
2016-08-10 22:42:32 -05:00
Pascal Wittmann
496371321b
atomicparsely: fixed build
2015-05-16 14:00:19 +02:00
Pascal Wittmann
9c9c586534
Fixed several "package has no version" warnings
2015-05-14 17:19:41 +02:00
Peter Jones
cbc648f462
New package: AtomicParsley
2015-03-13 16:06:37 -06:00