tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
darwin.rewrite-tbd: 20201114 -> unstable-2023-03-27
Weijia Wang
2 years ago
5d100b06
18cf872a
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
rewrite-tbd
default.nix
+4
-4
pkgs/os-specific/darwin/rewrite-tbd/default.nix
···
2
2
3
3
stdenv.mkDerivation {
4
4
pname = "rewrite-tbd";
5
5
-
version = "20201114";
5
5
+
version = "unstable-2023-03-27";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "thefloweringash";
9
9
repo = "rewrite-tbd";
10
10
-
rev = "988f29c6ccbca9b883966225263d8d78676da6a3";
11
11
-
sha256 = "08sk91zwj6n9x2ymwid2k7y0rwv5b7p6h1b25ipx1dv0i43p6v1a";
10
10
+
rev = "d7852691762635028d237b7d00c3dc6a6613de79";
11
11
+
hash = "sha256-syxioFiGvEv4Ypk5hlIjLQth5YmdFdr+NC+aXSXzG4k=";
12
12
};
13
13
14
14
# Nix takes care of these paths. Avoiding the use of `pkg-config` prevents an infinite recursion.
···
25
25
meta = with lib; {
26
26
homepage = "https://github.com/thefloweringash/rewrite-tbd/";
27
27
description = "Rewrite filepath in .tbd to Nix applicable format";
28
28
-
platforms = platforms.darwin;
28
28
+
platforms = platforms.unix;
29
29
license = licenses.mit;
30
30
};
31
31
}