about summary refs log tree commit diff
path: root/pkgs/tools/misc/sl
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-19sl: 5.04 -> 5.05eyjhbb@gmail.com1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-22sl: use appropriate compilerMitsuhiro Nakamura1-0/+2
2019-04-07sl: add missing man pagesPeter Hoeg1-8/+9
2019-03-19sl: 5.02 -> 5.04eyjhbb@gmail.com1-8/+9
2016-08-16sl: fix darwin buildMatthew Bauer1-0/+2
2015-09-20sl: 3.03 -> 5.02Tuomas Tynkkynen1-11/+11
- Source moved to GitHub - No need to patch Makefile - Install manpage
2015-04-04sl: build on DarwinSpencer Whitt1-1/+1
2014-08-14sl: fix license (close #3072)Vladimír Čunát1-1/+5
From https://github.com/fistonbettens/nixpkgs/commit/7b6591b551afc6a17b but it failed to apply for me, so I hand-added and corrected the change.
2014-08-04Merge remote-tracking branch 'origin/master' into staging.Peter Simons1-1/+1
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-1/+1
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2013-03-25Adding Steam Locomotive, for the funLluís Batlle i Rossell1-0/+28