Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 719417985473eabd0f3c6e1f0083b77c86ed4749
      
https://github.com/NixOS/nixpkgs/commit/719417985473eabd0f3c6e1f0083b77c86ed4749
  Author: Tuomas Tynkkynen <[email protected]>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M pkgs/shells/bash/4.4.nix

  Log Message:
  -----------
  bash: Remove unnecessary 'Makefile.inc' that is keeping reference to 
bootstrap-tools

The file is an example makefile for developing bash plugins, and
contains stuff like:

````
example:        example.o
        $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o 
$(SHOBJ_LIBS)
````

So no package is really going to depend on that, and it's making the
.dev output keep a reference to the bootstrap tools. Just nuke it.


_______________________________________________
nix-commits mailing list
[email protected]
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to