summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2020-05-08 09:36:01 +0300
committerIzorkin <izorkin@elven.pw>2020-05-08 09:36:01 +0300
commit4b93708b31c1a6d033c1246c000b7be27a3782a6 (patch)
tree34a3e4d1a47ef44c220b7f204b2a293e1df26e04 /pkgs/development/interpreters/ruby
parentbb86ccfd67cf8d916680e8740208e58235b81c71 (diff)
downloadnixpkgs-4b93708b31c1a6d033c1246c000b7be27a3782a6.tar
nixpkgs-4b93708b31c1a6d033c1246c000b7be27a3782a6.tar.gz
nixpkgs-4b93708b31c1a6d033c1246c000b7be27a3782a6.tar.bz2
nixpkgs-4b93708b31c1a6d033c1246c000b7be27a3782a6.tar.lz
nixpkgs-4b93708b31c1a6d033c1246c000b7be27a3782a6.tar.xz
nixpkgs-4b93708b31c1a6d033c1246c000b7be27a3782a6.tar.zst
nixpkgs-4b93708b31c1a6d033c1246c000b7be27a3782a6.zip
ruby: fix soname tag
Diffstat (limited to 'pkgs/development/interpreters/ruby')
-rw-r--r--pkgs/development/interpreters/ruby/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/ruby/default.nix b/pkgs/development/interpreters/ruby/default.nix
index 1756c13b53d..dbfea17437d 100644
--- a/pkgs/development/interpreters/ruby/default.nix
+++ b/pkgs/development/interpreters/ruby/default.nix
@@ -116,7 +116,7 @@ let
         # https://github.com/ruby/ruby/commit/97a5af62a318fcd93a4e5e4428d576c0280ddbae
         buildFlags = lib.optionals atLeast27 [ "REVISION_LATEST=0" ];
 
-        configureFlags = ["--enable-shared" "--enable-pthread" "--with-soname=ruby_${tag}"]
+        configureFlags = ["--enable-shared" "--enable-pthread" "--with-soname=ruby-${version}"]
           ++ op useRailsExpress "--with-baseruby=${baseruby}/bin/ruby"
           ++ op (!docSupport) "--disable-install-doc"
           ++ ops stdenv.isDarwin [