zimbatm
|
17348dc094
|
Remove all dots at end of descriptions
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
|
2016-02-27 17:30:29 +00:00 |
|
Asko Soukka
|
efd652965b
|
darwin: gfortran: add needed inputs and other fixes
Close #10532.
|
2015-10-28 13:37:02 +01:00 |
|
Vladimír Čunát
|
8e4c911248
|
gfortran-darwin: add cc attribute to fix evaluation
Hopefully the value is reasonable.
It's used on two places at least to find libs to link against.
|
2015-05-27 21:13:44 +02:00 |
|
Allen Nelson
|
e802740b69
|
adding metadata, putting version in name
|
2015-05-22 00:35:13 -05:00 |
|
Allen Nelson
|
e70f9e74f2
|
changed to CC=clang
|
2015-05-19 16:49:58 -05:00 |
|
Allen Nelson
|
ec2f3eb855
|
added gfortran expression for darwin
|
2015-05-19 15:59:55 -05:00 |
|