mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
8 lines
140 B
Nix
8 lines
140 B
Nix
![]() |
{ libtool }:
|
||
|
|
||
|
libtool.overrideAttrs {
|
||
|
pname = "glibtool";
|
||
|
meta.mainProgram = "glibtool";
|
||
|
configureFlags = [ "--program-prefix=g" ];
|
||
|
}
|