about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/remake/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-04-21remake: 4.1 -> 4.3 (#119737)SCOTT-HAMILTON1-8/+21
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-09remake: fix build with glibc2.27Silvan Mosberger1-0/+4
Same fix as applied for gnumake in 519f0b8db2f91e73964375ee81fc411153bf3aa3
2018-04-05Allow remake to build on darwinGiulio Eulisse1-1/+1
2016-11-04remake: 3.82 -> 4.1Tim Steinbach1-3/+5
2013-06-22remake: bump from version 3.81+dbg-0.2 to 3.82+dbg-0.6Bjørn Forsman1-6/+12
This version needs readline. And the license is GPLv3. Also, add meta.platforms and meta.maintainers attributes.
2009-10-11Adding 'remake': a patched and modernized version of GNU make utility that addsLluís Batlle i Rossell1-0/+15
improved error reporting, the ability to trace execution in a comprehensible way, and a debugger. svn path=/nixpkgs/trunk/; revision=17744