Skip to content

Commit

Permalink
dmd: pull in missing libgcc.so dependency
Browse files Browse the repository at this point in the history
Without the change autopatchelf fails to find the dependency as:

    searching for dependencies of ...-dmd-bootstrap-2.090.1/bin/dmd
        libgcc_s.so.1 -> not found!
    auto-patchelf: 6 dependencies could not be satisfied

Full build log: https://hydra.nixos.org/log/plma45m19p0cm1i04c4qzmfi54n38ydk-dmd-bootstrap-2.090.1.drv
  • Loading branch information
trofi authored and Adam Joseph committed May 10, 2023
1 parent f489c5d commit 794d821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/dmd/binary.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ in stdenv.mkDerivation {
tzdata
] ++ lib.optionals hostPlatform.isLinux [
glibc
stdenv.cc.cc.libgcc
];

installPhase = ''
Expand Down

0 comments on commit 794d821

Please sign in to comment.