mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
GMP 5.0.3: Fix typo.
svn path=/nixpkgs/trunk/; revision=33749
This commit is contained in:
parent
52f4dd95d4
commit
8794d3ed45
@ -65,7 +65,7 @@ stdenv.mkDerivation (rec {
|
||||
# architecture (e.g., "x86_64").
|
||||
preConfigure =
|
||||
'' rm config.guess && ln -s configfsf.guess config.guess
|
||||
chmod +x configfsf.guess.
|
||||
chmod +x configfsf.guess
|
||||
'';
|
||||
}
|
||||
else { }))
|
||||
|
Loading…
Reference in New Issue
Block a user