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 |
|
Matthew Bauer
|
f7bc33abf0
|
Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
|
2018-08-22 01:14:53 +02:00 |
|
Vladimír Čunát
|
d0888d1503
|
treewide: fixup breakage due to absolute compiler path
Some packages just can't handle them #44767. It was tempting to try
to abstract this in some way, but I didn't do that ATM.
|
2018-08-21 12:34:33 +02:00 |
|
Austin Seipp
|
6e910b2b3d
|
aiger: clean up configurePhase, install multi-output objects/headers
The library and header files are useful for other tools, such as
the upcoming 'lingeling'.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
|
2018-08-15 20:44:05 -05:00 |
|
Austin Seipp
|
cd52a3d53c
|
aiger: fix stupid incorrect download link
Signed-off-by: Austin Seipp <aseipp@pobox.com>
|
2017-10-16 13:01:51 -05:00 |
|
Austin Seipp
|
635fbcbd33
|
nixpkgs: add aiger 1.9.9
Signed-off-by: Austin Seipp <aseipp@pobox.com>
|
2017-10-16 12:01:17 -05:00 |
|