midchildan
|
38f7579201
|
darling-dmg: add darwin build
|
2021-04-20 00:52:00 +09: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 |
|
Luflosi
|
7087cf925f
|
darling-dmg: add Luflosi as maintainer
|
2020-10-25 10:09:34 +01:00 |
|
Luflosi
|
9dbf2d600a
|
darling-dmg: enable LZFSE support
This allows decompressing DMGs which are compressed with LZFSE.
|
2020-10-25 10:09:34 +01:00 |
|
Luflosi
|
3d38fae90d
|
darling-dmg: 1.0.4+git20180914 -> 1.0.4+git20200427
|
2020-10-25 10:09:33 +01:00 |
|
Konrad Borowski
|
16b7e0c909
|
darling-dmg: update homepage link to use HTTPS
|
2020-04-24 19:44:59 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Franz Pletz
|
de85797565
|
Merge remote-tracking branch 'origin/master' into gcc-8
|
2019-09-03 22:15:07 +02: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 |
|
Franz Pletz
|
84de36a0c8
|
darling-dmg: 1.0.4 -> 1.0.4+git20180914
|
2019-06-17 07:26:01 +02:00 |
|
Vladimír Čunát
|
290695dd28
|
treewide icu61+ fixes
It's exactly the same issue as in the parent commit.
/cc #60250 (2fe63c8 ).
|
2019-06-05 23:16:23 +02:00 |
|
xeji
|
468c5f4e2a
|
darling-dmg: fix build with gcc7
|
2018-03-09 21:22:18 +01:00 |
|
davidak
|
3270aa896b
|
replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
|
2017-08-07 21:41:30 +02:00 |
|
Aneesh Agrawal
|
fcee1d0b28
|
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.
fixes #18000
|
2016-10-01 16:13:41 +02:00 |
|
Franz Pletz
|
7e4f0b046e
|
darling-dmg: cleanup
Version was wrong. Bumped to current version 1.0.4.
See #11561 for details.
|
2016-02-02 21:10:23 +01:00 |
|
Edgar Aroutiounian
|
db5fe1f8f4
|
darling: init at Dec 8, 2015
|
2016-01-31 18:37:02 -08:00 |
|