libiberty: use pname
This commit is contained in:
parent
8bdb2a058e
commit
ea56589e2c
@ -3,7 +3,8 @@
|
||||
let inherit (buildPackages.buildPackages) gcc; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libiberty-${gcc.cc.version}";
|
||||
pname = "libiberty";
|
||||
version = "${gcc.cc.version}";
|
||||
|
||||
inherit (gcc.cc) src;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user