summary refs log tree commit diff
path: root/pkgs/tools/misc/sl
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | 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
| * sl: 5.04 -> 5.05eyjhbb@gmail.com2019-08-19
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* sl: use appropriate compilerMitsuhiro Nakamura2019-04-22
|
* sl: add missing man pagesPeter Hoeg2019-04-07
|
* sl: 5.02 -> 5.04eyjhbb@gmail.com2019-03-19
|
* sl: fix darwin buildMatthew Bauer2016-08-16
|
* sl: 3.03 -> 5.02Tuomas Tynkkynen2015-09-20
| | | | | | - Source moved to GitHub - No need to patch Makefile - Install manpage
* sl: build on DarwinSpencer Whitt2015-04-04
|
* sl: fix license (close #3072)Vladimír Čunát2014-08-14
| | | | | From https://github.com/fistonbettens/nixpkgs/commit/7b6591b551afc6a17b but it failed to apply for me, so I hand-added and corrected the change.
* Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\ | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |
* | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
|/ | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Adding Steam Locomotive, for the funLluís Batlle i Rossell2013-03-25