Kirill Boltaev
05358c6498
manticore: 2019.09.20 -> 2019.12.03
2019-12-04 14:30:56 -06:00
Nathan van Doorn
400431a0de
manticore: 2018.09.29 -> 2019.09.20
2019-09-24 12:21:38 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Ashijit Pramanik
6ed379f77f
manticore: 2017-08-22 -> 2018-09-29
2018-12-01 12:22:34 +05:30
xeji
7ec30b3fcd
manticore: 2014.08.18 -> 2017.08.22, fix build
2018-03-13 23:51:19 +01:00
Willi Butz
53dde42153
manticore: fix compiling pml sources
...
Compiler depends on sources that weren't present in the output.
2017-03-25 19:47:38 +01:00
Willi Butz
55d21cad95
manticore: fix build, remove builder.sh (see #23253 )
2017-03-25 17:04:55 +02:00
Markus Hauck
aafbd40577
Replace hard coded /bin/bash occurrences
2016-10-04 20:15:37 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Ryan Newton
e59a29df13
manticore: Remove name from description
2014-08-19 10:27:20 -04:00
Ryan Newton
ff6057d686
Add parallel functional compiler, Manticore
2014-08-19 02:36:57 -04:00