summary refs log tree commit diff
path: root/pkgs/development/libraries/gmp
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-02-22 14:46:26 +0100
committerFelix Buehler <account@buehler.rocks>2022-02-22 14:46:26 +0100
commitdb949f020acda8460616f81ac85ed6fd130c1fe9 (patch)
tree45956548b556f51744a6c6ee45f78d1f9b49c590 /pkgs/development/libraries/gmp
parent3bab4ac337e9840262c7c1d47a09818447500108 (diff)
gmpxx: remove appendToName to have a consistent package name for repology
Diffstat (limited to 'pkgs/development/libraries/gmp')
-rw-r--r--pkgs/development/libraries/gmp/6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gmp/6.x.nix b/pkgs/development/libraries/gmp/6.x.nix
index 9093073cecff4..af4f15a151f0f 100644
--- a/pkgs/development/libraries/gmp/6.x.nix
+++ b/pkgs/development/libraries/gmp/6.x.nix
@@ -12,7 +12,7 @@
 let inherit (lib) optional; in
 
 let self = stdenv.mkDerivation rec {
-  pname = "gmp";
+  pname = "gmp${lib.optionalString cxx "-with-cxx"}";
   version = "6.2.1";
 
   src = fetchurl { # we need to use bz2, others aren't in bootstrapping stdenv