Skip to content

Commit 818176c

Browse files
various: move to by-name (#435514)
2 parents 66cd1c0 + 1535d4e commit 818176c

File tree

51 files changed

+39
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+39
-133
lines changed

pkgs/applications/misc/zettlr/default.nix

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

pkgs/tools/networking/dnstracer/default.nix renamed to pkgs/by-name/dn/dnstracer/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
stdenv,
44
fetchurl,
5-
libresolv,
5+
darwin,
66
perl,
77
}:
88

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
3131
install -Dm755 -t $man/share/man/man8 dnstracer.8
3232
'';
3333

34-
buildInputs = [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libresolv ];
34+
buildInputs = [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.libresolv ];
3535

3636
NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-lresolv";
3737

pkgs/misc/drivers/epkowa/default.nix renamed to pkgs/by-name/ep/epkowa/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ in
474474
let
475475
fwdir = symlinkJoin {
476476
name = "esci-firmware-dir";
477-
paths = lib.mapAttrsToList (name: value: value + /share/esci) plugins;
477+
paths = lib.mapAttrsToList (name: value: value + "/share/esci") plugins;
478478
};
479479
in
480480
let
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)