summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-09-06 08:09:53 -0400
committerShea Levy <shea@shealevy.com>2018-09-06 08:09:53 -0400
commit18337f3ece325ac0b0b26d05e2ccbe5f6398c937 (patch)
tree401b66e49052817f7042406b51a71e1597dbbf3e /pkgs/os-specific/darwin/apple-source-releases
parent0af9072e74c9e70af62e828ba4fb21391df2e601 (diff)
parent6da6accd303be776bb4e958da52046da86f9cb5c (diff)
downloadnixpkgs-18337f3ece325ac0b0b26d05e2ccbe5f6398c937.tar
nixpkgs-18337f3ece325ac0b0b26d05e2ccbe5f6398c937.tar.gz
nixpkgs-18337f3ece325ac0b0b26d05e2ccbe5f6398c937.tar.bz2
nixpkgs-18337f3ece325ac0b0b26d05e2ccbe5f6398c937.tar.lz
nixpkgs-18337f3ece325ac0b0b26d05e2ccbe5f6398c937.tar.xz
nixpkgs-18337f3ece325ac0b0b26d05e2ccbe5f6398c937.tar.zst
nixpkgs-18337f3ece325ac0b0b26d05e2ccbe5f6398c937.zip
Merge branch 'no-toPath'
Diffstat (limited to 'pkgs/os-specific/darwin/apple-source-releases')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/libsecurity_generic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/libsecurity_generic/default.nix b/pkgs/os-specific/darwin/apple-source-releases/libsecurity_generic/default.nix
index 7986706cb64..fe68ee78d1f 100644
--- a/pkgs/os-specific/darwin/apple-source-releases/libsecurity_generic/default.nix
+++ b/pkgs/os-specific/darwin/apple-source-releases/libsecurity_generic/default.nix
@@ -1,7 +1,7 @@
 { appleDerivation_, applePackage, pkgs, stdenv }:
 name: version: sha256: args: let
   n = stdenv.lib.removePrefix "lib" name;
-  makeFile = ../. + builtins.toPath "/${name}/GNUmakefile";
+  makeFile = ../. + "/${name}/GNUmakefile";
   appleDerivation = appleDerivation_ name version sha256;
   in applePackage name version sha256 (args // {
     appleDerivation = a: