Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook

treewide: move fixDarwinDylibNames to nativeBuildInputs
This commit is contained in:
Daiderd Jordan
2020-10-21 19:25:48 +02:00
committed by GitHub
36 changed files with 91 additions and 76 deletions
@@ -1,5 +1,5 @@
# This file was generated by go2nix, then modified by hand for Darwin support.
{ stdenv, buildGoPackage, fetchFromGitHub, fixDarwinDylibNames, darwin }:
{ stdenv, buildGoPackage, fetchFromGitHub, darwin }:
buildGoPackage rec {
pname = "sudolikeaboss-unstable";
@@ -17,9 +17,8 @@ buildGoPackage rec {
goDeps = ./deps.nix;
propagatedBuildInputs = with darwin.apple_sdk.frameworks; [
buildInputs = with darwin.apple_sdk.frameworks; [
Cocoa
fixDarwinDylibNames
];
meta = with stdenv.lib; {