Loading pkgs/development/beam-modules/build-erlang-mk.nix +1 −3 Original line number Diff line number Diff line Loading @@ -17,8 +17,6 @@ , ... }@attrs: with lib; let debugInfoFlag = lib.optionalString (enableDebugInfo || erlang.debugInfo) "+debug_info"; Loading Loading @@ -107,4 +105,4 @@ let }; }); in fix pkg lib.fix pkg pkgs/development/beam-modules/build-hex.nix +1 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,6 @@ , hexPkg ? name , ... }@attrs: with lib; let pkg = self: builder (attrs // { Loading @@ -17,4 +15,4 @@ let }; }); in fix pkg lib.fix pkg pkgs/development/beam-modules/build-mix.nix +1 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ , ... }@attrs: with lib; let shell = drv: stdenv.mkDerivation { name = "interactive-shell-${drv.name}"; Loading Loading @@ -90,5 +89,5 @@ let }; }); in fix pkg lib.fix pkg pkgs/development/beam-modules/build-rebar3.nix +3 −5 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ , ... }@attrs: with lib; let debugInfoFlag = lib.optionalString (enableDebugInfo || erlang.debugInfo) "debug-info"; Loading @@ -30,7 +28,7 @@ let buildInputs = [ drv ]; }; customPhases = filterAttrs customPhases = lib.filterAttrs (_: v: v != null) { inherit setupHook configurePhase buildPhase installPhase; }; Loading @@ -40,7 +38,7 @@ let inherit version; buildInputs = buildInputs ++ [ erlang rebar3 openssl libyaml ]; propagatedBuildInputs = unique beamDeps; propagatedBuildInputs = lib.unique beamDeps; inherit src; Loading Loading @@ -85,4 +83,4 @@ let }; } // customPhases); in fix pkg lib.fix pkg pkgs/development/beam-modules/fetch-hex.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ , meta ? { } }: with lib; stdenv.mkDerivation ({ pname = "hex-source-${pkg}"; inherit version; Loading Loading
pkgs/development/beam-modules/build-erlang-mk.nix +1 −3 Original line number Diff line number Diff line Loading @@ -17,8 +17,6 @@ , ... }@attrs: with lib; let debugInfoFlag = lib.optionalString (enableDebugInfo || erlang.debugInfo) "+debug_info"; Loading Loading @@ -107,4 +105,4 @@ let }; }); in fix pkg lib.fix pkg
pkgs/development/beam-modules/build-hex.nix +1 −3 Original line number Diff line number Diff line Loading @@ -5,8 +5,6 @@ , hexPkg ? name , ... }@attrs: with lib; let pkg = self: builder (attrs // { Loading @@ -17,4 +15,4 @@ let }; }); in fix pkg lib.fix pkg
pkgs/development/beam-modules/build-mix.nix +1 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ , ... }@attrs: with lib; let shell = drv: stdenv.mkDerivation { name = "interactive-shell-${drv.name}"; Loading Loading @@ -90,5 +89,5 @@ let }; }); in fix pkg lib.fix pkg
pkgs/development/beam-modules/build-rebar3.nix +3 −5 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ , ... }@attrs: with lib; let debugInfoFlag = lib.optionalString (enableDebugInfo || erlang.debugInfo) "debug-info"; Loading @@ -30,7 +28,7 @@ let buildInputs = [ drv ]; }; customPhases = filterAttrs customPhases = lib.filterAttrs (_: v: v != null) { inherit setupHook configurePhase buildPhase installPhase; }; Loading @@ -40,7 +38,7 @@ let inherit version; buildInputs = buildInputs ++ [ erlang rebar3 openssl libyaml ]; propagatedBuildInputs = unique beamDeps; propagatedBuildInputs = lib.unique beamDeps; inherit src; Loading Loading @@ -85,4 +83,4 @@ let }; } // customPhases); in fix pkg lib.fix pkg
pkgs/development/beam-modules/fetch-hex.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,6 @@ , meta ? { } }: with lib; stdenv.mkDerivation ({ pname = "hex-source-${pkg}"; inherit version; Loading